/*
darkblue: #102D55
gold: #F4BE23
lightyellow: #FFB
*/

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #222;
	text-decoration: none;
	margin: auto;
	background: #EEF2F5 url(images/headerbg.jpg) repeat-x;
	width: 985px;
}
h1 {
	color: #0C406F;
	font-size: 1.5em;
	text-align: center;
}
h2 {
	color: #F4BE23;
	font-style: italic;
	font-family: Times, Times New Roman, serif;
	text-align: center;
}
a {
	text-decoration: none;
	color: #04B;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}



ul.disc {list-style-type: disc;}
ul.circle {list-style-type: circle;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.clear {clear: both;}



.toptext {
	font: italic 18px Times, Times New Roman, serif;
	color: white;
	margin: 3px 0px;
}
.faxnum {
	color: #F3E7AF;
	margin-left: 20px;
}
#logo {
	border: none;
}
#menubar {
	width: 985px;
	background: #102D55;
	height: 40px;
}
#menubar ul {
	margin: 0px;
	padding: 0px;
}
#menubar li a {
	padding: 10px 34px;
	float: left;
	font: bold 1.35em Times, Times New Roman, serif;
	line-height: 1.2em;
	font-variant: small-caps;
	color: white;
	background: #102D55;
}
#menubar li a:hover, #menubar li a.highlighted{
	color: #F4BE23;
	text-decoration: none;
	//background: #246;
}



#main {
	background: url(images/mainbg.png) repeat-y;
}
#sidebar {
	float: right;
	width: 155px;
	background: #102D55;
	padding: 0px 15px;
}
#sidebar a:hover {
	background: #136;
	text-decoration: none;
}
#sidebar .when {
	font: bold 1.2em Tahoma;
	color: white;
}
#sidebar .where {
	color: #BBCAD7;
	font-size: 1em;
}
#sidebar .what {
	color: #F3E7AF;
	font-size: .9em;
}
#sidebar .testimonial {
	color: white;
	font-size: .9em;
}
#content {
	float: left;
	width: 760px;
	background: url(images/contentbg.jpg) repeat-y;
	padding: 0px 20px 20px;
}
#content img {
	margin: 5px 20px;
}



#events {
	width: 457px;
	float: right;
}
#seminarsites {
	width: 190px;
	float: left;
	border: 1px solid #F4BE23;
	background: #FFB;
	padding: 0px 20px;
}
#navbar {
	height: 48px;
}
#navbar ul {
	padding-left: 0px;
}
#navbar li a {
	color: black;
	float: left;
	font: bold 1em Verdana, Geneva, sans-serif;
	text-align: center;
	border: 1px solid #F4BE23;
	background: #FFB;
	padding: 10px;
	margin: 0px 5px;
}
#navbar li a:hover, #navbar li a.highlighted {
	background: #F4BE23;
	border: 1px solid #FFB;
	text-decoration: none;
}



#footer {
	font-size: .9em;
	text-align: center;
	margin: 10px;
}
#footer a {
	margin-right: 50px;
}