body { 
	margin:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#121212;
	text-align:center;
	}
h1 { 
	margin:0;
	font:normal 1.6em Arial, Sans-Serif;
	letter-spacing:-1px;
	color:#666666;
	}
h1 a {
	color:#666666;
	}

/* Wrapper */

#wrap {
	width:768px;
	margin:0px auto;
	border-left:1px solid #0D130D;
	border-right:1px solid #0D130D;
	}
	
/* Header */

#header {
	height:120px;
	}
#header3 {
	height:53px;
	}	
/* Navigation Bar */

div#navigation {
    height: 30px;
    width: 100%;
    border-top: solid #0D130D 1px;
    border-bottom: solid #0D130D 1px;
	background-image:url(images/titlebar_selected.png);
}
div#navigation ul, div#navigation span {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a, div#navigation span {
    text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
    padding: 7px 10px;
	color:#FFF;
}
div#navigation li a:link {
    color: #FFF:
}
div#navigation li a:visited {
    color: #FFF;
}
div#navigation li a:hover {
    color: #FFF;
	background-image:url(images/bg_navigationhover.gif);
}

div#navigation span {    
    color: #FFF;
	background-image:url(images/bg_navigationhover_red.gif);
	
  }
	
/* Content Area */

#content {
	outline-color:black;
	border-left-width:0.1em;
	border-left-style:solid;
	border-left-color:maroon;  

	border-bottom-width:0.1em;
	border-bottom-style:solid;
	border-bottom-color:#465A7B;
  
	text-align:justify;
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:40px 40px 40px 40px/*12px 10px*/;
	color:#DFDFDF;
	/*background-image:url(images/bg_content.gif);*/
	background-repeat:no-repeat;
	background-color:#343C63; /*#3E3E3E;*/
	}

#content_index {
	outline-color:black;
	border-left-width:0.1em;
	border-left-style:solid;
	border-left-color:maroon;  

	border-bottom-width:0.1em;
	border-bottom-style:solid;
	border-bottom-color:#465A7B;
  
	text-align:justify;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:30px 40px 40px 40px/*12px 10px*/;
	color:#DADADA;
	/*background-image:url(images/bg_content.gif);*/
	background-repeat:no-repeat;
	background-color:#343C63; /*#3E3E3E;*/
	}

	
#hr_main
{
	width:200px; 
	color:#465A7B;
	line-height:1px;
}	


#header2 {
	text-align:justify;
	font-size:14px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:40px 40px 0px 40px;
	color:#DADADA;
	border-left-width:0.1em;
	border-left-style:solid;
	border-left-color:maroon; 
	background-repeat:no-repeat;
	background-color:#343C63; /*#3E3E3E;*/	
	text-align:center;
	}
	
#content a {
	color:#98b8d0;
	text-decoration: none;
	}
#content a:hover {
	color:#EDE6EE;
	text-decoration: none;
	}
#content a:visited {
	color:#D3DABC;
	text-decoration: none;
	}
	
/* Footer */

#footer {
	height:90px;
	line-height:30px;
	padding:8px 0px;
	/*background-image:url(images/bg_footer.gif);*/
	background-repeat:no-repeat;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDD6E2;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	color:#D9FF76;
	}