 body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	border-left:1px dotted #eeeeee;
	border-bottom:1px dotted #eeeeee;
	border-right:1px dotted #eeeeee;
} 
#header { 
	background: #ffffff; 
	padding: 0; 
	height:160px
} 

#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#navbar {
	text-align:center;
	height:1.5em;
	background-color:#ffffff;
}

#navbar a {
	font-size:.6em;
	text-decoration:none;
	font-weight:600;
	color:#131a84;
	padding:.25em 0 
}

#navbar a:hover {
color: #149dbe	
}

#navbar .current {
	color:#149dbe	
}


#search_wrapper {
	width:auto;
	border-bottom:1px dotted #eeeeee	
}

#navbar2 {
	float:left;
	text-align:right;
	height:1.5em;
	background-color:#ffffff;
}


#navbar2 a {
	font-size:.6em;
	text-decoration:none;
	font-weight:600;
	color:#131a84;
}

#navbar2 a:hover {
color: #149dbe	
}

#navbar2 .current {
	color:#149dbe	
}



#search {
	width: 380px;
	float:right;

	background-color:#ffffff;
}

#search a {
	font-size:.6em;
	text-decoration:none;
	font-weight:600;
	color:#131a84;
	vertical-align:top
}

#search a:hover  {
color: #149dbe	
}


#clear {
	clear:both; 
	border-bottom:1px double #eeeeee
	}

#sidebar1 {
	float: left; 
	width: 200px; 
	background: #ffffff;
	text-align:center

}

#sidebar1 p {
		padding: 0 10px 0 20px;
		color:#131a84;
		font-size:.8em
}

#sidebar1 li {
		color:#131a84;
		font-size:.8em
	
}

#sidebar1 a {
	font-size:inherit;
	text-decoration:none;
	font-weight:600;
	color:#149dbe;
	margin:0
}

#sidebar1 a:hover {
	font-size:inherit;
	text-decoration: none;
	font-weight:600;
	color:#131a84;
	margin: 0

}

#sidebar1 a.redhilite {
	font-size:inherit;
	text-decoration:none;
	font-weight:600;
	color:#ff0000;
	margin:0
}


#sidebar1 a.currentcolor {
	color:#131a84
}

#sidebar1 img {
	margin:1em 0;
	display: block;
	margin-left:auto;
	margin-right:auto
}


p.sidebarcallout  {
	font-family:"Times New Roman", Times, serif;
	color:#0f19a9;
	font-size:.9em;
	font-style:italic;
	text-align:center;
	line-height:130%
}

p.firstPara {margin-top:0}

#mainContent { 
margin-left:210px
} 


#mainContent p {
	padding: 0 10px; 
	font-size:.7em;
	line-height:140%;
	color:#131a84
}

#mainContent p.larger {
	padding: 0 10px; 
	font-size:.8em;
	line-height:140%;
	color:#131a84
}


#mainContent ul {
	padding: 0 10px;
	margin-left: 2em;
	font-size:.7em;
	line-height:140%;
	color:#131a84
}

	

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	color:#131a84;
	text-align:left;
	margin: .25em
}


#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#131a84;
	text-align:left;
	margin: .5em
}

#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	color:#131a84;
	text-align:left;
	margin: .5em
}

#mainContent a {
	font-size:1em;
	text-decoration:none;
	font-weight:500;
	color:#149dbe;

}

#mainContent a:hover {
	color: #131a84;
	text-decoration:underline
}


#footer {
	clear:both;
	background:#eeeeee;
	text-align:center
} 
#footer p {
	margin: 0;
	padding: 10px 0; 
	font-size:.7em;
	color:#131a84
}

#win_content {
	width: 90%;
	margin:0 auto;
	background-color:#ffffff
}

#win_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.24em;
	color:#131a84;
	text-align:center;
	margin-bottom:1em	
	
}

#win_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#131a84;
	text-align:center;
	margin-bottom:1em	
	
}

#win_content img {
	display:block;
	margin-left:auto;
	margin-right:auto
}


#win_content img.special {
	display: inline

}
	
#win_content p {
	padding: 0 10px; 
	font-size:.8em;
	line-height:140%;
	color:#131a84; 
	text-align:center
}

#win_content p.left {
	text-align:left
}
	
#win_footer {
	width:90%;
	margin:0 auto;
	clear:both;
	background:#eeeeee;
	text-align:center	
}


#win_footer p {
	padding: 10px 0; 
	font-size:.7em;
	color:#131a84
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.redhilite {color:#F00; font-weight:bold}


