a:link,a:visited{text-decoration:none;}
ul,ol{list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;}
a img,:link img,:visited img{border:none;}
address{font-style:normal;}
strong{font-weight:800;}
fieldset,img,abbr { border: 0; }


img {
	border : 0;
}	

a img, :link img, :visited img { 
	border:none 
}

a:link, a:visited, a:active {
	color: #acb2ff;
	text-decoration: none;
	border-style: none;
}

a:hover {
	background-color: #75c5d3;
	color: #fff;
}

body {
	background-color : #292929;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
}

.clear {
	clear : both;
}

#header {
	position : relative;	
	width: 915px;
	margin: 0 auto;
	margin-top: 30px;
}

#header h1 {
	font-size:2.9em;
	font-weight:400;
	color: #000;
}

.subtitle {
	font-size:1.5em;
	font-weight:400;
	padding: 0 0 20px 0;
	line-height: 1.6em;
	color : #fff;
}

#logo {
	float : left;
}

#nav {
	font-size : 12px;
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width : 500px;
}

#nav li  {
	display:inline;
	margin: 0 4px;
	width : 550px;
	list-style: none;
}
	
#nav li a {
	text-align: center;
	font-size:1em;
	font-weight: bold;
	color: #fff;
	padding: 12px;
}
	
#nav li a:hover {
	color: #000;
	text-decoration: none;
	border: none;
	background-color: none;
}

li#srr  a {
	/*#e01074*/
	background-color: #ef8014;
}
	
li#joverlay  a {
	background-color: #bcd863;
}
	
li#myst  a {
	background-color: #75c5d3;
}

#content {
	margin: 0 auto;
	width: 915px;
}

#content p {
	color : #fff;
	line-height: 1.7em;
	margin-bottom: 1em;
}

#content h2 {
	font-size: 2.2em;
	margin: 0.8em 0 0.5em 0;
	font-weight: normal;
	line-height: normal;
}

hr {
	border-width: 0 0 1px 0;
	border-color: #e0ff7d;
	border-style: solid;
	margin-bottom: 2.4em;
	line-height: 2.7em;
}
