body
{
	background-color: #003D79;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url("../core/images/background.jpg");
	background-repeat: no-repeat;
}

/* Text Styles */
p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 3px;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Layouts */
.container
{
	width: 100%;
	height: 100%
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.content
{
	border: 0px solid;
	width: 100%;
}

.banner
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 750px;
}

.home_navbar
{
	border: 0px solid #000000;
	width: 670px;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.home_badge
{
	width: 160px;
	height: 100px;
	float: left;
	margin-left: 5px;
}

.home_badge img
{
	opacity: 0.7;
	border: 0px;
}

.home_badge img:hover
{
	opacity: 0.99;
	border: 0px;
}

.contentframe
{
	border: 0px;
	width: 500px;
	height: 500px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 170px;
}

/*
.sidelinks
{
	color: #eeeeee;
	right: 20px;
	border: 0px solid #000000;
}

.sidelinks p
{
	height: 20px;
	background-image: url(../core/images/sidemenu_item_background.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 0 0 0;
	padding-right: 25;
	vertical-align: baseline;
	
}

.sidelinks p:hover
{
	background-image: url(../core/images/sidemenu_item_background_hover.gif);
}
*/

.sidelinks a
{
	text-decoration: none;
	color: #cccccc;
	/* font-size: 11px; (*/
	margin: 0 0 0 25;
}

.sidelinks a:hover
{
	color: #eeeeee;
	text-decoration: none;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	margin-top: 20px;
	color: #21b0da;
}

a
{
	color: #21b0da;
	text-decoration: none;
}

a:hover
{
	color: #21b0da;
	text-decoration: underline;
}

.title
{
	color: #21b0da;
}

.text11
{
	font-size: 12px;
}

.text12
{
	font-size: 12px;
}

.links_table img
{
	margin-bottom: 20px;
	border-color: #069;
	border-width: 2px;
	border-style: solid;
}