@charset "UTF-8";
/* CSS Document */

#body,
html {
	margin:0;
	padding:0;
	background:#336196;	
}

#header {
	width: 900px;
	height: 120px;
}

#header_2 {
	width: 900px;
	height: 10px;
}

#container {
	width:1200px;
	margin:0 auto;
	background-image: url(../Resources/background_7.jpg);
	padding-top:50px;
	padding-bottom:50px;
	background-attachment:absolute;
	background-repeat: no-repeat repeat;
}

#container2 {
	width:1000px;
	margin:0 auto;
	background-color:rgba(51, 97, 150, 0.8);
}

#wrap {
	width:900px;
	margin:0 auto;
}

/* Begin Navigation Bar Styling */
#nav {
	float: right;
	margin: 0 0 0 0;
    padding: 0;
	list-style: none;
	background-color: #EEF4F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav li {
    float: right;
}

#nav li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: normal;
    color: #069;
	border-left:1px solid #336196;
}

#nav li a:hover {
    color: #c00;
    background-color: #fff; 
}
/* End navigation bar styling. */

#header_3 {
	clear:both;
	width: 900px;
	height: 10px;
}

#header_4 {
	clear:both;
	width: 900px;
	height: 20px;
}


/* Begin menu bar Styling */
#menu {
    width: 180px;
    float: left;
    margin: 0 0 0 0;
    padding:0px 0px 0px 0px;
    list-style-type: none;
    background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu li {
    width: 180px;
	float: left; 
}

#menu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: normal;
    color: #069;
    border-bottom: 1px solid #336196; 
}

#menu li a:hover {
    color: #c00;
    background-color: #fff; 
}


/* End menu bar styling. */

#main {
	margin:0px;
	padding-right:100px;
	margin-top:-20px;
	float: right;
	width: 580px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

#header_5 {
	
	float:left;
	clear:both;
	width: 900px;
	height: 20px;
}

#header_7 {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	colour:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#header_6 {
	clear:both;
	width: 900px;
	height: 20px;
}

#table1 {
	font-weight:bold;
}

#table1 a:link {
	text-decoration:none; color: #FFF;
}

#table1 a:visited {
	text-decoration:none; color: #FFF;
}

#table1 a:hover {
	text-decoration:underline; color: #E72B2B;
}

#table1 a:active {
	text-decoration:underline; color: #FFF;
}
