@charset "UTF-8";
body{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	background-image:url(../images/conv2010/Layout_02_red.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	background-color: #000000;
}

html, body {
margin:0;
padding:0;
}

p {margin-top:.5em;
}

td{
	border: 1px solid black;
}

img{border: 0px;
}

img.floatLeft { 
    float: left; 
    margin: 4px;
	padding-bottom: 10px;
	padding-left: 10px; 
}
img.floatRight {
	float: right;
	margin: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

a:link {
	/*color: #00CCFF; */
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	/*color: #FF9933;*/
}
a:hover {
	text-decoration: none;
	/*color: #B26DDA;*/
}
a:active {
	text-decoration: none;
}

#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/conv2010/head_conv2010.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 278px;
	width: 720px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#top_nav {
	width: 470px;
	overflow: visible;
	visibility: visible;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	height: 35px;
	position: relative;
	top: 232px;
	left: 250px;
	z-index: 2;
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/template/OFF.gif") repeat-x top left;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	height:18px;
	background:transparent url("../images/template/DIVIDER.gif") no-repeat top right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

ul#menu li a:hover{
	background:transparent url("../images/template/HOVER.gif") no-repeat top right;	
}

#nav_wrapper {
	float: left;
	height: 100%;
	width: 720px;
	background-image: url(../images/template/fade_sides.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#nav {
	height: 100%;
	width: 160px;
	margin-left: 14px;
	float: left;
}

.nav {
	list-style:none;
	}

*{
	padding: 0px;
	margin: 0px;
}

#nav ul{
	list-style-type: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

#nav li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 120px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #666666;
}

* html #nav li a{ /*IE only */
width: 130px; /*IE 5*/
w\idth: 120px; /*185px minus all left/right paddings and margins*/
}

#nav li a:hover {
	border-left-color: #FD1515;
}

#nav div.menutitle{
	color: #FF0000;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

	
#content {
	float: left;
	height: 100%;
	width: 520px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}


	
	.pagebar {
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 520px;
	background-image: url(../images/conv2010/headerbar_conv.gif);
	}
	
	.pagebar h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 20px;
	color: #FF0000;
	padding-left: 0px;
	padding-top: 8px;
	font-style: italic;
	}

	.center {
	text-align: center;
	background-position: center;
	}
	
	#counter{
		text-align: center;
		background-position: center;
		border: 4px double blue;
		margin-bottom: 1em;
	}

#footer {
	height: 113px;
	width: 720px;
	clear: both;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/template/footer_back1.png);
	background-repeat: no-repeat;
}


.classfooter A:link {
	text-decoration: underline overline;
	color: #FFFFFF;
}
.classfooter A:visited {
	text-decoration: underline overline;
	color: #3399FF;
}
.classfooter A:active {
	text-decoration: underline overline;
	color: #FFFFFF;
}
.classfooter A:hover {
	color: #00FF66;
}

.roundedcornr_box {
	background: url(../images/template/roundedcornr_tl.png) no-repeat top left;
	margin-top: 10px;
}
.roundedcornr_top {
	background: url(../images/template/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../images/template/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../images/template/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../images/template/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: 0px;
}
.roundedcornr_content { padding: 0 10px; }

.newscopy{
	border-bottom:2px solid gray;
}

.newscopy img{
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left:1em;
}
.newscopy p{
	text-align: justify;
	padding-bottom: 10px;
}

.indent li{
	margin-left: 2em;
}

.details li{
	margin-left:4em;
}

.title{
	font-weight:bold;
	font-size:1.25em;
}

.bannerlist li{
	margin: 1em;
	padding: .5em;
	list-style-type:none;
}

.bannerlist a{
	border: 1px dotted grey;
}
