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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 147%;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/back.gif);
}

#breadcrumbs {
	width: 900px;
	float: left;
	font-size: 10px;
    color: #999999;
	margin-bottom:10px;
}

#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}  

/* LAYOUT */
#container {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #FFF;
	
}

#top {
    height: 90px;
	padding-top: 10px;
		
}

#logo {
	height: 80px;
	float: left;
	width: 190px;
	/*background-color:#FFF */
}

#logo img {
	margin-left: 0px;
	margin-top: 10px;
}

#header {
	height: 100%;
	background: #fff;
	width: 900px;
	float:left;
	/*border-bottom:1px dashed #f78e1e;*/
}


#content {
	width: 900px;
	clear: left;
	margin-top: 5px;
	float: left;

}


#contentmain {
	width: 645px;
	padding:10px;
	
		
}


h1,h4,h5,h6   {
     	font-size: 13px;
     	color: #be2b2b;
     	font-weight: normal;
		border-bottom: 1px solid #f6882b;
		text-transform:capitalize
}

h2   {
    color: #666666;
	font-weight: normal;
	font-size: 24px;
	text-transform: none;
	margin:0;
	padding:0;  
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 30px;
}

h2.contentheading, h2.componentheading {
	margin-bottom: 20px;
	margin-top: 10px;
}

h3   {
	color: #be2b2b;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a.readon {
	width: 145px;
	height: 18px;
	background: url("../images/readmorebg.jpg") no-repeat;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bold;
}


#user4 {
       width: 764px;
       background-color: #000;
       border-top: solid 1px #279BE6;
       margin-left: 46px;
}

#user4 .moduletable {
      padding: 25px;
      width: 400px;
      color: white;
      line-height: 152%;
}



#searchBox {
	float: right;
	width: 145px;
	padding-top:40px;
    text-align: right;
}


#searchBox input {
	border:1px solid #be2b2b;
	height: 16px; 
	margin-top: 5px;
	font-size: 11px;
	color: #333;
	text-indent: 5px;
	width: 145px;

}


/* GENERAL TAGS */
a {
	color: #333;
	text-decoration: none;
	font-weight:bold
}

a:hover, a:visited {
	
	text-decoration: none;
	font-weight:bold;
}

img {
	border: none;
}



/* FOOTER MENU */
#footer {
	clear: left;
	float: left;
	width: 900px;
	font-size: 9px;
	margin-top: 30px;
	padding-bottom: 10px;
    border-top:1px solid #F6882B;
}

#credits {
	width: 350px;
	float: left;
	color: #666;
	margin-top: 5px;
}


.article_ seperator {
    border-bottom: dashed 1px #CCCCCC;
		
}

