/* CSS Document */

/* Zeroing Selectors */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

/*****************************************/
/* Formatting */
/*****************************************/

body {
font-family: "Palatino Linotype", "Palatino", Georgia, serif;
font-size: 110.01%;
/*line-height: 18px;*/
color: #1C498F;
background-color: #0A1E3D;
text-align: left;
}

#content ul{
list-style:outside;
margin-left:15px;
font-size: 75%;
margin-bottom: 15px;
}

/*****************************************/
/* Text */
/*****************************************/

h1 {
font-size: 120%;
font-weight:bold;
margin-bottom: 30px;
margin-top: 0;
/*line-height: 36px;*/
/*text-transform:capitalize;*/
}

h2 {
font-size: 90%;
font-weight:bold;
margin-bottom: 10px;
margin-top: 44px;
/*text-transform:capitalize;*/

}

h3 {
font-size: 75%;
margin-bottom: 10px;
/*text-transform:capitalize;*/

}

p {
font-size: 75%;
line-height: 22px;
margin-bottom: 15px;
}

.footertext {
font-size: 75%;
color: #FFFFFF;
margin-top:1px;
/*margin-bottom:10px;*/
}

.redtext {
color: #C50B46;
}

.greentext {
color: #64A603;
}

a:link, a:active, a:visited {
color: #6794D8;
}

a:hover {
color: #1C498F;
}

/*****************************************/
/* DIVs */
/*****************************************/

#wrapper {
width: 980px;
margin: 0 auto;
/*border: 1px solid #C50B46;*/
}

#contentWrapper {
margin: 0;
padding: 0;
background-image:url(../images/content_y.jpg);
background-repeat:repeat-y;
}

#content {
background-image: url(../images/content_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
margin-top: 0;
padding: 35px 35px 35px 35px;
}

#leftcol, .leftcol {
width: 50%;
float:left;
}

#rightcol, .rightcol {
width: 280px;
float:right;
text-align:center;
}

#clearit, .clearit {
clear:both;
}

#footer {
background-image: url(../images/footer.jpg);
background-repeat:no-repeat;
height: 64px;
text-align:center;
padding: 0 44px;
font-size:85%;
margin-bottom: 22px;
}

#footer p {
color: #B4C3DA;
padding-top: 16px;
}

#lefttext {
padding: 40px;
/*background: url(../images/content_bg.jpg);*/
}

#banner {
/*background-image: url(../images/banner.jpg);*/
height: 174px;
}

#paper_content {
text-align: center;
padding: 44px;
}

#submenu {
clear: both;
margin-top: 11px;
margin-bottom: 22px;
}

#submenu li{
list-style:none;
display:inline;
font-size: 80%;
}

.rightimage {
border: 1px solid #092800;
margin:40px;
}

.rightimageWide {
border: 1px solid #092800;
margin-right:22px;
margin-top: 160px;
margin-bottom: 40px;
}

.contentList {
font-size: 80%;
margin-top: 22px;
}

#textbox {
width: 582px;
margin-bottom: 84px;
margin-left: 30px;
}

#textbox_middle {
background-image:url(../images/textbox_y.gif);
background-repeat:repeat-y;
padding: 44px;
}

/*****************
Quote
*****************/

#quote {
width: 261px;
}

.quoteContent {
background-image:url(../images/quote_y.jpg);
background-repeat:repeat-y;
padding: 14px 44px 14px 54px;
}

.quoteText  {
font-style:italic;
color: #FFFFFF;
text-align:left;
}

.quoteSource {
color: #6794D8;
font-size: 65%;
text-align:left;
margin-top: 4px;
}

#address {
text-align: left;
padding-left: 54px;
}

#fadeLogo {
margin-top: 42px;
}

#address p {
color: #244C8A;
}

/***************
navMenu
***************/

#navMenu {
	text-align: center;
	background: none;
	font-weight:bold;
	height: 35px;
	font-size: 75%;
}

#navMenu ul, #navMenu li {
	display:inline;
	list-style:none;
	padding: 10px 8px;;
	width: 100px;
	overflow:visible;
}

#navMenu a:link, #navMenu a:active, #navMenu a:visited  {
color: #1C498F;
text-decoration: none;
}

#navMenu a:hover {
color: #6794D8;
text-decoration: none;
}


.amp {
font-family: "Californian FB",Times, serif;
font-style:italic;
font-weight:normal;
font-size:120%;
}

/***************
infoTable
***************/

.infoTable {
/*border: 1px solid #1C498F;*/
border: 0;
margin-top: 22px;
width: 90%;
font-size: 90%;
margin: 30px 0;
}

.infoTable td {
/*border: 1px solid #6794D8;*/
border: 0;
padding: 11px;
/*background-color: #FFFFFF;*/
}

.infoTable th {
/*border: 1px solid #FFFFFF;*/
border: 0;
padding: 5px;
/*background-color: #244C8A;*/
color: #1C498F;
}

.infoTable td a:hover {
/*color: #6794D8;*/
}
.infoTable td a:link, .infoTable td a:active, .infoTable td a:visited {
/*color: #1C498F;*/
}

.off {
color: #6794D8;
}
