* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:  url(../images/bg_page.jpg) top no-repeat #2f51a3;
	color: #ffffff;
}

h3 {
	line-height: 38px;
}

p {
	line-height: 18px;
}

a {
	color: #ab0101;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ab0101;
	font-weight:bold;
	font-size:13px;
}

img {
	border:0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ff0000;
}


.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.txtcenter{
	text-align:center;
}


.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.imgleft {
	float: left;
	margin: 0 35px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;
}

#header {
	margin:0 auto;
	width: 900px;
	height: 400px;
}



#sidebar {
	float: left;
	width: 900px;
	padding: 0 0 0 0;
}

/*----NAV---- */
ul#nav {
	float: left;
	width: 300px;
	height:100px;
	list-style: none;
}

ul#nav li {
	width: 300px;
	float: left;
	clear: both;
}

ul#nav li a {
	float: left;
	width: 300px;
	background-image: url(../images/bg_nav.jpg);
}

ul#nav li a span {
	display: none;
}


ul#nav li.nav1 a {	
	height:100px;
	background-position: top left;
}

ul#nav li.nav1 a:hover, ul#nav li.nav1 a.active {
	background-position: top right;
}

ul#nav li.nav2 a {	
	height:100px;
	background-position: center left;
}

ul#nav li.nav2 a:hover, ul#nav li.nav2 a.active {
	background-position: center right;
}

ul#nav li.nav3 a {	
	height:100px;
	background-position: bottom left;
}

ul#nav li.nav3 a:hover, ul#nav li.nav3 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/


#content {
	margin: 0 auto;
	background-color:#000000;
	text-align:justify;
}
#main {
	margin: 0 auto;
	width: 700px;
	padding:50px 0 50px 20px;
	background-color:#000000;
}




#footer {
	padding:0 0 0 0;
	clear:both;
	background: url(../images/bg_footer.jpg) top no-repeat;
	height:124px;
}

.footer-area {
	font-size:10px;
	padding: 0 0 0 0;
	text-align:center;
	height:124px;
	color:#000000;
}

.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 
}


.f18 {
	font-size: 18px;
	line-height:26px; 
}

.bulletmargin{
	margin: 0 0 0 70px;
}