#container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 118px;
	width: 910px;
	background-image: url(images/header.jpg);
	padding-bottom: 8px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 14px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content {
	width: 568px;
	padding: 10px;
	margin-right: 156px;
	margin-left: 156px;
	border-left-color: #CCC;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 16px;
}
#leftnav {
	float: left;
	width: 140px;
	height: 600px;
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
}

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

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

#leftnav a:link, .navlist a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#leftnav a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#leftnav a:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}

#sidebar {
	padding: 12px;
	float: right;
	width: 138px;
	background-color: #FFF;
	height: 490px;
	font-size: 12px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#footer {
	background-color: #CCC;
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
	font-variant: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #006;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #006;
	line-height: 20px;
	background-color: #FFF;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
	color: #000;
}

a {
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #E82525;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #901BBE;
	text-decoration: none;
}


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

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