body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #3738AC;
}

.body {
	background-color: #4B57DD;
	width: 980px;
	padding: 10px;
	overflow: auto;
	font-size: 12px;
}

#main_content_div {
	width: 650px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
}

#image_run_div {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

.buttons {
	background-image: url(../NewImages/buttonsBack.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 1000px;
}

.bottomButtons {
	color: #6699FF;
	background-image: url(../NewImages/buttonsBack.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 1000px;
	padding-top: 10px;
}

h1{
	color:#FFFFFF;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
	background-image: url(../NewImages/H1_back.gif);
	background-repeat: no-repeat;
	padding: 5px;
}

h2{
	color:#FFFFFF;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
	background-image: url(../NewImages/H1_back.gif);
	background-repeat: no-repeat;
	padding: 5px;
}

.Links{
	text-decoration: none;
	color: #9FBEFF;
}

.box {
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.LinksAll{
	min-height: 150px;
	padding: 2px;
	color: #FFFFFF;
}
a:hover {
	color: #18184A;
	background-color: #8CA4FF;
}
.PhotosLeft {
	position: relative;
	visibility: visible;
	float: left;
	padding-right: 10px;
	padding-bottom:20px;
	padding-top: 20px;
}
.PhotosRight {
	position: relative;
	float: right;
	text-indent: 0px;
	padding-left: 10px;
	height: auto;
	padding-bottom: 5px;
}
.Yellow{
	font-weight: bold;
	color: #FFFF00;	
}
.small {
	font-size: 10px;
	color: #4B57DD;
}
.bol {
	font-weight: bold;
}

/* Link Styles */


a.bodylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a.bodylink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.bodylink:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.bodylink:active {
	color: #FFFFFF;
	text-decoration: none;


