body {
background-color:#FFF;
color:#000;
font-family:Helvetica, Arial, sans-serif;
font-size:12pt;
height: 100%;
}

html {
height:100%;
}

#root {
width:960px;
margin:0 auto;
margin-top: 2%;
overflow:auto;
}

#tblDisplayArea a:link  {
	font-size:9px;
	font-family:Verdana;
	color:#777;
	text-decoration:none;
}

#tblDisplayArea a:visited {
	color:#777;
	font-size:9px;
	font-family:Verdana;
	text-decoration:none;
}

#tblDisplayArea a:hover,
#tblDisplayArea a:active {
	color:#BBB;
}

body.dark {
background-color:#000;
}

	body.dark a.link, body.dark a:visited {
	color:#FFF;
	}

p {
margin:1.4em 0;
}
	
ul {
list-style-type:none;
padding:0;
}

#pregnancy_container,
#international_container {
width:95px;
height:121px;
position:relative;
*height:126px;
}

#pregnancy_box,
#international_box {
width:95px;height:109px;
display:block;
text-indent:-999px;
overflow:hidden;
background-image:url('/images/violet_box.png');
background-repeat:no-repeat
}

#international_box {
background-image:url('/images/pink_box.png');
}

#pregnancy_label,
#international_label {
display:block;
text-indent:-999px;
overflow:hidden;
width:54px;height:13px;
background-image:url('/images/pregnancy.png');
background-repeat:no-repeat;
position:absolute;
bottom:17px;left:22px;
*bottom:23px;
filter:alpha(opacity=0);
-ms-filter:alpha(opacity=0);
}

#international_label {
background-image:url('/images/international.png');
width:73px;
bottom:19px;
left: 13px;
}

#header {
display:none;
}

a:link, a:visited {
color:#000;
font-size:12pt;
}

a:hover, a:active {
color:#666;
font-size:12pt;
}

address {
font-style:normal;
}

/* new content */

body.new_content {
color:#666;
font-size:100%;
}

#main {
width:960px;
margin:0 auto;
}

#left_column {
width:800px;
text-align:center;
float:left;
}

#right_column {
width:160px;
text-align: center;
float:right;
}

.column {
float:left;
}

#left_column .column {
width:380px;
margin-right:20px;
}

#footer {
font-family:Helvetica, Arial, sans-serif;
width:720px;
margin:0 auto;
text-align:center;
border-top:1px solid black;
margin-top:36px;
padding-top:18px;
}

#listed, #listed * {
font-size:10px;
color:#999;
}

.dimmed {
color:#999;
}

	#footer li {
	display:inline;
	padding:10px;
	}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:16px;
}

.new_content h1 {
border-bottom:1px solid #666;
}

.section {
margin: 2.8em 0;
}

.plain {
text-decoration:none;
font-weight: normal;
}

#contact_form .section {
margin-top:1em;
}

#contact_form form {
text-align:left;
margin:0 2em;
font-size:14px;
}

#contact_form form input[type=text] {
padding:2px 3px;
width:160px;

}

#contact_form form input {
margin-bottom:0.5em;
}

#contact_form form textarea {
padding:2px 3px;
width:220px;
height:80px;
margin-bottom:0.5em;
}

#contact_form #message {
height:120px;
}

#contact_form fieldset {
padding:2em;
border:1px solid #DDD;
*height:1%;
}

#contact_form label {
line-height:1.4em;
}

#contact_form label.clickable {
border-bottom:1px dotted #666;
line-height:1.9em;
cursor:pointer;
cursor:hand;
}

.left_empty {
border:1px solid red;
}

.error {
color:red
}

.success {
color:green
}

#main_contact_form h3 {
margin-top:0;
}