body {
	background-color : #000198;
}

body, table {
	font-family : Arial;
	font-size : 10pt;
}

h1
{
	font-size : 12pt;
	font-weight : bold;
}


a:visited
{
	color: #000198;
} 


a:visited.MenuLinks, a.MenuLinks {
	color: white;
} 

#wrapper {
	width:750px; 
	border: 5px solid black; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: black;
}

#ieFix {
	text-align: center;
}

#menuBar {
	background-color : black;
	color: white;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 5px;
	width:734px !important; 
	width: 750px; /* IE6 only */ 

}

#mainContainer {
	background: #D9D9D9 url('/images/col_bg.gif') repeat-y right top;
	padding-top: 16px;
	padding-left: 15px; 
	padding-bottom: 40px;
	width:735px !important; 
	width: 750px; /* IE6 only */ 
}

#main {
	width:488px;
}

#rightColumnContainer {
	float:right;
	width:232px;
}

.separator {
	margin-left: 12px;
	margin-right: 12px;
}

#rightColumn {
	margin-left:17px;
	margin-right:15px;
}

.floatRight {
	float: right;
}

ul
{
	font-size : 8pt;
	margin-left: 17px;
	list-style-type: square;
	padding-left: 0;
	list-style-position: outside;
}


.boldText {
	font-weight: bold;
}

.Emphasis
{
	color : red;
	font-weight : bold;
}

.errorText {
	color: red;
}

.smallItalics {
	font-size: 8pt;
	font-style: italic; 
}
