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



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
    margin: 0px;
    background: #040e41 url(../images/background.jpg) no-repeat center top;

    width: 100%;
    display: table;

}
fn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1 {
	color: #036;
	margin: 0;
	font-size:16px;
	font-weight: normal;
	padding-bottom: 24px;
}

h2 {
	color: #036;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 15px;
}

p {
margin: 0;
font-size:12px;
line-height: 22px;
}

.more {
font-size: 9px
}

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

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

a:hover ,a:active {
	color: #FF6600;
}


/*NAVIGATION*/
/*These are the top navigation links*/
#navigation a:link {
	color: #fff;
	text-decoration:none;
}

#navigation a:visited {
	color: #fff;
	text-decoration:none;
}

#navigation a:hover ,a:active {
	color: #FF6600;
	text-decoration:none;
}
/*end*/

/*this makes the top navigatin a non-bulleted horizontal list*/
#navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}
#navigation li
{
	display: inline;
	
	padding-right: 7px;
	padding-left: 7px;
}
/*end*/


/*THE BELLOW CODE SETS THE SHAPE OF THE PAGE*/ 

#banner {
	width: 1032px;
	margin: 120px auto 0;
	padding: 0px 0px 6px 0px;
	border-bottom: solid 1px #7cccff;	
}

#container {
	width: 1020px;
	margin: 0 auto 6px;
	background: #fff;
	border-left: solid 6px #005095;
	border-bottom: solid 6px #005095;
	border-right: solid 6px #005095;
	border-top: solid 0px #7cccff;	

}
#leftcontainer{
	float: left;
	width: 316px;
	height: inherit;
	margin: 0px;
}
#news{
	background-image: url(../images/blue_gradient1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
}
#content {
	background-image: url(../images/blue_gradient2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:50px 50px 0 370px;
	font-size: 12px;
}

#cleardiv {
	clear: both;
	height: 1em;
} 

#footer {
/*	clear: both;
*/	width: 1032px;
	height: 100px;
	margin: 0 auto 0;
	background: #040e41 url(../images/background_bottom.jpg) repeat-x;
}
/*End*/
