
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color: #FFFFFF;
	background: #ffffff url(../NewImages/MainBg.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	background-color: #4E0000;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#ffffff;
}

body a:hover{
	text-decoration:underline;
}


h1 {
	font-size: 17px;
	color: #FFD54D;
} 


h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4379BB;
} 


h3 {
	
	font-size: 12px;
	font-weight: bold;
}

h4 {
	
	font-size: 16px;
	color: #2760B4;
	font-weight: bold;

} 


p{
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


ul {
	list-style-type: disc;
	margin-left: 10;
}

ol {
	
	margin-left: 10;
}


li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 0px;
	margin-bottom: 5px;
}


/* content div's */

#Background1 {
	margin: auto;
	width:880px;
	background:url(../NewImages/ContentBg.jpg) repeat-y top center;
	position:relative;
	height: 100%;
}

#Background2 {
	margin: auto;
	width:880px;
	background:url(../NewImages/ContentBgTop.jpg) top center;
	position:relative;
	background-repeat: no-repeat;
}

#Header {
	margin: auto;
	width:824px;
	position:relative;
	margin-bottom: 0px;
}
#Navigation {
	margin: auto;
	width:824px;
	position:relative;
}

#Main {
	margin: auto;
	width:824px;
	position:relative;
	background-image: url(../NewImages/FrameBg.jpg);
}

#Content {
	margin: auto;
	width:700px;
	position:relative;
}

#BottomFrame {
	margin: auto;
	width:824px;
	position:relative;
}

#SubFrames {
	margin: auto;
	width:824px;
	position:relative;
	text-align: center;
}

#Footer {
	margin: auto;
	width:880px;
	position:relative;
}

.imagesAlignRight {
	padding: 0px;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
}
