/*------------------------------------*\
  RESET
\*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/


body {
 	background: #fff;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
}


/*------------------------------------*\
  TYPE
\*------------------------------------*/
/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  font-weight: bold;
}

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  font-weight: bold;
}

h1 {
  font-size: 1.5em; /* 24px  24 ÷ 16 = 1.5 */
  line-height: 1em; /* 24px  24 ÷ 24 = 1 */
}

h2 {
  font-size: 1.375em; /* 22px  22 ÷ 16 = 1.375 */
  line-height: 1.0909em; /* 24px  24 ÷ 22 = 1.090909(09) */
}

h3 {
  font-size: 1.25em; /* 20px  20 ÷ 16 = 1.25 */
  line-height: 1.2em; /* 24px  24 ÷ 20 = 1.2 */
}

h4 {
  font-size: 1.125em; /* 18px  18 ÷ 16 = 1.125 */
  line-height: 1.333em; /* 24px  24 ÷ 18 = 1.3333333(3) */
}

h5, h6 {
  font-size: 1em; /* 16px  16 ÷ 16 = 1 */
  line-height: 1.5em; /* 24px  24 ÷ 16 = 1.5 */
}

/*--- PARAGRAPHS ---*/

p {
  margin-bottom: 24px;
}
center{
	text-align: center:
}
img{ 
	border: 0px;
}
a:link {
	color: #084887;
	text-decoration: none;
}
a:visited {
	color: #084887;
	text-decoration: none;
}
a:hover {
	color: #063B70;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


img{
	border: none;
}
img a{
	border: none;
}
.hidden{
	display:none
}
/*frame work ------------------------------------------------------------------------------*/

#wrapper{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	}

#header{
	}
#header h1 span {
	display: none;
}
#content {
	clear: both;
	overflow: auto;
}
#footer {
	clear: both;
	height: 200px;
}
#copyright {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
    width: 70%;
}
#sitemap   {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
	width: 25%;
}

/*Navigation ------------------------------------------------------------------------------*/
#nav{
	
}
#nav ul li {
	list-style-type: none;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
	float: right;
}
#header h1 {
	margin: 0px;
}
/*Other ------------------------------------------------------------------------------*/
.Absolute-Center {
    margin: 100px auto 0 auto;
    width: 650px;

}
ul.center li {
    text-align: center;
}
ul.center{margin-bottom: 100px}