@charset "utf-8";

body {
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: #3333cc;
	text-align: left;
	}


#container {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}

#header {
	width: 780px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #3333cc;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}

.chromestyle{
	border-top: #3333cc solid 5px;
	border-bottom: #3333cc solid 5px;
	background-color:#3333cc;
	margin: 0 auto 0 auto;
	width: 780px;
	font:bold 11px Verdana;
	
	text-align: center;
	font-weight: bold;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	border:none;
	width: 780px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li{
	color: #ffffff;
	font-size: 11px;
	font-weight: bolder;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: none; /*THEME CHANGE HERE*/
	}

.chromestyle a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bolder;
	padding-left: 8px;
	padding-right: 5px;
	margin: 0;
		
	}

.chromestyle ul li a:hover{
	background: #3333cc; /*THEME CHANGE HERE*/
	color: #999999;
	padding-left: 8px;
	padding-right: 5px;
	margin: 0;
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border:none;
	background-color: #3333cc;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	width: 150px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid  #ffffff;*/
	text-decoration:none;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-weight: bolder;
	padding-left: 10px;
	margin: 0;
	}

.dropmenudiv a:hover{
	background: #3333cc;
	color: #999999;
	padding-left: 10px;
	margin: 0;
	}

.dropmenudiv .strikeOut {
	text-decoration: line-through;
	}
	

#innerBody {
	float: left;
	display: inline;
	width: 450px;
	margin-left: 160px;
	background-color: #FFFFFF;
	color: #3333cc;
	padding-left: 10px;
	}
	
#prezNews {
	float: right;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-right: 0;
	width: 160px;
	height: 320px;
	background-image:url(../images/sideBoxL.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}

#dearQuader {
	float: right;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-right: 0;
	width: 160px;
	height: 160px;
	margin-top: 10px;
	background-image:url(../images/sideBox.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}
	
#eventsBox {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 160px;
	height: 320px;
	margin-left: -620px;
	background-image:url(../images/sideBoxL.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}	
	
#sponsorBox {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 160px;
	height: 160px;
	margin-left: -620px;
	margin-top: 340px;
	background-image:url(../images/sideBox.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}	

.boxP {
	text-align: left;
	color: #3333cc;
	padding: 0 6px 0 6px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	}
	
#footer {
	clear: both;
	width: 780px;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: #3333CC 3px solid;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	}

.smallcaps {
	color: #3333cc;
	border-bottom: #3333cc ridge 2px;
	border-right: #3333cc ridge 2px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-variant: small-caps;
	padding: 0 0 0 0; 
	}