﻿BODY {
	background-color: rgb(12,36,61);
}

#MasterContainer {
	border: 0px solid aqua;
	width: 800px;
	background-image: url('../elements/mainbg.gif');
	background-repeat: repeat-y;
}
#Header {
	border: 0px solid #FF0000;
	width: 800px;
	height: 238px;
	background-image: url('../elements/header1.gif');
}
#divblue {
	border: 0x solid #FF0000;
	width: 255px;
	float: left;
	padding-right: 10px;
}
#divbody {
	border: 0px solid #FF0000;
	width: 495px;
	background-color: #C8C8E1;
	background-image: url('../elements/header2.gif');
	float: right;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#divblue a {
	color: #FFFFFF;
	text-decoration: none;
}
#divblue a:hover {
	color: #C8C8E1;
	text-decoration: none;
}
#divbody a {
	color: #23408F;
	text-decoration: none;
}
#divbody a:hover {
	color: #3366CC;
	text-decoration: none;
}
.TitleHome {
	text-indent: -9999px;
	margin-top: -45px;
}
.Title1 {
	background-image: url(../Elements/title1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 304px;
	height: 37px;
	border: 0px solid #FF0000;
	margin-top: -20px;
}
.Title2 {
	background-image: url(../Elements/title2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 480px;
	height: 101px;
	border: 0px solid #FF0000;
	margin-top: -15px;
}
.News {
	background-image: url(../Elements/news.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 64px;
	height: 32px;
	border: 0px solid #FF0000;
}
.ImageText {
	background-image: url(../Elements/news.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;

}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.ulpage {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 6px 0px 0px 18px;
	list-style-type: square;
	list-style-position: outside;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.lipage {
	padding-bottom: 10px;
}
.BlueBold {
	color: #23408F;
	font-size: 18px;
}
.ULMenu {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 6px 0px 0px 18px;
	list-style-type: none;
	list-style-position: outside;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
.liMenu {
	padding-bottom: 20px;
	font-size: 22px;
	color: #FFFFFF;
}
.ULSubMenu {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 6px 0px 0px 18px;
	list-style-type: none;
	list-style-position: outside;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
.liSubMenu {
	padding-bottom: 2px;
	font-size: 18px;
	color: #FFFFFF;
}


#divTableleft {
	border: 0px solid #FF0000;
	width: 135px;
	float: left;
}

#divTableRight {
	border: 0px solid #FF0000;
	width: 350px;
	float: right;
}

