/* CSS Document */


body {
	margin: 0 37 0 37;
	background-color: #1A1A48;
	text-align: center;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

p {
 margin-top:0;
}

p, ul {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BBBBBB;
	line-height: 16px;
}

a:link, li a:link, p a:visited, li a:visited {
	color: #E3EA76;
	text-decoration: none;
}

a:hover, li a:hover {
	color: #FF7F00;
	text-decoration: none;
}

.hilight {
	color: #ffffff;
}

.contentBox {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	background-color: #32325B;
}

textarea, input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF7F00;
	line-height: 16px;
	background-color: #32325B;
	border: 1px solid #4C4C70;
}

/*  --  */

#pageDiv {
	width: 766px;
	margin: 0px auto;
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 0px;
	background-color: #000033;
	/*left: -4px;
	top: -1px;*/
}

#headerDiv {
	width: 762px;
	border-left: 1px solid #4C4C70;
	border-right: 1px solid #4C4C70;
	padding: 0px 1px 1px 1px;
	text-align: center;
}

#headerContentDiv {
	background: url(../media/headergrad.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.headerNumbers {
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.3em;
}

.headerNumbers a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.headerNumbers a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.headerNumbers a:hover {
	color: #FF7F00;
	text-decoration: none;
}

#menuDiv {
	width: auto;
	border: 1px solid #4C4C70;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menuBar {
	margin: auto;
}

.menuItem {
	height: 16px;
	background-color: #32325B;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.2em;
}

.menuSpacer {
	width: 2px;
}

/* -- main content -- */

#maincontentDiv {
	/*width: 762px;*/
	border-left: 1px solid #4C4C70;
	border-right: 1px solid #4C4C70;
	border-bottom: 1px solid #4C4C70;
	padding: 18px 10px 10px 10px;
}

#maincontentDiv img {
	border: 1px solid #4C4C70;
}

.contentCell_alt {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #ffffff;*/
	background-color: #32325B;
}

.contentCell {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #ffffff;*/
}

/* Home page news column */

#newsTabDiv {
	height: 16px;
	vertical-align: top;
	text-align: left;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #7F8459;
	border-bottom: 1px solid #4C4C70;
}

.newsItem {
	padding-top: 10px;
	/*border-bottom: 1px solid #1A1A48;*/
	border-bottom: 1px solid #4C4C70;
}

.newsHeadline {
	width: 85%;
	font-size: 9px;
	color: #FFFFFF;
	margin-top: -5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.newsHeadline a:link, .newsHeadline a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.newsHeadline a:hover {
	color: #FF7F00;
	text-decoration: none;
}

.newsMoreLink {
	float: right;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #E3EB76;
	padding-right: 10px;
	/*list-style-position: outside;
	list-style-image: url(media/orange_bullet.gif);
	margin-top: -20px;
	margin-bottom: -5px;*/
	letter-spacing: 0.1em;
}

.newsMoreLink a:link, .newsMoreLink a:visited {
	color: #E3EB76;
	text-decoration: none;
}

.newsMoreLink a:hover {
	color: #FF7F00;
	text-decoration: none;
}
/* --- */

.boxHeader {
	background-color: #32325B;
	padding: 6px;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

.boxContent {
	/*background-color: #D2D9CD;*/
	background-color: #FFFFFF;
	padding: 10px;
}

.boxContent img {
	border: none;
	padding: 0;
}


/* Footer */

#footer {
	width: 766px;
	margin: 0px auto;
	height: 25px;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #7F8459;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	padding-bottom: 20px;
}

.footer_copyright {
	float: right;
	text-align: right;
}

.footer_link {
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:link, #footer a:visited {
	color: #E3EB76;
	text-decoration: none;
}

#footer a:hover {
	color: #FF7F00;
	text-decoration: none;
}

/* News page */

.news_storyOdd_Div {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	background-color: #32325B;
}

.news_storyEven_Div {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}

.news_storyHeadline {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

.news_storySubHeadline {
	font-size: 13px;
	color: #FFFFFF;
}

.news_storyDate {
	font-size: 10px;
	color: #7F8459;
	font-weight: normal;
	float: right;
	text-align: right;
}


.potmItem {
	padding-top: 10px;
	padding-left: 10px;
	/*background-color: #B2B2C1;
	border-bottom: 1px solid #1A1A48;*/
	border-bottom: 1px solid #4C4C70;
}
