/* CSS Document */

#outer{
	width:770px;
	margin:0 auto;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

#nav ul:after, #contentBlock:after, #headingBar:after, #snippetBoxes:after{
	content:"&nbsp;";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

#banner{
	padding:10px 10px 0 10px;
	border-top:5px solid #D4D2DD;
	border-left:5px solid #D4D2DD;
	border-right:5px solid #D4D2DD;
}

#nav{
	background-image:url(../images/navBack.jpg);
	background-repeat:repeat-x;
	background-color:#29328B;
	
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	display:block;
	padding:20px 39px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:4px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #5D69B1;
}

#nav ul li a.last{
	padding:20px 39px;
}

#nav ul li a:hover{
	border-bottom:4px solid #CD2C40;
	background-image:url(../images/navBackHover.jpg);
	background-repeat:repeat-x;
	background-color:#29338E;
}

#contentBlock{
	padding:10px;
	border-left:5px solid #D4D2DD;
	border-right:5px solid #D4D2DD;
}

#leftCol{
	background-color:#CAD0E8;
	min-height:300px;
	width:200px;
	float:left;
	border-top:5px solid #271F55;
	color:#271F55;
}

#rightCol{
	width:540px;
	float:left;
	border-top:5px solid #271F55;
}

#leftCol a{
	color:#272057;
}

#leftCol ul{
	margin:0;
	padding:0;
	list-style:none;
}

#leftCol ul li a{
	display:block;
	width:180px;
	padding:5px 0 5px 20px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:3px solid #271F55;
	background-image:url(../images/subBack.jpg);
	background-repeat:repeat-x;
}

#submenu ul li a:hover{
	border-bottom:3px solid #CD2C40;
}

#logoImage{
	text-align:center;
	margin:10px 0;
}

#leftCol h1{
	border-bottom:3px solid #271F55;
	border-top:3px solid #271F55;
	color:#FFFFFF;
	background-color:#CD2C40;
	font-size:1em;
	font-weight:bold;
	padding:3px 10px;
}

#leftCol p{
	margin:10px 0 10px 10px;
}

#RSSFeed ul{
	border-top:3px solid #271F55;
}

#RSSFeed ul li a{
	padding-left:10px;
	width:190px;
}

#social{
	margin:10px 0 0 10px;
}

#social a img{
	border:none;
}

#banner_conference{
	margin:0;
}

#banner_conference a img{
	padding-top: 10px;
	border:none;
}

#textArea{
	margin:15px;
	color:#271F55;
	line-height:1.6em;
}

#textArea h1{
	font-weight:normal;
	font-size:1.8em;
	margin:0 0 10px 0;
}

#textArea h2{
	font-weight:normal;
	font-size:1.4em;
	margin:0 0 10px 0;
}

#textArea h3{
	margin-bottom:0;
}

#textArea p{
	margin:0 0 10px 0;
}

#textArea a{
	color:#29338E;
}

#textArea a:hover{
	color:#CD2C40;
}

#textArea form{
	width:360px;
}

#textArea input, #textArea textarea{
	margin-bottom:10px;
	width:200px;
}

#textArea textarea{
	height:120px;
}

#textArea #submit{
	float:right;
	width:100px;
}

#textArea label{
	display:block;
	float:left;
	width:150px;
}

#headingBar{
	color:#FFFFFF;
	background-color:#272057;
	border-bottom:1px solid #ffffff;
}

#headingBarLeft, #headingBarRight{
	float:left;
	width:238px;
	padding:0 10px 0 20px;
}

#headingbarLeft{
	border-right:1px solid #5D69B1;
}

#headingBarRight{
	border-left:1px solid #000000;
}

#headingBar h1{
	margin:4px;
	padding:0;
	font-weight:normal;
	font-size:1.1em;
}

#snippetBoxes{
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-x;
}

#snippetBoxes p{
	margin:0;
}

#snippetBoxes a{
	color:#FFFFFF;
}

.snippetBox{
	width:220px;
	float:left;
	margin:0 25px;
}

.snippetBoxLeft, .snippetBoxRight{
	width:99px;
	float:left;
	padding:5px;
}

.snippetBoxLeft{
	color:#FFFFFF;
	background-color:#272057;
	border-right:1px solid #ffffff;
}

.snippetBoxRight{
	color:#FFFFFF;
	background-color:#CD2C40;
}

#footer{
	background-color:#271F55;
	text-align:center;
}

#footer ul{
	margin:0;
	padding:0;
	text-align:center;
	border-left:1px solid #5D69B1;
	display:inline;
}

#footer ul li{
	display:inline;
	border-right:1px solid #5D69B1;
}

#footer ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 15px;
	line-height:2.5em;
}

#belowFooter table{
	margin:0 auto;
}

.floatleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.floatright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#belowFooter a img{
	border:none;
}

td.bottom{
	vertical-align:bottom;
}

.native{
	color:#000000;
	text-align:right;
	font-size:0.85em;
}	

.native a{
	color:#7D5794;
}
