﻿body {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(/images/bkg3.gif);
	background-repeat:repeat-x;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-weight: bold;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

a img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-decoration: none;
	height: 16px;
	width: 125px;
}

#masterPageDiv {
}

#mainFlashDiv {
}

#menuDiv {
	float: right;
	background-color: black;
	font-family: Arial;
	font-weight: bold;
	color: white;
	font-size: 12px;
}

#menuDiv a {
	text-decoration: none;
	color: white;
}

#bodyCol {
	background: #eceded;
	min-height: 500px;
	border-top-color: Black;
	border-top-width: 5px;
}

#bodyDiv {
	padding: 5px;
	background: #eceded;
	min-height: 500px;
}

.standardCell {
	padding-top: 0px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:0px;
	background: #eceded;
}


#footerDiv {
	background-color: red;
	font-size: 10px;
	color: white;
	width: 1000px;
	min-height:20px;
	vertical-align:middle;
}

#footerDiv a {
	text-decoration:none;
	color: white;
}

#rightSideContentDiv {
	margin: 0px;
	padding-left:5px;
}
