#page {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
img {border: none;}
#wrapper {
	width: 705px;
	margin: 30px 25px 10px 30px;
	padding: 0px 0px 10px 0px;
}
#logo {
	border: 1px solid #AEB1B2;
	height: 98px;
	width: 148px;
	float: left;
	padding: 0px;
	margin-right: 10px;
}
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 540px;
	margin-left: 161px;
	margin-bottom: 10px;
}
#left-col {
	width: 150px;
	float: left;
}

/* Navigation */
#nav {
	background-color: #FFF;
	color: #AEB1B2;
	border-top: 1px solid #AEB1B2;
	border-right: 1px solid #AEB1B2;
	border-left: 1px solid #AEB1B2;
	margin-bottom: 10px;
} /*for all*/
 
* html #nav {	
	width: 133px;
	background-color: #FFF;
	color: #AEB1B2;
	border-top: 1px solid #AEB1B2;
	border-right: 1px solid #AEB1B2;
	border-left: 1px solid #AEB1B2;
	margin-bottom: 10px;
} /*for IE only*/ 

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: x-small;	
}
#nav li {
	border-bottom: 1px solid #AEB1B2;
	margin: 0px;
}
#nav li a {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #AEB1B2;
	text-decoration: none;
	width: 100%;
}

html>body #nav li a { width: auto; }

#nav li a:visited {
	color: #AEB1B2;
}
#nav li a:hover {
	color: #000;
}
#nav li#active a {
	color: #000;
	background-color: #EAECEF;
}
/* Navigation END*/

#left-img {
	width: 148px;
	border: 1px solid #AEB1B2;	
}
#right-col {
	width: 478px;
	padding: 10px 30px 10px 30px;
	border: 1px solid #AEB1B2;
	margin: 0px 0px 10px 161px;
	color: #565656;
}
#right-col a {
	text-decoration: none;
	color: #565656;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #565656;
}
#right-col a:visited {
	text-decoration: none;
	color: #565656;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #565656;
}
#right-col a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #EAECEF;
}
#right-col li {padding-bottom: 10px;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	background-image: url(/images/title_bkgrd.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	overflow: visible;
	font-weight: bold;
	color: #000000;
	padding-bottom: 15px;
	margin-bottom: -10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
#footer {
	text-align: right;
	color: #AEB1B2;
	font-size: x-small;
	margin-right: 2px;
}
#footer a {
	color: #AEB1B2;
	text-decoration: none;
}
#footer a:visited {
	color: #AEB1B2;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	border: 1px solid #000000;
	/*border: 2px solid #fff;*/
	padding: 4px;
	vertical-align: top;
	text-align:center;
}
form {text-align:left}
.announcement {
	width: 446px;
	padding: 15px;
	background-color: #EAECEF;
	color: #000000;
	margin: 10px 0px 15px 0px;
	border: 1px solid #AEB1B2;
}
#right-col img a, #right-col img a:hover, #right-col img a:visited {border-bottom: none;}
