ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	position:relative;
	color:#000000;
	font:62.5% Palatino, san-serif, georgia;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
}


#header{
	width: 943px;
	height: 49px;
	font-size: 12px;
	padding: 16px 0px 0px 0px;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
}

#header p{
	float: left;
	color: #525961;
}

#header span{
	color: #bababa;
}

#header ul{
	float: right;
}

#header ul li{
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 0px 12px;
	background: url(../images/header_navi_bg.gif) left bottom no-repeat;
}

#header ul li.no_bg{
	background: none;
}

#header ul li a{
	color:#fff;
}

#logo{
	display: inline-block;
	width: 340px;
	height: 34px;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	text-indent: -9999px;
	background-image: url(../images/header.png);
	background-color: #F2F2F2;
}

form{
	float: right;
}

input{
	width: 171px;
	height: 17px;
	float: left;
	padding: 5px 10px;
	color: #a0a4a8;
	border: none;
}

input#submit{
	display: inline;
	width: 66px;
	height: 27px;
	float: left;
	margin: 0px 5px 0px 4px;
	background: url(../images/search_button.gif) no-repeat;
}

#banner{
	float: left;
	margin: 15px 0px 7px 0px;
	background-color: #C6C6C6;
}

#banner img{
	float: left;
	width: 943px;
	height:auto;
	-moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666;
}

#navigation{
	width: 934px;
	height: 45px;
	float: left;
	padding: 5px 0px 0px 10px;
	background: url(../images/navigation_bg.jpg) repeat-x;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
	border-top: 1px solid #666;
}

#navigation ul li{
	display: block;
	float: left;
	height: 41px;
}

#navigation ul li a{
	display: inline-block;
	color: #000000;
	height: 29px;
	font-size: 14px;
	padding: 12px 8px 0px 8px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
	font-weight: bold;
}

#navigation ul li a:hover{
	text-decoration: none;
	background: url(../images/navigation_btn_bg.gif) repeat-x;
	background-color: #171A1F;
}

#navigation ul li.active a{
	background: url(../images/navigation_btn_bg.gif) repeat-x;
}

#content{
	width: 943px;
	float: left;
	background: url(../images/content_bg.jpg) repeat-y;
}

#content1{
	width: 943px;
	float: left;
	background: url(../images/content_bg1.jpg) repeat-y;
}

#left_column{
	width: 620px;
	float: left;
}

#left_column_new{
	width: 820px;
	float: left;
}


#left_column_wide{
	width: 620px;
	float: left;
}

.text{
	font-family: Palatino, san-serif, georgia;
	width: 552px;
	float: left;
	padding: 32px 38px 22px 30px;
}

.text_wide{
	font-family: Palatino, san-serif, georgia;
	width: 875px;
	float: left;
	padding: 32px 38px 22px 30px;
	background-color: #DCDADB;
}

.text h2{
	font-size: 20px;
	float: left;
	margin: 0px 0px 12px 0px;
	color: #203044;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
	width: 550px;
}

.text h3{
	font-size: 18px;
	float: left;
	margin: 0px 0px 12px 0px;
	color: #203044;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
	width: 550px;
}

.text_wide h2{
	font-size: 20px;
	float: left;
	margin: 0px 0px 12px 0px;
	color: #203044;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
}

.text_wide h3{
	font-size: 18px;
	float: left;
	margin: 0px 0px 12px 0px;
	color: #203044;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
}

.text h4{
	font-size: 16px;
	float: left;
	margin: 0px 0px 12px 0px;
	color: #203044;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
}

.text p{
	color: #26292E;
	width: 552px;
	float: left;
	clear: left;
	font-size: 14px;
	text-align: justify;
}

.text_wide p{
	color: #26292E;
	width: 860px;
	float: left;
	clear: left;
	font-size: 14px;
	text-align: justify;
}


.text p img{
	float: right;
	margin: 0px 0px 0px 20px;
}

.text a.continue{
	position: relative;
	color: #333366;
	float: left;
	clear: left;
	font-size: 15px;
	margin: 30px 0px 0px 0px;
}

.alternative{
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	background-color: #C6C6C6;
}

#right_column{
	width: 288px;
	float: left;
	padding: 18px 18px 0px 17px;
}

.heading{
	width: 260px;
	height: auto;
	float: left;
	padding: 8px 14px 8px 14px;
	margin: 0px 0px 18px 0px;
	background-color: #1E2329;
}

.heading h2{
	font-size: 16px;
	color: #ffffff;
	float: left;
	font-weight: normal;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
}

.heading img{
	float: right;
	margin: 3px 0px 0px 0px;
}

ul{
	float: left;
	margin: 0px 0px 39px 0px;
}

ul.sponsors li{
	display: block;
	width: 260px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 10px;
	color: #000000;
}

ul li{
	font-size: 14px;
	color: #333300;
	margin: 0px 0px 17px 11px;
}

ul li span{
	color: #000000;
}

#footer{
	width: 100%;
	float: left;
	clear: both;
	height: 70px;
	border-top: 1px solid #3c4249;
	background: #1e2329;
}

#footer_content{
	margin: auto;
	width: 943px;
	padding: 16px 17px 0px 0px;
}

#footer_content ul{
	float: right;
	margin: 0px 0px 10px 0px;
}

#footer_content ul li{
	float: left;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 12px;
	background: url(../images/header_navi_bg.gif) left bottom no-repeat;
}

#footer_content ul li.no_bg{
	background: none;
}

#footer_content ul li a{
	color:#fff;
}


#footer_content p{
	float: right;
	clear: right;
	margin: 0px;
	font-size: 12px;
	color: #383d43;
}
	
	

.left{
float:left;
}

.right{
float:right;
}






.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#wrapper{
	width: 943px;
	padding: 0px 1px 0px 2px;
	margin:0 auto;
}

.team_heading{
	float:left;
	width:850px;
	height:auto;
	font-family: palatino, sans-serif, georgia;
	font-size: 16px;
	color: #003366;
	font-weight: bolder;
	margin-bottom: 5px;
	border-bottom: 1px solid #003366;
}

.team_header{
	float:left;
	width: 250px;
	height: 100px;
	font-size: 18px;
	color: #003366;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
	font-weight: bold;
	margin-left: 20px;
}

.team_details{
	float:left;
	width: 500px;
	height: auto;
	margin-left: 80px;
	font-size: 14px;
	margin-bottom: 10px;
}

.presentation_header{
	float:left;
	width: 250px;
	height: 100px;
	font-size: 18px;
	color: #003366;
	font-family: "Trebuchet MS", "Palatino Linotype", sans-serif;
	font-weight: bold;
	margin-left: 20px;
}

.presentation_details{
	float:left;
	width: 500px;
	height: auto;
	margin-left: 80px;
	font-size: 14px;
	margin-bottom: 10px;
}

.divider{
	float:left;
	width:850;
	height:5px;
	border-bottom: Dashed 1px #666;
	margin-bottom: 8px;
}

