


body {


	background-image:url(images/back.gif);
	/*
	background-image:url(../../images/page_bg.png);
	background-repeat:repeat-x;
	background-color:#162F67;
*/
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align:left;
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
}

*{


}

a{  
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:link{ 
	color: #663333;
}

a:visited{
	color: #663333;
}

a:active{ 
	color: #663333;
}

a:hover{ 
	color: #996600;
}

hr{
	color: #e6e6e6;
	size: 2px;
	margin:0px;
	padding:0px;
}


.navigation-section{
	font-size: 12px;
	font-weight: bold;
	display:block;
	background-color: #020169;
	color: white;
	padding: 4px;
	margin-bottom:15px;
}

div#navigation h1 {
	color: #2A4578;
	font-size: 12px;
	font-weight: bold;
	margin-top:5px;
	padding:0px;
}

.navigation-author{
	font-size: 10px;
	margin:0px;
	color: #2b4578;
}

div#navigation ul {
	margin:5px;
	padding-left: 11px;
}

div#navigation ul li{
	font-size:12px;
	margin:3px;
	list-style:square;
	color:#3D456C;
}

.body-section{
	font-size: 12px;
	display:block;
	background-color: #669999;
	color: white;
	font-weight: bold;
	padding: 4px;
	margin-bottom:15px;
}

.body-author{
	color: #2a4578;
	font-size: 11px;

}

div#body h1 {
	color: #2A4578;
	font-size: 12px;
	font-weight: bold;
	margin-top:5px;
	padding:0px;
}

div#body h2 {
	color: #2a4578;
	font-size: 10px;
	margin-top:0px;
	padding:0px;
}

div#body ul {

}

div#body ul li{
	padding:4px;
}

.body-title{
	color: #2A4578;
	font-size: 12px;
	font-weight: bold;
	margin:5px;
	padding:5px;
}

#container {
	padding: 0px;
	margin: 10px;

}

#title {
	top:0;
	left:0;
	height:98px;
	background-color: #020169;
	color: white;
	vertical-align: text-top;
	font-size: 35px;
	font-family: Tahoma;
	padding:5px;
	max-width: 1030px;
}

#title2 {
	top:0;
	left:0;
	height:20px;
	background-color: #669999;
	color: white;
	vertical-align: center;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	padding:5px;
	max-width: 1030px;
}

#body {
	top:0;
	left:0;
	margin-left:224px;
	padding:10px;
	background: white;
	max-width: 796px;
}

#navigation {
	top:0;
	left:0;
	position:absolute;
	top: 148px;
	left:0;
	width:200px;
	margin-left: 10px;
	padding: 10px;
	list-style:square;
	background-color: white;
}

