html {overflow-y:scroll;}


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; }

body {
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	background: #fff;
	color: #666666;
	background: url(images/background.jpg) no-repeat;
	background-position: top center;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
	padding: 0px 0 0 0;
}

#header {
	height: 132px;
	background: url(images/logo_top_cc.jpg) 0 0 no-repeat;
	background-position: top center;
}


#main {
    padding: 0;
    margin: 0;
    float: left;
}

#nav {
    padding: 0;
    margin: 0px 60px 0 60px;
    float: center;
    background-color: #fff;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
    float: left;
    color: #d0e0f9;
    background-color: #496993;
}
#nav li {
    display: inline;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11pt;
    padding: 0;
    margin: 0;
}
#nav li a {
    float: left;
    height: 22px;
    color: #fff;
    background-color: #496993;
    padding: 2px 15px;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#nav li a:hover {
    background-color: #496993;
    color: #E3C3B7;
    text-decoration: none;
    font-weight: bold;
}

#nav #currentpage a {
    float: left;
    height: 22px;
    color: #E3C3B7;
    background-color: #496993; 
    padding: 2px 15px;
    margin: 0;
    font-weight: bold;
    text-align: center;
}



#content { 
	width: 880px; 
	padding: 20px 10px 10px 10px;
	float: left;
	margin: 0;
}


h1{  
	font-family: sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}

h2{  
	font-family: sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}

h3{  
	font-family: sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

a {
  text-decoration: underline;
  color: #0e4ead;
}
a:hover {
  text-decoration: underline;
  color: #0e4ead;
}

#footer {
	height: 50px;
	background: url(images/newfooter.jpg) top center no-repeat;
	text-align: center;
	color: #0e4ead;
	padding: 20px 0;
	clear: both;
}
#footer a{
	color: #0e4ead;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
