html{
	margin:0;
	padding:0;
	background-color:#e1e1e1;
	font-size:26px;
	color:#6f6f6f;
}

body{
	width:960px;
	background-color:#ffffff;
	font-family:"trebuchet MS", helvetica;
	margin:0 auto;
}

img{
	border:0;
}

hr{
	border:dashed #f3f3f3 1px;
	margin:20px;
}

a:link, a :hover, a:focus, a:visited{
	color:#00baff;
	text-decoration:underline;
}

a:hover
{
	color:#19207f;
	text-decoration:none;
}

#header{
	width:960px;
	background-color:#ffffff;
	clear:both;
}

#logo{
	position:relative;
	float:left;
	margin-left:10px;
	}
	
#affiliations{
	position:relative;
	float:left;
	width:607px;
	text-align:right;
	background-color:#ffffff;
	margin-right:10px;
}

.sep{
	width:960px;
}
#wrapper{
	width:880px;
	clear:both;
	margin:40px;
	
}

#wrapper h1{
	font-size:60px;
	text-align:center;
}

#wrapper p{
	padding-left:30px;
	padding-right:30px;

}

#text-desc{
	width:400px;
	float:left;
	position:relative;
}
#wrappersub h2{
	margin:0 auto;
	width:780px;
	font-size:30px;
	color:#6f6f6f;
	text-align:center;
	font-style:italic;
	background-color:#efefef;
	padding:30px;
}

#footer{
	width:960px;
	 clear:both;
}

#footer p{
	font-size:11px;
	text-align:right;
	padding:20px;
	margin-right:80px;
}
.emphasis, h3
{
	font-weight:bold;
	color:#00baff;
	font-size:30px;
}

h3{
	margin-left:30px;
	font-size:20px;
}

.smalltext
{
	font-size:16px;
}

.red
{
	font-size:22px;
	color:#00baff;
}

.white{
	color:#ffffff;
}
#contact-pane
{
	
	width:600px;
	height:374px;
	
	margin:0 auto;
	margin-left:20px;
	float:left;
	background-image: url('../img/contact-bg.gif');
}

#contact-pane-right
{
	font-size:13px;
	width:260px;
	margin:0 auto;
	float:left;
	text-align:justify;
}

/****************************** Slideshow ****************************/
#slider {
    width: 940px; /* important to be same as image width */
    height: 340px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:-10px;
	
}
#sliderContent {
    width: 940px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 940px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


/****************************** Slideshow ****************************/

