* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #dae1e7 url("bg.jpg") repeat-x;
	font: 12px  "Calibri", "Trebuchet MS", "Verdana", "Arial", sans-serif;
	line-height: 13px;
	color: #00345b;
}

table, td {
	vertical-align: top
}

a {
	text-decoration: underline;
	color: #004a9e;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #ff6600;
	margin-bottom: 0px;
	font-weight: bold;

}

h2 {
	font-size: 12px;
	color: #ff6600;
	margin-bottom: 0px;
	font-weight: bold;
}


img, img a {
	border: none;
}

p {
	margin-bottom: 10px;
}

ul { 
	margin:0; padding:15px 
} 

ol { 
	margin:0; padding:30px 
} 
/* 	CLASS  */

.clear {
	clear: both;
}



/* ID */

#container {
	margin: 0 auto;
	background: transparent url("bg_overall2.jpg") no-repeat;
	width: 1000px;
	height: 768px;
}

#content_container {
	width: 1000px;
	margin: 0 auto;
}

	#navigation {
		float: left;
		width: 320px;
		padding-top: 0px;
		line-height: 25px;
		padding-left: 0px;
	}


	#navigation a {
		font-size: 13px;
		line-height: 35px;
		color: #00345b;
		margin-bottom: 7px;
	font-weight: 600;
	text-decoration: none;
	font-family: Lucida Sans Unicode, Arial, Verdana, Helvetica, sans-serif;
	}
		
	#navigation table td.menuwit a {
	color: #ffffff;
	}
		
	#navigation table td.menuwit a:hover {
	color: #00345b;
	}
		
	#navigation table td.menuwit a:active {
	color: #00345b;
	}
	
	#content {
		width: 590px;
		margin-top: 5px;
		padding-right: 10px;
		float: left;
		height: 435px;
		overflow: auto;
	}

#footer {
	margin: 0 auto;
	margin-top: -40px;
	color: #00345b;
	width: 780px;
	font-size: 12px;
}
	#footer table {
		width: 100%;
	}

	#footer table td {
		vertical-align: bottom;
		padding-right: 20px;
	}

	#footer table td.last a{
		color: #00345b;
		vertical-align: bottom;
		text-align: center;
		font-weight: bold;
		padding-right: 0px;
	}
	

