/* CSS Document */
* {
	margin:0px;
	padding:0px;
        //color: #fff;
	//background: #360;
	}
.clr{
	clear:both;
	}
body {
	/*background: #003773 center top;*/
	background: #0157A8 center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.Main {
	width: 1000px;
	height: auto;
	background: #360;
	margin: 0px auto;
	}
.Header {
	width: 1000px;
	height: 150px;
	//background: url(../Images/LINKTDNLD.gif) no-repeat center;
	}
.header_left {
	float: left;
	width: 190px;
	height: 150px;
	/*margin: 45px 10px 45px 10px;*/
	}
.header_left img {
	margin: 17px 30px 17px 30px;
	/*margin: 45px 10px 45px 10px;*/
	}
.header_center {
	float: left;
	width: 550px;
	height: 150px;
	/*padding: 10px 10px;*/
	}
.header_center h1 {
	text-align: center;
	color: #FF0;
	padding: 40px 0 0 0;
	font-size: 36px;
	font-weight: bold;
	}
.header_center h2 {
	text-align: center;
	color: #FF0;
	/*padding: 40px 0 0 0;*/
	}
.header_right {
	float: right;
	width: 250px;
	height: 150px;
	/*margin: 45px 10px 45px 10px;*/
	}
	
.Menu {
	background: #004370;
	width: 1000px;
	height: 38px;
	/*margin: 5px 0 0 0;*/
	color: #FFF;
	font-weight: bold;
	}
	
.Content {
	/*background:url(../Images/ContentBackground2.jpg) center;*/
	background:#360;
	width: 1000px;
	height: auto;
	margin: 0px;
	font-size: 1.1em;
	text-align: left;
	color: #fff;
	}

.ContentRight {
	width: 385px;
	/*height: 460px;*/
	height: auto;
	float: right;
	/*margin: 5px 5px 5px 15px;*/
	margin: 0px;
	padding: 20px 5px 20px 10px;
	color: #fff;
	background: #360;
	font-size: 1.1em;
	}
.ContentLeft {
	width: 600px;
	/*height: 500px;*/
	height: auto;
	float: left;
	/*margin: 5px 5px 5px 15px;*/}
.Footer {
	background:#004370;
	width: 1000px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	float: left;
	}