@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #990000; 
/*	background: #000000; */
/*	background: #333333; */
/*	background: #CCCCCC; */
/*	background: #CC0000; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}


/*______Headings_______*/

h1, h2, h3, h4,h6, h7 {
  margin: 0;
  padding: 0;
  font-family: Charter, "Times New Roman", Times, serif;
  font-weight: normal;
}

h1 {
	font-size: 2em;
	padding-left: 25px; 
}

h2 {
	font-size: 1.4em;
	padding-top: 8px;
	font-size: 1.2em;
}


h3 {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}
 

h4 {
	font-size: 1.4em;
/*	color: #332c2c; */
/*	color: #CC0000; */
/*	color: #333333; */
	color: #990000; 
/*	color: #CCCCCC; */
	line-height:2;
}


h5 {
	font-size:1.2em;
	font-weight:bold;
}


h6 {
  	font-size: 1.2em;
	padding-left: 25px; 
}

h7 {
	font-size: 1.3em;
/*	color: #332c2c;  */
	color: #990000; 
	line-height:2;
}


h8 {
	font-size: 1.4em;
	padding-top: 0px;
	font-size: 1.2em;
}


p {
	margin-top: 0;
	line-height: 130%;
}

ol {
	margin-top: 0;
	margin-left: 0;
	padding-left: 30px;
	line-height: 130%;
}

ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 25px;
	line-height: 130%;
}


a {
	text-decoration: underline;
	color: #5B447A;
}

a:hover {
  	color:#5F574F;
}

a:visited {
	/*font-weight: bold;*/
	color:#104554;
}

/* Logo */

#logo {
	float: right;
	padding: 0px 25px 0px 0px;
	color: #FFFFFF;
}


/*________Header _________*/

#header {
	width: 800px;
	padding: 40px 0px 50px 0px;
	margin: 0 auto;
/*	background-color: #500000; */
/*	color: #FFFFFF; */
/*	background-color: #990000; */
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
}

#header img { 
	float: left;
	border: none;
	padding-left: 25px;
}


/*_______ Menu ________*/

#menu {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	padding: 0; 
/*	background: #990000 */
	background: #000000 
}

#menu ul {
	padding-left: 25px;
	list-style: none;
	float: left;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 28px;
	margin-right: 3px;
	padding: 4px 6px 0px 6px;
	text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #FFFFFF;
	border-style: solid;
	border-width: thin;
	border-radius: 5px 5px 0px 0px;
	border-color: #FFFFFF;
}


#menu a#current {
	color: #990000;
	background-color: #FFFFFF
}

#menu a:hover {
	text-decoration: underline;
}



/*_______Structure________ */


#page {
	width: 740px;
	margin: 0 auto;
  	padding: 25px;
/*	border-radius: 10px;  */
	border-radius: 0px 0px 10px 10px; 
	border-top-style: None;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
/*	border-style: solid; */
	border-width: 5px; 
/*	border-color: #990000;  */
	border-color: #000000; 
 	background: #FFFFFF;
	text-align:justify;
}
		

				
/*_______Format________ */			
	
.indent {
	padding-left:10px;
}

#line_height {
	padding-left:10px;
	line-height:2;			
}

.line_height150 {
	line-height: 150%;
}

.line_height200 {
	line-height: 200%;
}

.italic {
	font-style: italic;	
}
		
.bold {			
	font-weight: bold;	
}
		

