/*Page Properties*/
body{
	margin: 0px;
	background-color:#6A6A6A;
	background-image: url(../images/front/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align:center;
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}

a:link {
	color: #000180;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000180;
}
a:hover {
	text-decoration: underline;
	color: #000180;
}
a:active {
	text-decoration: none;
	color: #000180;
}

/* Layout Styles */
.Main{
	width:800px;
	margin:0px auto;
	text-align:left;
	display:table;
}
.Header{
	width:800px;
	height:95px;
	float:left;
	position:relative;
	background-image:url(../images/front/Header.jpg);
}
.Nav{
	width:800px;
	height:35px;
	float:left;
	position:relative;
}
.Content{
	width:800px;
	float:left;
	position:relative;
	text-align:left;
	display:table;
}
.Right{
	width:240px;
	float:right;
	display:table;
	background-image:url(../images/front/Right_bg.jpg);
}
.Left{
	width:544px;
	float:left;
	margin:0px 0px 11px 11px;
}
.Text{
	margin:14px 5px 0px 5px;
}

/* CSS to preload mouse over image */
.preload{
width: 0px;
height: 0px;
display:none;
}


/* Text Format*/
h1{
	font-family:Tahoma;
	font-size: 12px;
	color: #000086;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
p{
	font-family:Tahoma;
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
