body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED;
	margin: 0;
}
img
{
	border-width: 0px;
}
.bodyWrapper
{
	background-color: #D3232D;
}
.menuContent
{
	margin-left: 10px;
}
.menu, .menu:link, .menu:visited {
	color: #D3232D;
	display: block;
	font-size: 12px;
	font-weight:normal;
	margin: 5px 0;
	padding: 0px 0 0px 0px;
	text-decoration: none;
	white-space: nowrap;
}
.menu:link:hover, .menu:visited:hover
{
	background-color:#D3232D; 
	color:#FFFFFF;
}
.menuindent
{
	text-indent: 20px;
}
.contentWrapper
{
	margin: 0px auto 0px auto;
	width: 740px;
	padding: 20px 0px 40px 0px;
}
.spacer
{
	clear: both;
}

/* LEFT MENU */
.roundcont {
	width: 220px;
	background-color: #fff;
	color: #fff;
	float: left;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/URrounded.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/LRrounded.gif) no-repeat top right; 
}

img.corner {
   width: 11px;
   height: 11px;
   border: none;
   display: block !important;
}
/* END LEFT MENU */

/* MAIN CONTENT BOX */
.mainContentBox {
	width: 500px;
	background-color: #fff;
	color: #fff;
	float: left;
	margin-left: 20px;
}

.roundcont p {
	margin: 0 10px;
}

.mainContentBoxRoundTop { 
	background: url(/images/URrounded.gif) no-repeat top right; 
}

.mainContentBoxRoundBottom {
	background: url(/images/LRrounded.gif) no-repeat top right; 
}

img.corner {
   width: 11px;
   height: 11px;
   border: none;
   display: block !important;
}
.mainContentBoxData
{
	color: Black;
	margin: 5px;
	font-size: smaller;
}
/* END MAIN CONTENT BOX */



/* TOP BAR */
.topbar
{
	background-color: Black;
	border-bottom: 1px solid white;
}
.topbarInner
{
	margin: 0px auto 0px auto;
	width: 740px;
}
.topbarInnerLeft
{
	float: left;
}
.topbarInnerRight
{
	float: right;
}
h1 
{
	font-size:22px; 
	color:#FFF; 
	font-weight: normal; 
}
/* END TOP BAR */


/* BUILD LINKS TABLE */
.BuildLinksTable
{
	width: 345px;
	margin: 0px auto 0px auto;
}
.BuildLinksTableLeft
{
	float: left;
	width: 172px;
	text-align: center;
}
.BuildLinksTableRight
{
	float: left;
	width: 172px;
	text-align: center;
}
/* END BUILD LINKS TABLE */
.boldParagraph
{
	font-weight: bold;
}

.footer
{
	font-size: x-small;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 80%;
}
h2
{
	font-size: medium;
	color: Black;
}
.pcenter
{
	text-align: center;
}
.bold
{
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}
.justify
{
	text-align: justify;
	padding-right: 10px;
}
li
{
	padding-bottom: 10px;
}