/*Page Properties*/
body,td,th{
	margin: 0px;
	background-color:#CFCFFF;
	background-image: url(../images/front/Body_Tile.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	letter-spacing:0.1em;
}

a:link {
	color: #5353C1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5353C1;
}
a:hover {
	text-decoration: underline;
	color: #5353C1;
}
a:active {
	text-decoration: none;
	color: #5353C1;
}

/* Layout Styles */
.BG{
	width: 100%;
	display: table;
	background-image: url(../images/front/Background_Tile.jpg);
	background-position: left top;
	background-repeat: repeat-x;	
}

.Main{
	width: 808px;
	margin: 0px auto;
	background-image: url(../images/front/Body_Top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 30px;
	padding-right: 30px;
}

.Header{
	width: 808px;
	height: 91px;
	background-image: url(../images/front/Header.jpg);
	float: left;
	position: relative;
}

.Banner{
	width: 808px;
	height: 215px;
	background-image: url(../images/front/Banner.jpg);
	float: left;
	position: relative;
}

.Left{
	width: 200px;
	left: 16px;
	top: -219px;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	position: relative;
	z-index: 1;
}

.Nav_Box{
	width: 200px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: left;
	position: relative;
}

.Nav a {
	width: 170px;
	height: 20px;
	background-image: url(../images/front/Nav_Link.jpg);
	display: block;
	float: left;
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;	
	padding: 7px 0px 0px 30px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
	float:left;
	position:relative;
}

.Nav a:hover {
	background-image: url(../images/front/Nav_Hover.jpg);
	color: #FFFFFF;
	font-weight: bold;
}

.Images_Box{
	width: 192px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #CCCCCC;
	margin-top:10px;
	float:left;
	position: relative;
}

.Content{
	width: 566px;
	top: 10px;
	right: 16px;
	float: right;
	position: relative;
	text-align: left;
}

/* CSS to preload mouse over image */
.preload{
width: 0px;
height: 0px;
display:none;
}


/* Text Format*/
h1{
	font-family:Arial;
	font-size: 12px;
	color: #020195;
	letter-spacing:0.1em;
	font-weight:bold;
	margin: 0px;
}
p{
	font-family:Arial;
	font-size: 10px;
	color: #666666;
	letter-spacing:0.1em;
	margin: 0px;
}
