html, body {
margin: 0;
padding: 0;
height: 100%;
}

body {
	margin: 0;
	background: #6d92bc url(../images/background.jpg) top center no-repeat;
	font: normal 15px/21px Arial, Helvetica, Verdana, san-serif;
	color: #354151;
}

#site-container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background-color: #fff;
	}

a {
	color: #cc0000;
	border-bottom: 1px dotted #cc0000;
	text-decoration: none;
	}

a:hover {
	color: #660000;
	border-bottom: 1px solid #660000;
	}

.btt {
	font-size: 12px;
	line-height: 30px;
	}

h1 {
	color: #0c2236;
	font: normal 28px Arial, Helvetica;
	margin: 5px 0 20px 0;
	background: transparent url(../images/dotted-line.gif) bottom left repeat-x;
	}

h2 {
	color: #354151;
	font: normal 17px/24px Arial, Helvetica;
	}

h3 {
	color: #354151;
	font: bold 16px/23px Arial, Helvetica;
	margin: 0;
	}

#header { 
	width: 950px; 
	height: 316px; 
	text-align: center; 
	margin: 0 auto;
	}

#body-container {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 100px 0;
	}

.content-left {
	font: normal 17px/24px Arial, Helvetica, Verdana, san-serif;
	width: 160px;
	padding-left: 35px;
	float: left;
	text-align: right;
	}

.content-left .submenu {
	padding-top: 1px;
	background: transparent url(../images/dotted-line.gif) top left repeat-x;
	}

.content-left .submenu ul.nav {
	list-style-type: none; 
    margin: 0;
	padding: 0;
	}

.content-left .submenu ul.nav li { 
    display: block;
	color: #cc0000;
	float: left;
	text-align: right;
	}

.content-left .submenu ul.nav li a {
	display: block; 
	width: 160px;
    height: 38px;
	line-height: 2em;
	color: #cc0000;
	text-decoration: none;
	border-bottom: none;
	background: transparent url(../images/dotted-line.gif) bottom left repeat-x;
	}

.content-left .submenu ul.nav li a:hover {
	background-color: #edeeee;
	color: #660000;
	}

.content-right {
	width: 660px;
	padding-right: 40px;
	float: right;
	}

#footer { 
	width:950px;
	margin: 0 auto; 
	height:130px; 
	background: transparent url(../images/footer.gif) top left no-repeat;
	}

#footer .padding {
	font-size: 12px;
	line-height: 1.4em;
	color: #7d7d7d;
	padding: 65px 40px 0 40px;
	}

#footer .padding a {
	border-bottom: none;
	color: #5d83b2;
	}

#footer .padding a:hover {
	color: #1b3566;
	}


#footer .padding .nasc {
	float: right;
	text-align: right;
	width: 320px;
	}

#footer .padding .flag {
	float: left;
	margin: 0 15px 0 0;
	}

.download {
	float: right; font-weight: bold; font-size: 12px; margin-top: 10px; border-bottom: none;
	}

.reg-form {
	width: 90%;
}

.reg-form td {
	padding: 5px 0;
	border-bottom: 1px solid #ECECEC;
	width: 15%;
}

.reg-form td.field {
	width: 85%;
	padding-left: 10px;
}

.reg-form.action {
	text-align: center;
	padding: 5px 0;
	width: 90%;
	margin: 0 0 2em 0;
	background-color: #ECECEC;
}