@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
div#wrapper1 {
	width:806px;
}

div#header {
	width:804px;
}
div#head1 {
	float:left;
	width:263px;
	height:137px;
}
div#head2 {
	float:left;
	width:537px;
	height:94px;
}
div#head3 {
	float:left;
	width:537px;
	height:23px;
	padding-top:20px;
	text-align:right;
	font-weight:bold;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/site_head3-bkg.gif);
	background-repeat:repeat-x;
}

div#main_menu {
	width:205px;
	height:498px;
	background-image:url(../images/site_curve-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

div#main_body {
	width:550px;
	float:left;
}

div#body_wrap {
	width:804px;
	background-image:url(../images/site_curve-middle.jpg);
	background-repeat:repeat-y;
}

div#footer {
	height:167px;
	width:804px;
	background-image:url(../images/site_footer-bg.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

.clear {
	clear:both;
}

/*text formatting*/
h1 {
	font-size:24px;
	color:#003366;
}

p.sponsors {
	font-size:13px;
}
a.sponsors-link {
	text-decoration:none;
	color:#003366;
	font-size:13px;
}
a:hover.sponsors-link {
	color:#2b67a3;
	text-decoration:underline;
	font-size:13px;
}

p.index-para {
	font-size:14px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#003366;
}
h2.index-h2 {
	font-size:20px;
	color:#000;
	font-weight:bold;
	font-style:italic;
}

a:hover.index {
}

h1.index-head {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
}
a.index-title {
	text-decoration:none;
	font-size:16px;
	color:#003366;
	font-weight:bold;
}

li {
	font-size:13px;
}
li a {
	text-decoration:none;
	color:#003366;
	font-size:13px;
}
li a:hover {
	color:#2b67a3;
	text-decoration:underline;
	font-size:13px;
}
.small-para-text {
	font-size:10px;
	color:#000000;
	font-style:normal;
}
	
.link a {
	text-decoration:none;
	color:#003366;
}
.link a:hover {
	text-decoration:none;
	color:#2b67a3;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#003366;
}
a:hover {
	text-decoration:none;
	color:#2b67a3;
}