﻿BODY {
	background-color: #0F117C;
	background-image: url('../elements/background.gif');
	background-repeat: repeat-x;
}
p {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.activepage {
	color: #000000;

}

#MasterCenter {
	/*border: 1px solid #FF0000;*/
	margin-left: 20px;
	width: 877px;
	background-repeat: no-repeat;
}
#Header {
	/*border: 1px solid #FF0000;*/
	width: 877px;
	height: 236px;
}
#HeaderTitle {
	/*border: 1px solid #FF0000;*/
	width: 640px;
	height: 236px;
	float: right;
	background-image: url('../elements/header.gif');
}
#Seal {
	/*border: 1px solid #FF0000;*/
	width: 237px;
	height: 236px;
	float: left;
	background-image: url('../elements/seal.gif');
}
.SealH1 {
	width: 227px;
	height: 200px;
	text-indent: -9999px;
}
#Footer {
	/*border: 1px solid #FF0000;*/
	width: 877px;
	height: 112px;
	background-image: url('../elements/footer.gif');
	background-repeat: no-repeat;
}
#bodyconatainer {
	width: 877px;
	background-image: url('../elements/Bodybackground.gif');
	background-repeat: repeat-y;
}
#PageTitle {
	/*border: 1px solid #FF0000;*/
	width: 595px;
	/*background-image: url('../elements/PageTitleBG.gif');
	background-repeat: no-repeat;*/
	float: right;
}
#PageTitleNotification {
	/*border: 1px solid #FF0000;*/
	width: 877px;
	padding-left:62px;
	/*background-image: url('../elements/PageTitleBG.gif');
	background-repeat: no-repeat;*/
	/*float: right;*/
}

.Content {
		width: 550px;
	float: left;
	
}
#MenuRegion {
	/*border: 1px solid #FF0000;*/
	width: 220px;
	float: left;
	padding-left:52px
	
}
#MenuHeader {
	width: 216px;
	height: 27px;
	background-image: url('../elements/menuheader.gif');
	background-repeat: no-repeat;
	/*border: 1px solid #FF0000;*/
	
}
#MenuFooter {
	width: 216px;
	height: 28px;
	background-image: url('../elements/menufooter.gif');
	background-repeat: no-repeat;
	/*border: 1px solid #FF0000;*/
	
}
#MenuBody {
	width: 196px;
	background-image: url('../elements/menubodybg.gif');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 1px;

}
ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 6px;
	list-style-type: none;
	text-align: left;
}
li {
	padding-bottom: 15px;
}

.title {
	width: 550px;
	height: 48px;
	text-indent: -9999px;
	
	background-repeat: no-repeat;
}
.textcopy {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

.textcopy ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 28px;
	text-align: left;
	list-style-image: url('../elements/redbullet.gif');
}
.textcopy li {
	padding-bottom: 5px;
	padding-left: 4px;
}

.textcopy ul li ul{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 28px;
	text-align: left;
	list-style-image: url('../elements/redbullet.gif');
}
.textcopy li ul li{
	padding-bottom: 5px;
	padding-left: 4px;
}


#MenuBody A:link {text-decoration: none; color: #284DCA}
#MenuBody A:visited {text-decoration: none; color: #284DCA}
#MenuBody A:hover {text-decoration: none; color: #BA122B;}

.textcopy A:link {text-decoration: none; ; color: #284DCA;}
.textcopy A:visited {text-decoration: none; ; color: #284DCA;}
.textcopy A:hover {text-decoration: none; color: #BA122B}

.ImageLeft {
	float: left;
	padding-right: 10px;
}
.ImageRight {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}



