body {
	background: #cccccc;
}

body, p, li, td { /* Default text attributes for site: family, color, and size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #0297D4;
}

a:hover {
	color: #006FAF;
}

h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size:2.25em;
	line-height:1.4em;
	color: #0297D4;
}

h2 {
	font-size:1.5em;
	line-height:1.4em;
	color: #333;
}

h3 {
	font-size:1.25em;
	line-height:1.4em;
	color: #0297D4;
}

h4 {
	font-size:1em;
	line-height:1.4em;
	color: #333;
}

li {

}

p {
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

ul {

}

form {
	margin: 0;
}

/* Custom class styles */

.alt { /* Use for alternative text when needed */
	display: none;
}

.clr { /* Apply to elements following floated elements to clear the float. */
	clear: both;
}

.block {
	display: block;
}

.imgLt {

}

.imgRt {
	float: right;
	margin: 0 0 10px 10px;
}


/* Styles specific to section */

#header, #footer {
	width: 760px;
	margin: 0 auto;
	background: #fff;
}

#header {
	padding: 19px 19px 0 19px;
	width: 722px;
	position: relative;
}

#topBanner {
	width: 546px;
	position: absolute;
	top: 29px;
	left: 195px;
}

#sidebar {
	font-weight: bold;
	width: 164px;
	float: left;
	margin: 0 17px 0 0;
}


#nav {
	font-weight: bold;
	margin: 0 0 20px 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	border-bottom: solid #fff 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a {
	color: #fff;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #0297D4;
	font-weight: bold;
}

#nav a:hover {
	background: #006FAF;
}

#intro {
	position: relative;
}

#intro .content {
	position: absolute;
	top: 196px;
	left: 23px;
	width: 486px;
}

#intro .content p{
	margin: 0 0 10px 0;
	color: #ffffff;
}

#content {
	padding: 11px 19px 19px 19px;
	margin: 0 auto;
	background: #fff;
	width: 722px;
}

#mainContent {
	width: 541px;
	float: left;
}

#news {
	margin: 20px 15px 20px 0;
	width: 300px;
	float: left;
}

#news h2{
	border-bottom: solid #0297D4 1px;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

#news ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#news .date {
	display: block;
	float: left;
	width: 55px;
	text-align: right;
	margin-right: 15px;
}

#news a{
	display: block;
	float: left;
	width: 225px;
}

#news li {
	padding: 0 0 5px 0;
	width: 100%;
	float: left;
	display: block;
}

#news p a {
	float: none;
	clear: both;
}

#newsEvents, #newsletters {
	margin-bottom: 15px;
}

#newsletters p#signUp{
	margin: 5px 0;
}

#mainEvent {
	width: 225px;
	float: left;
	margin: 20px 0 0 0;
}

/* Event Specific Styles ************/
#symposium {
	position: relative;
}

#symposiumInfo {
	position: absolute;
	left: 60px;
	top: 100px;
	width: 150px;
	text-align: right;
}

#symposiumInfo h3 {
	color: #0297D4;
	font-size: 15px;
	margin: 0 0 3px 0;
}

#symposiumInfo p {
	line-height: normal;
}

/* END Event Specific Styles ********/

#signUpForm {
	margin: 0 0 10px 0;
	padding: 0 15px;
}

#signUpForm form {
	width: 134px;
}

#signUpForm h3{
	color: #FFFF99;
	margin: 0 0 10px 0;
	font-size: 15px;
}

#signUpForm .txtField {
	float: left;
	width: 87px;
	margin-bottom: 10px;
	padding: 3px 0 3px 3px;
	border: solid #999 1px;
	background: #D5ECFF
}

#signUpForm label {
	float: left;
	width: 35px;
	text-align: right;
	color: #fff;
	margin: 0 5px 0 0;
	display: block
}

#signUpForm .btn{
	display: block;
	clear: both;
	margin: 0 0 0 40px;
}


#wrapper {
	background: url(/images/main-bkgd.gif) 0 0 repeat-y;
	float: left;
}

#footer {

}

.right-links {
	font-weight: bold;
	margin: 0 0 25px 0;
	float: right;
	background: #0297D4;
}

.right-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.right-links ul li {
	border-bottom: solid #fff 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right-links a {
	color: #fff;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	background: #0297D4;
	font-weight: bold;
}

.right-links a:hover {
	background: #006FAF;
}

.listing {
	margin:10px 0px;
}

.copyblock {
	margin:15px 0px;
}
