* { margin : 0; padding : 0; }
h1, h2, h3, h4, blockquote, p, ul, ol  { margin : 0 10px; padding : .5em 0; }
h2.content_h2 {
	color:#990000;
	font-weight: bold;
	text-align: center;
}

html { 
background-color : #3D5FA3;  
color : #000; 
}

body {
	font-family: Geneva, Verdana, Arial, sans-serif;	
	font-size: 76%;
	line-height: 160%;
}

h1 {
	font-size : 200%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
}

h2 {
	font-size : 160%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
}

h3 { font-size : 140%; }

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

div#page {
	position : relative;
	width : 960px;
	margin : 4px auto;
	text-align : left;
	background : url(images/background.jpg) repeat;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}

div#header { z-index : 1; position : relative; width : 100%; 
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	padding-top: 1em;
	padding-bottom: 0.2em;
}
div#header_desc {z-index: 2; position: relative; width: 100%; }
div#header_desc table {z-index: 2; position: relative; width: 100%; }
div#header_desc img {padding-left: 6.5em; padding-top: 1em; }
div#header h1 {
	font-size : 220%;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.5em;
}
div#header h2 {
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	color: #000000;
	word-spacing: 0.2em;
}

div#content {
	width : 100%;
	overflow : hidden;
	border: 1px;
	border-color: #999999;
}

div#content_main { padding: 0 0 0 10px; float : right; 
width : 75%; 
/* width : 640px; */
margin:0 0 0 10px;}

div#content_main ul li {list-style-type:square; list-style-position: inside; padding-left: 10px;}
div#content_main ul ul li {list-style-type:circle; list-style-position: inside; padding-left: 10px;}
div#content_main ol li {list-style-type:decimal; list-style-position: inside; padding-left: 10px;}

div#content_nav {
	float : left;
	position:fixed;
	width:13%;
/*	width:160px; */
	margin-left: 1em;
	top:240px;
}
div#content_nav ul {
	margin : 0;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
	
div#content_nav li {
	list-style-type : none; /* disc, circle, square, decimal, none  */
 	margin : 0 10px ;
	font-size: 130%;
	font-weight: bold;
	display:block; text-decoration:none; color:#8e2f5b;
}

div#content_nav a {display:block; text-decoration:none; color:#8e2f5b;}	
div#content_nav a:hover {background:#660099; color: #FFFFFF;}	

div#footer {
	width : 100%;
	color: #333333;
	margin-top: 1em;
	text-align: right;
	border-top-color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
}

form label {padding-left: 2em; }

form ol li {
   font-weight: bold;
   margin-top: 1.5em;
}

form ul li {
	font-weight: normal;
}

form div#form_content input {
    border : 1px double black; 
}

form div#form_submit input {
    padding : 0 .25em; 
    background-color : #90305c;
    border : 2px double #551c35; 
    border-top-color : #e591b9;
    font : bold 120% Tahoma, Verdana, Arial, sans-serif; 
    color : #fff;
    text-transform : uppercase;
    text-align:center;
    margin-left:35%;
    margin-top: 2em;
}

form div#form_submit input:hover{ 
    background-color : #e591b9;
}
