/* Body Style */
body 
{
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#A7A9AC;	
}

/* Layers Styles */

#divTop 
{	
	width:1024px;
	height:149px;
	padding-top:35px;
	background:White;
	text-align:center;
	position:relative;
}

#divNav 
{	
	width:235px;
	padding-top:10px;
	padding-bottom:40px;
	background:White;
	text-align:center;
}

#divMainContainer
{
	width:789px;
	padding-top:10px;
	padding-bottom:40px;
	background:White;
	text-align:right;
}

/* Text Styles */

.bodytext
{
	font-family:Arial;
	font-size:14px;
	color:#58595B;
	line-height:1.2;
}

.bodytextsmall
{
	font-family:Arial;
	font-size:12px;
	color:#58595B;
	line-height:1.2;
}

.headertext
{
	font-family:Arial;
	font-size:45px;
	color:#A7A9AC;
	font-weight:bold;
	line-height:1.2;
}

.subheadertext
{
	font-family:Arial;
	font-size:16px;
	color:#58595B;
	font-weight:bold;
	line-height:1.2;
}

.titletext
{
	font-family:Arial;
	font-size:20px;
	color:#58595B;
	font-weight:bold;
	line-height:1.2;
}

.titletextsmall
{
	font-family:Arial;
	font-size:18px;
	color:#58595B;
	font-weight:bold;
	line-height:1.2;
}


/* Links Styles */

a.link1 { text-decoration: none; color: #808285; font-family: Arial; font-size: 17px;} 
a.link1:visited {color: #808285; font-family: Arial; font-size: 17px;}
a.link1:hover {text-decoration: none; color: #58595B; font-family: Arial; font-size: 17px;} 

a.link2 { text-decoration: none; color: #58595B; font-family: Arial; font-size: 17px; font-weight:bold;} 
a.link2:visited {color: #58595B; font-family: Arial; font-size: 17px; font-weight:bold;}
a.link2:hover {text-decoration: none; color: #58595B; font-family: Arial; font-size: 17px; font-weight:bold;} 

a.link3 { text-decoration: none; color: #808285; font-family: Arial; font-size: 15px;} 
a.link3:visited {color: #808285; font-family: Arial; font-size: 15px;}
a.link3:hover {text-decoration: none; color: #58595B; font-family: Arial; font-size: 15px;} 

a.link4 { text-decoration: none; color: #58595B; font-family: Arial; font-size: 15px; font-weight:bold;} 
a.link4:visited {color: #58595B; font-family: Arial; font-size: 15px; font-weight:bold;}
a.link4:hover {text-decoration: none; color: #58595B; font-family: Arial; font-size: 15px; font-weight:bold;} 

/* Tables Styles */
.toptable
{
	background-image:url(images/topbg.png);
	background-repeat:repeat-x;
}

.navtable
{
	width:1024px;
}

.navcell
{
	width:235px;
	vertical-align:top;
	background-color:White;
}

.maincell
{
	width:789px;
	vertical-align:top;
	background-color:White;
}

.submenu
{
	padding-left:17px;
}

.noborder 
{
	 border:0;
}

.paddingright
{
	padding-right:4px;
}

.paddingleft
{
	padding-left:12px;
}

trailthumbcell
{
	width:50px;
}