@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#222222;
	font-size:11px;
	background:#FFFFFF;
	text-align:center;
}

a:link, a:visited{
	color:#cc6130;
}

a:hover, a:active{
	color:#e2824e;
	text-decoration:none;
}

img{
	border:none;
}

H1{
	font-size:115%;
	color:#cc6130;
	font-weight:bold;
}

.box{
	padding:5px;
	background:#cc6130;
	color:#FFFFFF;
	-moz-border-radius:5px;
}

.box a, .box a:link, .box a:hover, .box a:active, .box a:visited{
	color:#FFFFFF;
}

.boxHeader{
	font-size:115%;
	color:#f2ba51;
	font-weight:bold;
}


#MainNav{
	background:url(../Images/topbarBack.jpg) repeat-x top;
	padding-top:10px;
	height:25px;
	
}

.mainNav{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
}

.mainNav a:link, .mainNav a:visited{
	color:#CCCCCC;
	text-decoration:none;
}

.mainNav a:hover{
	color:#ecc46b;
	text-decoration:none;
}

.logoTrans{
	padding-right:10px;
}

.linksTop{
	
}

#MainContent{
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
}

#Content{
	padding:10px;
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

.tableRow{
	display:inline-table;
}

.columnLeft{
	width:500px;
	
}

.columnRight{
	width:300px;
	padding-left:10px;
}

.lower{
	padding-top:15px;
}

.mainLinksRow{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
}

.mainLinks{
	font-size:115%;
	text-align:center;
	color:#999999;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
}

.mainLinks a:link, .mainLinks a:visited{
	text-decoration:none;
	color:#6d7c42;
}

.mainLinks a:hover, .mainLinks a:active{
	text-decoration:none;
	color:#cc6130;
}

#NetworkLinks{
	position:absolute;
	margin:55px auto auto 500px;
	width:250px;
	height:150px;

}
	
#Footer{
	background:url(../Images/bottomBarBack.jpg) repeat-x bottom;
	height:100px;
	text-align:center;
}

.footerNav{
	padding-top:30px;
}