body {
	margin: 2px;
	padding: 2px;
	background: #f9f9f9;
	font: normal 11px verdana, helvetica, arial, sans-serif;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 10px auto;
	border: 1px solid #e9e9e9;
	padding: 0 10px;
	width: 640px;
	background: #fff;
	width: 640px;
}
	
html>body #wrapper { width: 640px; }

#header {
	padding: 0px 0px 0px 10px;
	height: 100px;
	border-top: 10px solid #fff;
	background: #336699;
	height: 100px;
	background-image:url(../images/headerBack.jpg);
}

html>body #header { height: 100px; }

#nav {
	position: relative;
	background: #f1f1f1;
	border-bottom: 10px solid #fff;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	text-decoration: none;
	color: #777;
	display: block;
	padding: 12px;
	font-weight: bold;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
    
#nav ul li a:hover, a#current { 
	background: #6394CE; 
	color: #fff;
	background-image:url(../images/notch.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}    


#main {
	float: left;
	width: 400px;
	background: #fff;
	text-align: justify;
	color: #888;
	padding: 10px;
	width: 400px;
	}

#secondary {
	float: left;
	width: 600px;
	background: #fff;
	text-align: justify;
	color: #888;
	padding: 10px;
	width: 600px;
	}
	
#main dd { margin: 3px 10px; }
#main dd span { color: #777; font-size: 9px; }
	
p#open { 
	margin-top: 5px; 
}


.right { text-align: left; }
#right {
	margin-left: 440px;
	margin-right: 10px;
	text-align: left;
}
	
#right dl, #main dl {
	margin: 4px;
	padding: 2px 0;
}
	
#right dt, #main dt {
	padding: 20px 0px 0px 0px;
	margin: 0;
    color: #000;
	font-weight:bold;
}
	
#right dd { margin: 5px 0 20px 0; }
#right dd a, #main dd a { text-decoration: underline; color: #999; }
#right dd a:hover, #main dd a:hover { text-decoration: underline; }
#right a { color: #369; }


#footer {
	clear: both;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background: #f9f9f9;
	color: #999;
	padding: 5px;
    	font-size: 10px;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration: none;
}
              
#main h2 a {
	color:#336699;
	text-decoration:none;
}        


h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: left; }

h1 {
	color:#336699;
	font-size:1.2em;
}

h2 {
	color:#336699;
	font-size:1.2em;
	margin:30px 0 5px 0;
	text-indent:20px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
} 

h3 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 2px 0px 0px -100px;
}

h4 {
	color: #336699;
	font-size: 12px;
	margin: 40px 0px 0 2px;
	padding:0;
}

a:Link 	{ color:#003366;}
a:Visited { color:#003366;}
a:hover 	{ color:#FF9900;}
a:Active	{ color:#FF9900;}

.left { text-align: left; }
.right { text-align: right; }

.floatRight { float:right; }
.floatLeft { float:left; }

.center {
	text-align: center;
}

th {
	background: #316B9C;
	color: #fff;
	text-align:left;
}

.odd {
	background: #f1f1f1;
}

#hosting td {
	text-align: center;
}

caption {
	font-size: 1.5em;
	font-weight: bold;
}

#main label {
	width:10em;
	float:left;
	text-align:right;
	margin:5px 1em 6px 0;
	clear:both;
}

#main p { margin:5px 0; }

.button {
	background: #336699;
	color:#fff;
	}

.wMed2t	{ width:172px; }	
.wMedt { width:150px; }	

.wSmlt { width:80px;  }	

.submit { padding-left:230px; }


#content ol { line-height:26px; }
#content ol li { line-height:20px; margin:5px 0; }

#content img {
	padding:0;
	margin:5px 10px;
	border:0;
	}
	
#content p { margin:10px 0; line-height:22px; }	



