body { 
	margin: 0;
	height: 100%; width: 100%; display: block; position: absolute; /*required for vertical centering*/
	background-color: black;
    background-image: url(../images/bg.gif);	
    font-family: Arial;
    font-size: 12px;	
    color: #666666;
}

p {/*these paragraph rules make line spacing as similar as they can be between ie and ff*/
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

h1{
	font-size: 18px;
	margin: 5px 0px -10px 0px;
	color:#C41F39;
}

h2{
	font-size: 16px;
	margin: 5px 0px -10px 0px;
	color:#C41F39;
}

h3{
	font-size: 14px;
	margin: 5px 0px -10px 0px;
	color:#C41F39;
}

#content a:link, #content a:active, #content a:visited{
	text-decoration: none;
	color:#C41F39;
}

#content a:hover{ text-decoration: underline; }

.mainAreaTd{
	background-image: url(../images/layout_06.gif);
	background-repeat: no-repeat;
	background-color: white;
}

.nav{
	padding: 20px 1px 0 0px;
	background-image:url(../images/line.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:right;
	height:297px;
	
}

.nav a:link, .nav a:visited, .nav a:active{
	text-decoration: none;
	color:#C41F39;
}
.nav a:hover{
	text-decoration:none;	
}

/*
.nav a:link, .nav a:visited, .nav a:active{
	position:relative;
	display:block;
	padding: 6px 30px 6px 0px;
	background-image:url(../images/dot.gif);
	background-repeat:no-repeat;
	background-position:center right;
	font-weight:bold;
	
}
.nav a:hover{
	text-decoration:none;
	
	background-image:url(../images/btnBgHover.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}
*/

p.social-icons{width:110px; margin-right:10px;}