body {
	background-color: #152C7B;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #2B3087;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

a {
	color: #2B3087;
	text-decoration: underline;
}

a:visited {
	color: #2B3087;
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a:active {
	color: #FFCC00;
	text-decoration: none;
}

#PageContainer {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#Menu {
	height: 26px;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: -1px;
}

#Content {
	padding: 25px;
	background-color: #FFFFFF;
	text-align: justify;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat;
}

#Clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

hr {
	border: 1px dotted #2B3087;
	height: 1px;
}

tr.overview {
	vertical-align: top;
}

td {
	padding: 5px 0px 5px 0px;
}

td.border {
	border: 1px solid #CC9900;
	background-color: #FEDB50;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
}

.templatestyle {
	border: 1px solid #CCCCCC;
	width: 140px;
	height: 140px;
	text-align: center;
	display: inline;
}

.Box {
	width: 175px;
	height: 125px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 25px;
	margin: 13px 12px 0px 12px;
}

#TextBox {
	width: 90%;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 25px;
	margin: 10px;
}

.SmallBox {
	width: 175px;
	height: 25px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 25px;
	margin: 12px 12px 0px 0px;
}

.BtnBox {
	width: 225px;
	height: 75px;
	float: left;
	margin: 12px;
}

#FooterMenu {
	height: 100px;
	clear: both;
	background-color: #FFFFFF;
}

#Footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-color: #152c7b;
	height: 100px;
	/*line-height: 35px;*/
	font-size: x-small;
	text-align: left;
	padding-top: 25px;
	padding-left: 25px;
}

a.footer {
	color: #2B3087;
	text-decoration: none;
}

a.footer:visited {
	color: #2B3087;
	text-decoration: none;
}

a.footer:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a.footer:active {
	color: #FFCC00;
	text-decoration: underline;
}