/* CSS Document */

@import url(navigation.css);
@import url(modules.css);
@import url(content.css);

html, body {
	margin:0 auto;
	padding:0;
	background:#aaaaaa url(../images/background-gradient.jpg) top left repeat-x;
}

.clearer {
	clear:both;
	height:0;
	line-height:0;
}

#main-frame {
	margin:0 auto;
	width:940px;
}

.hyp 
{
	TEXT-DECORATION: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
} 

.AutoEmailFont 
{
	TEXT-DECORATION: none;
	font-family:Arial;
	font-weight:normal;
	font-style:normal;
} 

#header {
	margin:0 auto;
	padding:0;
	width:900px;
	height:70px;
	background:url(../images/logo.png) center no-repeat;
}

#content-frame {
	margin:0 auto;
	padding:0;
	width:940px;
	background:url(../images/main-bg.png) top left repeat-y;
}

html>body #blue-column { 
	margin:0 auto;
	margin-left:6px;
	padding:0;
	width:295px;
	float:left;
}

#blue-column { 
	margin:0 auto;
	/*margin-left:6px;*/
	padding:0;
	width:289px;
	float:left;
}

html>body .blue-corner {
	margin:0 auto;
	padding:0;
	width:295px;
	height:10px;
	background:url(../images/blue-corners.png) top right no-repeat;
}

.blue-corner {
	margin:0 auto;
	padding:0;
	width:301px;
	height:10px;
	background:url(../images/blue-corners.png) top right no-repeat;
}



#center-right-column {
	margin:0 auto;
	margin-right:6px;
	padding:10px 0 0 0;
	width:605px;
	float:right;
}

#center-column {
	margin:0 auto;
	width:310px;
	float:left;
}

#right-column {
	margin:0 auto;
	width:295px;
	float:right;
}

#bottom {
	margin:0 auto;
	margin-bottom:10px;
	padding:20px 0 0 0;
	width:940px;
	height:16px;
	background:url(../images/main-bottom.png) top left no-repeat;
	text-align:center;
}

#bottom p {
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	font-weight:normal;
	color:#444444;	
}

#bottom p a {
	color:#19508c;
}

html>body #single-right-column {
	margin:0 auto;
	margin-right:6px;
	padding:10px 0 0 0;
	width:605px;
	float:right;
}

#single-right-column {
	margin:0 auto;
	margin-right:11px;
	padding:10px 0 0 0;
	width:605px;
	float:right;
}

.GridItemStyle
{
	 
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #160680; LINE-HEIGHT: 200%; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
.GridItemWhiteStyle
{
	 border-color:#999999;background-color:White;
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #160680; LINE-HEIGHT: 200%; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
.GridHeaderStyle
{
	background-color:#848684;
	FONT-WEIGHT: bold; FONT-SIZE: 8pt;   COLOR: white; LINE-HEIGHT: 200%; FONT-FAMILY: Verdana; TEXT-DECORATION: none
	 
}
.GridHeaderStyle a
{
	color: White;
	text-decoration: none;
}

.GridHeaderStyle a:visited
{
	color:  White;

}
.GridHeaderStyle a:hover
{
	color: White;

}
.GridHeaderStyle a:active
{
	color: White;

}

.GridAlternatingItemStyle
{
	border-color:#999999;background-color:WhiteSmoke;
}
