/* CSS Document */

/* CSS Document */

body {
margin:0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90.1%;
background-color:#000;
color:#ccc;
}

/*
#wrapper {
margin:0px 35px 0px 0px;
width:90%;
}
*/

#background {
background-image:url(images/header01_spacer.gif);
background-repeat:repeat;
}

#sidebar {
    float:left;
	font-size:90%;
	padding-right: 10px;
	width: 5%;
	background-color:#000;
	background-image:url(images/img_sidebar_lines.gif);
	background-repeat:repeat-y;
}

#header {
margin:0px;
padding-right:0px;
background-color:#000;
width:100%;
}

#nav {
font-size:80%;
padding-top:12px;
background-color:#fff;
border-top:2px solid #990000;
border-bottom:2px solid #990000;
color:#999999;
text-align:center;
width:100%;
}

#content {
	background-color:#999;
	color:#000;
	float:left;
width:90%;
}

#footer {
padding-top:8px;
font-size:80%;
background-color:#fff;
border-top:2px solid #990000;
border-bottom:2px solid #990000;
color:#999999;
clear:both;
}

td ul li {
text-align:left;
}

table#quoteform {
margin-left:45px;
}

h2 {
font-size:150%;
}

h3 {
font-size:130%;
padding-top:10px;
padding-left:10px;
}

h4 {
font-size:105%;
}


p {
padding:0px 25px;
}


dl {
padding:0px 25px;
}

dd {
padding-bottom:20px;
}

ul#affiliations li {
padding-bottom:20px;
list-style-type:none;
}

ul#affiliations2 li {
padding-bottom:20px;
list-style-type:none;
}

#footer p {
margin:0px 0px 12px 2px;
}

/*navigation styles*/

a, a:link {
color:#333333;
text-decoration:underline;
}

a:visited {
color:#990000;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#990000;
text-decoration:underline;
}


#footer a, #footer a:link {
color:#666;
text-decoration:none;
}

#footer a:visited {
color:#000;
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#990000;
text-decoration:underline;
}

.small {font-size:80%;
}

.red {
color:#990000;
}

.justify {
text-align:justify;
}
