body {
	overflow				: -moz-scrollbars-vertical;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	background-image		: url(../images/bg.gif);
	background-repeat		: no-repeat;
	letter-spacing			: 0px;
	background-color		: #f4f4f4;
	font-size				: 11px;
	line-height				: 16px;
	font-style				: normal;
	color					: #333333;
	padding					: 0;
	margin					: 0;
	text-align				: left; 
	}

#main {
	text-align				:left;
	width					:850px;
	height					:auto;
	clear					:left;
	line-height				:15px;
	margin-bottom			:10px;
	text-align				:left;
	margin					:30px auto 0;
	}
	
#main2 {
	text-align				:left;
	width					:850px;
	height					:auto;
	clear					:left;
	line-height				:15px;
	border					:none;
	text-align				:left;
	margin					:0px auto 0;
	background-color		: #e1e1e1;
	margin-top				: 10px;
	background-image: url(../images/bg_cont.gif);
	}
	
#menu a, #menu a:visited {
	float					: left;
	text-decoration			:none;
	text-align				:left;
	text-transform			: uppercase;
	background-color		:#e1e1e1; 
	color					:#03194b;
	display					:block; 
	width					:150px; 
	padding					: 8px 8px 8px 20px;
	margin					:0px auto;
	border-right			:2px solid #03194b;
	border-bottom			:1px solid #FFFFFF;
	clear					: both;
	}
	
#menu a:hover {
	border-right			:2px solid #f8b200;
	background-color		: #666666;
	color					: #f8b200;
	}
	
#content {
	width					: 600px;
	height					: auto;
	padding					: 20px;
	float					: none;
	margin-bottom			: 10px;
	margin-left				: 195px;
	line-height: 20px;
	}

#footer {
	text-align				:right;
	width					:850px;
	height					:30px;
	clear					:left;
	line-height				:30px;
	margin					:10px auto 0;
	background-color		: #03184b;
	color					:#e1e1e1;
	}


a:link {
	color						:#fbc002;
	text-decoration				:none;
}
a:visited {
	color						: #fbc002;
	text-decoration				:none;
}
a:hover {
	color						:#b9941e;
}
a:active {
	color						:#b9941e;
	text-align: center;
}

h1 {
	color						:#a7394a;
	font-size					: 14px;
}

.footer {
	width						: 620px;
	border-top					: 1px solid #7b7c7e;
	font-size					:10px;
	color						:#7b7c7e;
	float						:left;
	margin						:20px 0 20px 80px;
}

.boxtext {
	padding						: 5px;
	line-height					:15px;
	font-size					:11px;
	color						:#fff;
}

.img {
	margin-right				: 5px;
}

