#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#header {
	height: 100px;
	width: 850px;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}
#header ul {
	height: 25px;
	width: 850px;
	text-align: center;
	background-color: #000033;
	padding-top: 2px;
	padding-bottom: 2px;
}


#header img {
	background-image: url(images/header.jpg);
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content {
	width: 500px;
	padding: 10px;
	margin-right: 160px;
	margin-left: 160px;
}

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


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: #2F77F1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}



ul {
	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;
}


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: #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: 6px;
	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
}
#right {
	float: right;
	width: 140px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
#left {
	float: left;
	width: 160px;
	height: 800px;
	padding: 5px;
}
#right ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right a {
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}
#right a:link, .navlist a:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
#right a:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
#right a:hover {
	text-decoration: none;
	color: #CC0000;
}
#right h3 {
	font-size: 12px;
	color: #000000;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	list-style-type: none;
	float: left;
	text-align: center;
}
.topboxright {
	border:1px solid #FFCC00;
	background-color: #FFFFCC;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
}
