* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background:#656565 url(../images/bg.jpg) repeat-x;
	margin:0px;
}

#mainContainer {
	width:100%;
	font-size:12px;
	text-align:left;
}

#header {
	width:100%;
	height:100px;
	background-image:url(../images/bg_header.jpg);
}
#topNav {
	padding-top:3px;
	width:100%;
	height:41px;
	background:url(../images/bg_nav.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#topBar {
	width:100%;
	height:29px !important;
	background:url(../images/bg_topmid.png) no-repeat;
	color:white;
	text-align:right;
	vertical-align:top;
	padding-top:13px;
	background-color:#2e3192;
}

#topBar p {
	padding-right:20px;	
}

#banner {
	width:100%;
	background-image:url(../images/bg_banner.jpg);
	background-repeat:repeat-x;
}

#bottomBar {
	width:100%;
	background-color:#101254;

}
#contentContainer {
	width:100%;
	background-color:#ededed;
	line-height:22px;
	text-align:left;
}
#contentinside {
	padding-left:46px;
	padding-right:46px;
	padding-top:25px;
	padding-bottom:25px;	
}


h1 {
	margin-top:0px;
	font-size:20px;
	color:#343434;
}
#footer {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:89px;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align:left;
	font-size:10px;
}
#footer p {
	margin:35px 0 0 55px;
	color:#fff;
	font-size:10px;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover {
	color:#000;
	font-size:10px;
}

/* classes */

img.right {
	padding:0 0 0 30px;
	float:right;
}

a.right {
	padding:20px 0 0 0;
	float:right;
}
a.left {
	float:left;
}
a, a:visited {
	font-weight:bold;
	color:#10213d;
}
a:hover {
	color:#ccc;
}

p {
	margin-top:0px;
}

.contentContainer li {
	margin-left:25px;
}

.box {
	
}



hr { 
height: 0; 
border: 0; 
border-top: 1px solid #c9c9c9; 
width:100%;
margin-top:10px;
} 



