@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	line-height: 14pt;
	background-color: #bfd2e2;
	background-image: url(images/background-2.gif);
	font-size: 10pt;
	line-height: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}	 

p {
	margin: 10px 3px 10px 3px;
	color: #666666;
}

p.justify {
	text-align: justify;
}

p.solicitation {
	font-size: 7pt;
	line-height: 9pt;
	text-align: center;
	margin-top: 5px;
}

h1 {
	font-size: 150%;
	line-height: 110%;
	font-weight: bold;
	margin: 10px 3px 10px 3px;
	color: #175c97;
	font-variant: small-caps;
}

h2 {
	font-size: 120%;
	font-weight: bold;
/*	font-style: italic; */
	margin: 5px 0px 5px 0px;
	padding-top: 5px;
	color: #175c97;

	font-variant: small-caps;
}

.bigboldtext {
	font-size: 150%;
	color: #175c97;
	font-weight: bold;
}

.topbar {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 20px 0 0 10px;
}

blockquote {
	margin: 5px 100px 5px 75px;
	font-size: 85%;
}

a {
	text-decoration: underline; 
	color: #175c97;
}

a:hover {
	text-decoration: underline;
	color: #175c97;
	background: #FFFFCC; 
}

a:visited {
	text-decoration: underline; 
	color: #175c97;
}

a.plain{
	text-decoration: none;
	color: #175c97;
}

a.plain:hover {
	text-decoration: none;
	background: none;
	color: #175c97; 
}

a.plain:visited {
	text-decoration: none;
	background: none;
	color: #175c97; 
}


strong {
	font-weight: bold;
	color: #333333;
}

em {
	font-style: italic;
}

td {
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #175c97;	
}

table.form td {
	padding: 3px;
	
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dd {
	margin-top: .5em;
	padding-left: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

ul {
	list-style: disc outside;
	margin-left: 3em;
	line-height: 125%;
}

ul ul {
	list-style: circle outside;
	margin-left: 3em;
}

li {
	line-height: 125%;
	color: #666666;
}

ol {
	list-style: decimal outside;
	margin-left: 3em;
}

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	display: block;
	border: 1px solid #175c97;
	border-top: none;

}

#header {
	margin: 10px auto 0px auto;
	width: 800px;
	border: 1px solid #175c97;
	border-bottom: 1px solid #175c97;
	background-color: #ffffff;
	background-image:url(images/Website-template_02.jpg);
	background-repeat: repeat-y;
}

#header h1 {
	font-size: 200%;
	margin: 20px 0px 10px 15px;
	/*
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 3px 10px 3px;
	color: #175c97;
	font-variant: small-caps;
	*/
}


#mainbody {
	width: 600px;
	float: left;
	background-image:url(images/Website-template_03.jpg);
	margin: 0px;
	padding: 0px 5px 10px 10px;
	border-left: 1px solid #175c97;
	display: block;
}

#footnote {
	width: 800px;
	margin: 10px auto 20px auto;
	font-size: 7pt;
	line-height: 9pt;
	text-align: center;
	padding-top: 5px;
	border-top: 1px dotted #175c97;
}

#footnote p {
	margin: 0px;
}

.all-caps {
	text-transform: uppercase;
}

p.list-header {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
 	color: #175c97;
}


#leftmenu {
	float: left;
	width: 145px;
	margin: 0px;
	padding: 0px 5px 10px 5px;
	display: block;
	
/*	background-color: #dbe6ef; */
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-x;
/*	border: 1px solid #175c97; */
}

#leftmenu p {
	font-size: 80%;
 	color: #175c97;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#leftmenu strong {
	font-weight: bold;
	color: #175c97;
}

#leftmenu ul {
	margin: 0px 0px 0px 25px;
}

#leftmenu li {
	margin-top: 3px;
	font-size: 80%;
 	color: #175c97;
	list-style-image: url(images/arrow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.menu {
	text-decoration: none;
	color: #175c97;
}

a.menu:hover {
	text-decoration: underline;
	color: #175c97;
	background: #FFFFCC; 
}

a.menu:visited {
	text-decoration: none;
	background: none;
	color: #175c97; 
}


#leftside {
	float: left;
	width: 410px;
	background-image:url(images/Website-template_03.jpg);
	margin: 0px;
	padding: 0px 5px 10px 5px;
	border-left: 1px solid #175c97;
	border-right: 1px solid #175c97;
}

#rightside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: right;
	width: 210px;
	margin: 0px;
	padding: 0px 5px 10px 5px;
/*	background-color: #dbe6ef; */
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-x;
}



