body {
	background-color: #F5F5F5;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003273;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
a {
	color: #003273;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
li {
	list-style-image: url(../images/list.gif);
}

#sitename {
	background-image: url(../images/sitename.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4CBD2;
}
#vertical {
	background-image: url(../images/vertical.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#columns {
	padding-top: 15px;
	padding-bottom: 15px;
}
#bullets {
	background-image: url(../images/bullets.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#caption {
	padding-left: 0px;
	vertical-align: top;
	padding-right: 0px;
	font-size: 10px;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#profiles {
	vertical-align: top;
	padding-right: 8px;
	padding-left: 8px;
}

#imgborder {
	border: 1px solid #999999;
}
#login {
	padding: 10px;
}
#username {
	background-color: #EAEAEA;
	border: 1px solid #003273;
}
#password {
	background-color: #EAEAEA;
	border: 1px solid #003273;
}
#footer {
	color: #003273;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.intro {
	font-size: 16px;
	line-height: 27px;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #003273;
}
.quote {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
.submenu {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/submenu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.submenu:hover {
	background-color: #F5F5F5;
	color: #003273;
}

.sitecredits {
	font-weight: bold;
	color: #003273;
	text-decoration: none;
}
.sitecredits:hover {
	color: #666666;
	text-decoration: none;
}

.anylinkcss{
	position:absolute;
	z-index: 96;
	background-color: #E2E2E2;
	width: 220px;
	left: 298px;
	top: 16px;
	visibility: hidden;
	color: #B9B9B9;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #003273;
	font-size: 11px;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #999999;
color: #FFFFFF;
}
