@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
MedThink Screen Stylesheet

version:   1.0
date:      03/01/10
website:   http://medthink.com/
company: 	 MedThink Communications
-----------------------------------------------------------------------------*/ 

* { margin: 0; padding: 0; } 

body { font: 62.5% Arial, Helvetica, Verdana, sans-serif; color: #000000; background-color: #C01200; text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ }

h1 { font-size: 2em; color: #C01200; padding: .75em 0; text-align:center; ; }
p { font-size: 1.4em; padding:.5em 0; line-height:1.6em; color: #65584C; } 

ol { margin:1.5em 2em; }
ol img { vertical-align:middle; margin-left:2px; }
li { padding-bottom:.75em; }

a:link, a:visited { color:#0096D6; }
a:hover, a:focus { color:#40CBFF; }

img { border:0px none; }
hr {border:none; border-bottom: 1px solid #65584C; margin-bottom: 10px;}

/* class styles throughout site */
.clear { clear:both; }
.super { font-size:60%; vertical-align: super; line-height: 0; text-decoration:none; }
.print { display:none; }


/*------ Main layout IDS --------*/

#container { width: 890px; margin: 0 auto; padding: 0;  background: url(../images/theme/container.gif) repeat-y top left; }
#maincontent {width:520px; margin-left: 210px; text-align: left; }

.logo {margin: 15px auto;}

.left  { float:left;  width: 260px; font-size: 1.2em; }
.right { float:right; width: 260px; font-size: 1.2em; }
.whitespace { white-space: pre;}
