a:link {
	color: #1A3876;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #5890D1;
	text-decoration: underline;
}
a:active {
	color: #003B79;
	text-decoration: underline;
}

body {
	background-image: url(images_all/images/bg2.gif);
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin-top: 40px;
	text-decoration: none;
	}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #003B79;
	text-decoration: underline;
	background-color: #FAD36B;
	letter-spacing: 0.02em;
	text-align: center;
	vertical-align: middle;
	height: 26px;
}
		
	.stand{
	display:inline;
	background-color: #FCE096;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #003B79;
	background-position: center center;
	padding-left: 12px;
	padding-right: 12px;
	width: 600px;
	}
	.front{
	display:inline;
	background-color: #FCE096;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-position: center center;
	}
#css-container {
	width:870px;
	margin:0 auto;
	background-color: #5890D1;
	height: inherit;
	}

#css-header {
	width:870px;
	background:#003b79;
	height: 100px;
	vertical-align: baseline;
	background-image: url(images_all/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

#css-sidebar {
	width:640px;
	float:left;
	background:#ffffff;
	}

#css-content {
	width:230px;
	float:left;
	background:#5890D1;
	margin-top: 30px;
	}
#css-footer {
	width:auto;
	clear:both;
	background:#FAD36B;
	height: 20px;
	text-align: right;
	}
