@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: Trajan;
 src: url("../fonts/Trajan_Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: Trajan;
 src: url("../fonts/Trajan_Regular.ttf") /* TTF file for CSS3 browsers */
}

body {
	background-image: url(../images/bkgd.png);
	background-repeat: repeat;
	background-color: #414141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d1c01;
}
a:link {
	color: #649ADD;
}
a:visited {
	color: #649ADD;
}
a:hover {
	color: #9DC0EA;
}
a:active {
	color: #649ADD;
}
h1,h2,h3,h4,h5,h6 {
	font-family:  Trajan Pro, Trajan, Georgia, serif;
}
h1 {
	font-size: 24px;
	color: #649ADD;
	margin-top: 10px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

p {
	margin-bottom: 0px;
	}
	
hr {
	border-top: 2px dotted #649ADD ;
	width: 85%;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 20px 8%;
}
	
.Large {
	font-size: 25px;
	letter-spacing: -.05em;
	}
	
.emphasize {
	font-family:"Trajan Pro", Trajan, Georgia, serif;
	font-size: 15px;
	color: #2d1c01;
	font-weight: bold;
	}

.EmphasizeSmall {
	font-family:"Trajan Pro", Trajan, Georgia, serif;
	font-size: 13px;
	color: #2d1c01;
	;
	}
	
.red {
	color:#F00;
	font-size: 12px;
}

/* Layout */

#Swash {
	background: url(../images/swashes.png) no-repeat bottom center;
	}

#PageWrapper {
	margin:0 auto;
	padding:0px;
	width:1000px;
	}
	
#HeaderWrapper {
	margin-top: 15px;
	}
	
#Nav {
	background:url(../images/nav.png) no-repeat;
	height: 58px;
	}
	
#ContentWrapper {
	width: 920px;
	min-height: 460px;
	margin:0 auto;
	background-color:#FFFFFF
	}
	
#Content {
	padding: 15px 25px 20px;
	}

#FooterWrapper {
	background:url(../images/footer.png) no-repeat top center;
	height: 62px;
	vertical-align: center;
	clear: both;
	}
	
#Footer {
	color: #ffffff;
	font-size: 12px;
	padding-top: 10px;
	}
	
#Footer a:link {
	color: #ffffff;
}
#Footer a:visited {
	color: #ffffff;
}
#Footer a:hover {
	color: #9DC0EA;
}
#Footer a:active {
	color: #ffffff;
}

#HomePage {
	float: left;
	margin-top: -26px;
	margin-left: -25px;
	;
	width: 920px;
	}
	
#HomeBox {
	float:right;
	
	width: 340px;
	height: 355px;	
	background: #9DC0EA url(../images/shadow.png) no-repeat top right
	}
	
#Flash {
	float:left;
	width: 580px;
	height: 355px;
}
	
#HomeCopy {
	color: #ffffff;
	padding: 10px 15px; 10px;
	}
	
#HomeCopy a:link {
	color: #ffffff;
}
#HomeCopy a:visited {
	color: #ffffff;
}
#HomeCopy a:hover {
	color: #2d1c01;
}
#HomeCopy a:active {
	color: #ffffff;
}

#ZerveBox {
	float:right;
	width: 320px;
	padding: 15px;
	border: 2px dotted #649ADD;
	margin: 10px;
	}
	
#RightColumn {
	float: right;
	width: 350px;
	margin: 10px;
	padding: 15px;
	background: #8FC3EA;
}

#RightColumn h1{
	color: #FFF;
	margin-top: 0;
	font-weight: normal;
}

#RightColumn a:link{
	color: #ffffff;
}
#RightColumn a:visited{
	color: #ffffff;
}
#RightColumn a:hover{
	color: #2d1c01;
}
#RightColumn a:active{
	color: #ffffff;
}

#TwoColumn {
	float: left;
	width: 425px;
	margin-right: 10px;	
}

#ThinLeft{
	float: left;
	width: 320px;
}

#WideRight {
	float: right;
	width: 550px;
}

.clearfix {
	clear:both;
}.red {
	color: #F00;
}

