#container {
	background-color: #ffffff;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	
	
}
#header {
	height: 100px;
	width: 850px;
	
}

#content {
	width: 500px;
	padding: 10px;
	margin-right: 160px;
	margin-left: 160px;
	border-right:#3C5A90;
	border-style: solid;
	border-right-width:thin;
	border-left:#3C5A90;
	border-style: solid;
	border-left-width:thin;
	border-bottom:none;
	border-top:none;
	
	
}
#leftnav {
	float: left;
	width: 140px;
	background-color: #B1C3D9;
	padding: 5px;
	
}

#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftnav a
{
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
color: #000000;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
   color: #000000;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: #0000ff;
}

#sidebar {
	padding: 0px;
	float: right;
	width: 155px;
	background-color: #B4C6DB;
	height: auto;

}

#footer {
	background-color: #FFFFFF;
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-top-style: double;
	border-top-width: thin;
	border-top-color: #3C5A90;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #394AE1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: #E82525;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #D2E6FE;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #B1C3D9;
	text-decoration: none;
}


.box1 {
	background:#E7AAE2;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	line-height: 12pt
}
