/* CSS Document */

/* layout styles ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

img { 
border: none; 
}


.page { 
	position: relative;
	width: 975px;
	height: 727px;
	margin: 0px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.graphic {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}


.floatright {
	float:right;
}


.floatleft {
	float:left;
}

.clearfloats {
	clear: both;
}


/* header styles ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.header {
 	width: 750px;
	position:absolute;
	top: 15px;
	left: 225px;	
}


.header p{
    text-align: center;
	font-size: .7em;
	margin: 15px 0px 0px 5px;
}


.header a{
	color: #003366;
	text-decoration: none;
}


.header a:hover{
	text-decoration: none;
	color: #66CC33;
}


.header a:visited{
	text-decoration: none;
}


/* navigation styles ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.navigation {
	width: 155px;
	position: relative;
	top: 135px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-align: right;
	line-height: 1.2em;
	padding: 8px 0px 0px 0px;
}

.promo {
	width: 155px;
	position: relative;
	top: 187px;
	float: left;
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: .7em;
	text-align: right;
	line-height: 1.3em;
	padding: 8px 0px 8px 0px;
}

.promo a{
	color: #003366;
	text-decoration: underline;
}

sup {
	vertical-align: top;
	font-size: .6em;
	color:#FF0000;
	font-weight:bold;
	line-height: 0px;
}

.navigation a {
	color: #003366;
	text-decoration: none;
}


.navigation a:visited {
	text-decoration: none;
}


.navigation a:hover {
	text-decoration: none;
	color: #66CC33;
}

.navigation .secondnav{
	width: 160px;	
}

.navigation .secondnav ul{
	margin: 0px auto;
	list-style: none;
	font-size: .8em;
	font-weight: normal;
	text-align: right;
	line-height: 1.6em;	
}


.navigation .secondnav a {
	color: #333333;
	text-decoration: none;
}


.navigation .secondnav a:hover {
	color: #663399;
	text-decoration: underline;
}

/* content styles ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.contentwrapper {
	width: 975px;
	position:relative;
	top: 65px;
	z-index: 10;	
}


.content {
	float: right;
	width: 794px;
	text-align: left;
	font-size: .7em;
	font-weight: normal;
}


.content .captiontext{
	color:#000000;
	position: absolute;
	top: 25px;
	left: 425px;
	width: 470px;
	line-height: 1.6em;
	padding: 10px 25px 15px 25px;
	background-color:#FFFFFF;
	border:#333333 1px solid;
}


.content .captiontext .dropcap{
	font-size: 3.8em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 1px;
	margin: 0px auto;
}


.content .captiontext .leftcolumn{
	float: left;
	width: 310px;
}


.content .captiontext .rightcolumn{
	float:right;
	width: 140px;
	margin: 23px 0px 0px 0px;
}


.content a{
	color:#003366;
	text-decoration: underline;
}


.content a:hover{
	text-decoration: underline;
	color: #66CC33;
}

/* footer styles ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.footer{
	position: relative;
	float: right;
	width: 794px;
	height: 25px;
	text-align: center;
	background-color:#FFFFFF;
	font-size: .6em;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
 }


.footer a{
	color: #003366;
	text-decoration: none;
}


.footer a:hover{
	text-decoration: underline;
	color: #66CC33;
}


