* { 
	font-size: 100.01%; 
}
html { 
	font-size: 62.5%; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #373469;
	color: #000000;
	font-size: 1.2em;
}
body img {
	border: 0px;
	text-decoration: none;
}
img {
	border:0;
}

#container {
	padding: 0px;
	background-color: #fff;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#background {
	background-image: url(images/bkg-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
/*=================== styles for top banner ========================*/
#banner {
	padding: 0px;
	background-color: #fff;
	color: #000000;
	margin: 0px;
	height: auto;
	vertical-align: top;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #E1A147;

}
#topmenu ul {
	background-color: #E1A147;

}
#topmenu li {

}
/*==============links==============*/
a:link {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #C8DEC8;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== main content area =========================*/
#content {
	padding: 25px;
	vertical-align: top;
	clear: both;
}
.imgBorder {
	border:4px solid;
	border-color: #E1A147;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#rightnav {
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 2px solid #242F24;
	float: left;
	background-color: #E0E3EB;
	width: 200px;
}
#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightnav li {
	list-style: none;
	padding: 2px 0;
}
#rightnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#rightnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 1px solid #333;
	clear: both;
	padding: 18px 0;
	text-align: center;
	color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .95em;
}
#footer a {
	color: #FFCC66;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for tags =============== */
h1 {
	font-size: 1.65em;
	color: #E1A147;
	margin-top:0px;
	padding-top: 20px;
}
h2 {
	font-size: 1.4em;
	color: #434374;
}
h3 {
	font-size: 1.25em;
	color: #454287;
}
h4 {
	font-size: 1em;
}
p {
	line-height: 1.4;
}
ul {}
li {
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 1.4;
}
table {
	border: 0;
}
tr, td {

}

/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
#sidebar {
	background-color: #B6BAC9;
	width: 307px;
	border: 4px solid #E1A147;
	padding: 10px;
}
.quote {
	line-height: 1.65;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	width: 175px;
	border-left: 3px solid #E1A147;
	padding-left: 14px;
}
.left {
	float: left;
	margin:16px;
	margin-left:0
}
.right {
	float: right;
	margin:16px;
	margin-right:0px;
	color: #373469;
}
#sidebar h3 {
	padding: 5px;
	background-color: #434374;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
}

#sidebar p {
	padding: 0 5px;
}
.note {
	font-size: .9em;
}
/*=================== styles for sponsors ========================*/
.sponsors {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.sponsors h3 {
	clear: both;
	margin-bottom: 0px;
	border-bottom: 1px solid;
	border-color: #9999CC;
}
.sponsors p {
	text-align:center
}
.platinum {
	font-size: 15px;
	font-weight: bold;
}
.gold {
	font-size: 13px;
	clear: both;
	font-weight: bold;
}
.silver {
	clear: both;
	font-weight: bold;
}
.bronze {
	clear: both;
}
.sponsors ul {
	margin: 2em;
	list-style-type: none;
}
.sponsors li {
	float: left;
	width: 23em;
	padding: 1em;
	text-align: center;
	padding-top: 0px;
}
/* =================Staff Table =============== */
.staff {}
.staff th {
	background-color:#434374;
	padding: 8px;
	border: 3px solid white;
	color: #FFFFFF;
}
.staff td {	vertical-align:top;
	text-align:center;
}
.staff img {
	border:1px solid gray;
	align:center;
	margin-left: auto;
	margin-right: auto;
}
.staff p {margin-top:0}
