body {
	background-color: #85B5E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #35375E;
	margin:0px 30px 0px 30px;
	padding:0px;
		}
#wrapper {
	background-image:  url(../images/banner_bkg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F5E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #656999;
	border-right-color: #656999;
	border-bottom-color: #666797;
	border-left-color: #656999;
	min-height: 600px;
	position: relative;
}

a:link {
	color: #B30700;
	text-decoration: none;
}
	
	#leftcontent {
	background-image: url(../images/menu_top.jpg);
	left:0px;
	/* top:162px;*/
	width:160px;
	background-color: #F7F5E6;
	background-repeat: no-repeat;
	float: left;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 10px;
	border: 1px none #3399ff;
	padding-left: 10px;
	position: relative;
		}
#leftcontent #email {
	width:158px;
	background-color: #DCD58D;
	border: 1px solid #676A95;
	margin-top: 8px;
}		
#leftcontent h3  {
	background-color: #676A93;
	size: 1em;
	font-size: 1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #DDA00A;
	color: #EFECCB;
	border-right-color: #DDA00A;
	border-bottom-color: #DDA00A;
	border-left-color: #DDA00A;
}
#leftcontent div {
	background-color: #DCD58D;
	border: 1px solid #676A95;
	
}
	#centercontent {
	margin-left: 161px;
	margin-right:201px;
	/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 161px;
	margin-right:201px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666996;
	border-bottom-color: #656999;
	border-left-color: #656797;
	background-color: #F7F5E6;
	background-repeat: no-repeat;
	border-top-color: #666996;
	border-top-style: none;
	padding-left: 10px;
	padding-right: 10px;	
			}
		
	html>body #centercontent {
	margin-left: 161px;
	margin-right:201px;
	margin-bottom: 5px;
		}
		
#centercontent h1 {
	color:#67679B;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #B30700;
	border-right-color: #B30700;
	border-bottom-color: #B30700;
	border-left-color: #B30700;
	font-size: 1.6em;	
}

#leftcontent li {
	list-style-type: none;
	display: block;
	font-size: 1.2em;
	border-left: #FF9933 thin solid;
	padding-left: 1em;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	
}

#leftcontent li a   {
	text-decoration: none;
	color: #656297;
}

#leftcontent li a:hover   {
	color: #999BBB;
	text-decoration: underline;
	
}

		


	#rightcontent {
	position: absolute;
	right:10px;
	top:162px;
	width:200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #636494;
	border-right-color: #65689B;
	border-bottom-color: #666899;
	border-left-color: #656999;
	margin-right: 2px;
	float: right;
	margin-top: 35px;
	font-size: .9em;
		}

	#banner {
	background-image: url(../images/banner_logo.jpg);
	background-repeat: no-repeat;
	height:151px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:151px;
	text-align: right;
	color: #6A679E;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	padding-right: 2px;
	border: 0px none #014A94;
	background-image: url(../images/banner_logo.jpg);
		}
		
	html>body #banner {
		height:183px;
		}
#banner img {
	margin: 1px;
}

#banner   {
	height: 183px;
	}
			
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}


		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
#centercontent .caption {
	background-color: #676A93;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #666899;
	border-right-color: #6766A2;
	border-bottom-color: #666698;
	border-left-color: #676597;
	color: #F7F5E6;
}

#centercontent img   {
	padding: 5px;
	border: thin solid #666899;
}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
	font-size:.9em;
	clear: both;
		}
#rightcontent div {
	background-color: #DCD58D;
	border: 1px solid #676A95;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
}
h5 {
	padding-left: 10px;
	text-decoration: underline;
	color: #646898;
	font-size: 1.1em;
}

#rightcontent h3  {
	background-color: #676A93;
	size: 1em;
	font-size: 1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #DDA00A;
	color: #EFECCB;
	border-right-color: #DDA00A;
	border-bottom-color: #DDA00A;
	border-left-color: #DDA00A;
}
#centercontent h3 {
	padding-left: 10px;
	color: #69669B;
	text-decoration: underline;
}
.quote {
	font-style: normal;
}
.bigCapital {
	font-size: 1.5em;
	font-weight: bolder;
}


#leftcontent p {

	font-size:.9em;
	clear: both;
}

/*   Footer Styles    */
		
#footer {
	clear: both;
	font-size: 0.8em;
	background-color: #BED8F1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666898;
	height: 1.6em;
	padding: 4px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a   {
	text-decoration: none;
	color: #616292;
}

#footer a:hover   {
	color: #8789AF;
	
	
}
#footerLeft {
	float: left;
}
#footerRight {
	text-align: right;
	float: right;
}
.mediumCapital {
	font-size: 1.3em;
	font-weight: bold;
}
#centercontent h2 {
	font-size: 1.2em;
	color: #B30700;
	font-weight: bold;
	padding-left: 10px;
}
#centercontent #feed {
	border: thin none #676A93;
	padding-right: 10px;
	padding-left: 10px;
	font-size: .8em;
	
}
	.morehl {
		font-family: Verdana, geneva, arial, sans-serif !important;
		font-size: 12px !important;
		color: #cc0000 !important;
		font-weight: normal !important;
		font-style: normal !important;
		text-decoration: underline !important;
	}	
	
	A:link.morehl, A:vlink.morehl, A:alink.morehl {
		color: #cc0000 !important;
	}
	
	.moresrc {
		font-family: Verdana, geneva, arial, sans-serif !important;
		font-size: 9px !important;
		color: #333333 !important;
		font-weight: normal !important;
		font-style: normal !important;
		text-decoration: none !important;
	}
	
	A:link.moresrc, A:vlink.moresrc, A:alink.moresrc {
		color: #333333 !important;
	}
	
	.moreti {
		font-family: Verdana, geneva, arial, sans-serif;
		font-size: 9px;
		color: #333333;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}
	
	.morehlt {
		font-family: Verdana, geneva, arial, sans-serif;
		font-size: 12px;
		color: #cc0000 !important;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
	}
#centercontent img {
	border: 1px solid #666996;
	margin: 5px;
	padding: 5px;
}
#rightcontent li {
	margin-left: -15px;
}
#centercontent li {
	padding-bottom: 8px;
}
.caption2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #676A93;
	text-decoration: underline;
	background-color: #EBE7BC;
}


/*    News Styles    */

	#newscontent {
	
	background-color: #F7F5E6;
	background-repeat: no-repeat;
				}

			
#newscontent h1 {
	color:#67679B;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #B30700;
	border-right-color: #B30700;
	border-bottom-color: #B30700;
	border-left-color: #B30700;
	font-size: 1.6em;	
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropdown {
	background-color: #E6E0AE;
	align: center;
	width: 186px;
	color: #35375E;
}
.nomination {
	font-size: 1.1em;
	font-weight: bold;
	color: #B30700;
	background-color: #DCD58D;
	border: medium double #B30700;
	display: block;
	padding: 4px;
	text-align: center;
	line-height: 1.5em;
	width: 150px;
	float: none;
	clear: none;
}
.nomination a:link {
	color: #B30700;
	}
#nomination_form {
	margin: 5px;
	padding: 5px;
	border: thin solid #676A93;
}

.required {
	color: #FF3333;
}
img{position:relative;}

.smallCapital {
	font-size: 1.1em;
	font-weight: bold;
}

.img_no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
}
