body
{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

#ContentWrapper
{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

#HeaderWrapper
{
	background-color:White;
	padding-top:10px;
}

#HeaderBarBottom
{
	height:15px;
	clear: both;
	background-color: #EC2229;
	background-image: url(../images/headerbarbottom.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #333333;
}

#MainContentWrapper
{
	width:900px;
	background-image: url(../images/MainContentWrapperBG.jpg);
	background-repeat: repeat-y;
}

#SideNav
{
	/*total width is 250px & total height is 480px*/
	background-color: #323390;
	float:left;
	width:250px;
	/*height:480px;*/
}

#SideNav img
{
	border:0px;
}

#MainContentArea
{
	/*total width is 650px & total height is 480px*/
	float:left;
	width:609px;
	padding:20px;
	/*overflow:auto;
	height:440px;*/
	border-right:1px solid #323390;
}

#MainContentArea ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#MainContentArea ul li {
	background-image: url(../images/LogoStar.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-bottom:2px;
	margin-top:6px;
	margin-bottom:4px;
	vertical-align: middle;
}

#HeaderList ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#HeaderList ul li {
	background-image: url(../images/LogoStar.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-bottom:2px;
	margin-top:6px;
	margin-bottom:4px;
	vertical-align: middle;
}

#PageTitle
{
	font-size:16px;
	font-weight:bold;
}

#PageTitle1
{
	font-size:16px;
	font-weight:bold;
}

.SectionTitle
{
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.TextSmall1
{
	font-size:10px;	
}

.Textbox1
{
	font-size: 9pt;
	color: #323390;
	border: 1px solid #323390;
	padding-left:5px;
}

.Button1
{
	font-size: 8pt;
	background-color:#323390;
	color: #FFFFFF;
	font-weight:bold;
}

.img1
{
	border:1px solid #323390;
	padding:4px;
}

.img2
{
	border:1px solid #323390;
}

#FooterWrapper
{
	clear:both;
	text-align:center;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

#FooterBarTop
{
	height:15px;
	clear: both;
	background-color: #EC2229;
	background-image: url(../images/headerbarbottom.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #333333;
}

#FooterLinks
{
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding:15px;
}

#FooterLinks a
{
	text-decoration: none;
}

#FooterLinks a:hover
{
	text-decoration: underline;
}