body
{
	color: #676767;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}	

h1
{
	color: #CC0000;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

h2
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mainDiv
{
	margin-left: auto;
	margin-right: auto;
	width: 831px;
}

.bannerDiv
{
	padding-top: 8px;
}

.contentDiv
{
	padding-top: 12px;
}

.leftContent
{
	width: 176px; 
	background-image: url(../images/body_left.gif); 
	background-repeat: repeat-y; 
	vertical-align: top;
}

.middleContent
{
	padding: 22px; 
	background-color: #FFFFFF; 
	vertical-align: top;
}

.rightContent
{
	vertical-align: top;
	background-color: #FFFFFF; 
}

.buttonPanel
{
	height: 32px; 
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat; 
	text-align: left;
}

.mainVerticalDiv
{
	background-image: url(../images/main_vertical_div.gif);
	background-repeat: repeat-y;
}

.vertDottedLine
{
	background-image: url(../images/vert_div.gif);
	background-repeat: repeat-y;
	padding: 10px 5px 10px 5px;
	background-color: #FFFFFF;
}

.rightVertLine
{
	background-image: url(../images/body_right.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 5px;
}


ul.white_square  
{ 
	list-style-image: url("../images/bullet.gif");
	color: #FFFFFF;
	line-height: 21px;
	vertical-align: middle;
}

li.white_square_top 
{
	height: 30px;
}

a:link    { color: #CC0000; text-decoration: none; }
a:visited { color: #CC0000; text-decoration: none; }
a:hover   { color: #CC0000; text-decoration: underline; }
a:active  { color: #CC0000; text-decoration: none; }

a.whiteLink:link    { color: #FFFFFF; text-decoration: none; }
a.whiteLink:visited { color: #FFFFFF; text-decoration: none; }
a.whiteLink:hover   { color: #FFFFFF; text-decoration: underline; }
a.whiteLink:active  { color: #FFFFFF; text-decoration: none; }

