body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#container {
	padding: 0px;
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mast {
	background-color: #000000;
	text-align: left;
	height: 88px;
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
}
#FlashBanner, #Contents, #ProfileContent {
	padding: 0px;
	float: left;
	width: 800px;
}
#FlashBanner {
	height: 150px;
	background-image: url(../images/home/HorGreyBar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#ProfileContent {
	background-image: url(../images/profile.gif);
	text-align: left;
	background-repeat: no-repeat;
}

/*Left column items*/
#LeftColumn {
	text-align: left;
	width: 270px;
	padding-right: 30px;
	padding-left: 40px;
	float: left;
	position: relative;
}

/*Right Column items*/
#RightColumn {
	text-align: left;
	float: right;
	width: 430px;
	padding-right: 30px;
	padding-bottom: 30px;
}
#footer {
	float: left;
	height: 80px;
	width: 730px;
	text-align: right;
	background-image: url(../images/home/Footer.gif);
	background-repeat: no-repeat;
	padding-right: 70px;
	position: relative;
}

/*font styles*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-align: justify;
	word-spacing: inherit;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:: 16px;
}
h1 {
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}
h2 {
	font-size: 11px;
	color: #FF0000;
}
h3 {
	font-size: 11px;
	color: #CCCCCC;
}
h4 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;	
}
/*Link fonts*/
a.redlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.redlink:visited {color: #FF0000;}

a.bodylink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}	
a.bodylink:visited {font-size: 11px; font-weight: bold; color: #333333; text-decoration: underline;}
a.bodylink:hover {font-size: 11px; font-weight: bold; color: #333333; text-decoration: underline;}
a.bodylink:active {font-size: 11px; font-weight: bold; color: #333333; text-decoration: underline;}

a.footerlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;}	
a.footerlink:visited {font-size: 10px; font-weight: normal; color: #333333;}
a.footerlink:hover {font-size: 10px; color: #333333;}
a.footerlink:active {font-size: 10px; font-weight: normal; color: #333333;}

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

.zero-li {
	padding: 0px;
	list-style-position: inside;
	text-align: left;
	margin: 0px;
}
