body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

/***************************************************
 **  SPLASH NAVIGATION STYLES
 ***************************************************/
 
.langselect {
	font-size : small;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.langselect:hover {
	color : #FFCC66;
}

/***************************************************
 **  TOP NAVIGATION STYLES
 ***************************************************/

.topbanner {
	background-image : url(images/top-new-grad.gif);
}

.topbanner-f {
	background-image : url(images/top-new-grad.gif);
}

.topnavlink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
}

.topnavlink:hover {
	color : #FFCC66;
}

.topnavlinkselected {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #FFCC66;
	text-decoration : none;
}

.topnavlinkselected:hover {
	color : #FFCC66;
}

.search {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
	vertical-align : middle;
}

.searchfield {
	background-color : #FFFFFF;
	border : 1px groove;
	width : 110px;
	height : 19px;
	font-size : 10px;
	vertical-align : middle;
	color : #000000;
}

.searchsubmit {
	border : 0px none #CC6600;
}

.nomargins {
	margin : 0px 0px 0px 0px;
}

/***************************************************
 **  LEFT HAND SIDE (MAIN NAVIGATION) STYLES
 ***************************************************/

.mainnav {
	/* netscape doesn't like this one */
	background-image : url(images/mainnav_bg.jpg);
	background-repeat : no-repeat;
	background-position : top;
}

.mainnavsection {
	padding : 5px 10px 5px 10px;
	border-bottom : 1px solid #336699;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.mainnavsection ul {
	border : none;
	list-style : none;
	padding : 0px;
	margin : 0px; 
}

.mainnavsection li {
	list-style : none;
	padding-left : 10px;
	background-image : url(images/mainnav_bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px .5em;
	/* background-position : left top.... */
}

.mainnavsection a.subsection {
	color : #FFCC66;
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-size : 11px; 
/*	font-size : 70%; */
}

.mainnavsection a.subsection:hover {
	color : #CC6600;
}

.mainnavsection .section {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-size : 11px; 
/*	font-size : 70%; */
}

.mainnavsection a.section {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-size : 11px; 
/*	font-size : 70%; */
}

.mainnavsection a.section:hover {
	color : #CC6600;
}

.mainnavsectionselected {
	padding : 5px 10px 5px 10px;
	border-bottom : 1px solid #336699;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : #CC6600;
}

.mainnavsectionselected ul {
	list-style : none;
	margin : 0px;
	padding : 0px;
	border : none;
}

.mainnavsectionselected li {
	list-style : none;
	padding-left : 10px;
	background-image : url(images/mainnav_bullet.gif);
	background-repeat : no-repeat;
	background-position : left;
	vertical-align : middle;
}

.mainnavsectionselected a.subsection {
	color : #FFCC66;
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-size : 11px; 
/*	font-size : 70%; */
}

.mainnavsectionselected a.subsection:hover {
	color : #FFFFFF;
}

.mainnavsectionselected a.section {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-size : 11px; 
/*	font-size : 70%; */
}

.mainnavsectionselected .section {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-size : 11px; 
/*	font-size : 70%; */
}

.mainnavsectionselected a.section:hover {
	color : #FFFFFF;
}

/***************************************************
 **  RIGHT HAND SIDE (QUOTE BOX) STYLES
 ***************************************************/
 
.quotebox {
/*	background : #336699; */
	vertical-align : middle;
	border-style : none solid solid solid;
	border-color : #003366 #003366 #003366;
	border-width : 0px 3px 3px 3px;
	width : 170px;
}

.quote {
/*	color : #FFFFFF; */
	font : Arial, Helvetica, sans-serif;
	padding-left : 8px;
	padding-right : 8px;
	padding-bottom : 25px;
	padding-top : 25px;
}

.quotetext {
	color : #FFFFFF;
	font : 70% Arial, Helvetica, sans-serif;
}

.quoteauthor {
	color : #FFCC66;
	font : 60% Arial, Helvetica, sans-serif;
	padding-top : 5px;
}

/***************************************************
 **  BODY NAVIGATION STYLES
 ***************************************************/

.ygradient {
	background-repeat : repeat-x;
	background-image : url(images/gradient-yellow.gif);
	border : 1px solid #FFFFFF;
}

.toptextspacer {
/*
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 30px;
*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 6px;
}

.bodytext {
/*
	padding-left : 30px;
	padding-right : 30px;
	font-size : 11px;
*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
}

.bodytext li {
/*
	padding-left : 5px;
	padding-right : 30px;
	margin-left : 30px;
	font-size : 11px;
*/		
	list-style-position : outside;
	list-style-type : disc;
}

.tabletext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.skipsection {
/*
	padding-left : 30px;
	padding-right : 30px;
*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
}

.skipsection a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003366;
	text-decoration : none;
}

.skipsection a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
}

.newsitem {
/*
	padding-left : 30px;
	padding-right : 30px;
	font-size : 11px; 
*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;		
}

.newstitle {
/*
	padding-left : 30px;
	padding-right : 30px;
	font-size : 11px;
*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;	
	color : #CC6600;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 0px;
	line-height : 0px;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
/*	font-size : 11px; */
	font-size : 70%;		
	color : #666666;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 20px;
	margin-bottom : 20px;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #CC6600;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #CC6600;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.fineprint a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00305C;
}
.eblastheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.eblastheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.eblastbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.eblastbody a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00305C;
}
.bluebannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #205486;
}
