body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(/templates/images/back.gif);
	background-repeat: repeat;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p, form, table, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color: #374348;
}

a,
a:link,
a:active {
	color: #0066CC;
	text-decoration: underline;
}

a.visited {
	color: #0065A8;
}

a:hover {
	color: #8A8A8A;
	text-decoration:none;
}

/* Start of basic layout */
#logo-wrapper
{
	width:100%;
	background-image: url(/templates/images/logo_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#logo-wrapper2
{
	background-image: url(/templates/images/logo_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#logo {
	margin-left: 21px;
	margin-right:21px;
	background-color: #1E4388;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #879ABF;
}
#top-wrapper {	
	overflow: hidden; 
	width:100%;
}
#top-left {
	position: absolute;
	left:0px;
	top:0px;
	width:30px;
	height:21px;
	background-image: url(/templates/images/top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#top-right {
	position: absolute;
	right:0px;
	top:0px;
	width:30px;
	height:21px;
	background-image: url(/templates/images/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top-center {
	margin-left: 30px;
	margin-right:30px;
	height:21px;
	background-image: url(/templates/images/top_center.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
#bot-wrapper
{
	position: relative;
	width:100%;
}
#bot-left {
	position: absolute;
	left:0px;
	top:0px;
	width:30px;
	height:10px;
	background-image: url(/templates/images/bot_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bot-right {
	position: absolute;
	right:0px;
	top:0px;
	width:30px;
	height:10px;
	background-image: url(/templates/images/bot_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#bot-center {
	margin-left: 30px;
	margin-right:30px;
	height:10px;
	background-image: url(/templates/images/bot_center.gif);
	background-repeat: repeat;
	background-position: center top;
}

#footer
{
	color:#8D8D8D;
	font-weight:bold;
	margin: 0px 21px 10px;
}

#main-wrapper
{
	background-image: url(/templates/images/back_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	width:100%;
	clear: both;
}
#main-wrapper2
{
	background-image: url(/templates/images/back_right_two_col.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width:100%;
	position:relative;
}

#content {
	margin-left: 212px;
	margin-right: 21px;
}
#left {
	position:absolute;
	top:0px;
	left:21px;
	width:190px;
}
#right {
	position:absolute;
	top:0px;
	right:21px;
	width:190px;
}
/* End of basic layout */


#logo-right {
	margin-bottom:2px;
	margin-right: 10px;
	vertical-align: bottom;
}
#logo-right a,
#logo-right a:active,
#logo-right a:visited,
#logo-right a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#logo-right a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
#log-in-top {
	margin:2px;
	padding:5px;
	border: 1px solid #183770;
	color:#FFFFFF;
	font-size:11px;
}
