/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x; 
	font-family: arial;
        font-size : 12px;
}

table.content {
	text-align: left;
	font-family: arial;
	color: #ffffff;
	line-height: 120%;
}

.contentheading {
	font-family: arial;
	font-size: 11px|important;
	color: #003977;
	font-weight: bolder;
	padding-top: 20px;
}

.contentpaneopen {
	font-size: 12px;
	color: #ffffff;
}

.componentheading {
	font-family: arial;
	font-size: 13px;
	color: #003977;
	font-weight: bolder;
	padding-top: 20px;
}

#mod_search_searchword.inputbox {
	font-size: 12px;
	text-align: right;
	color: black;
	background-color: #bee0ff; 

}

img {
border:none;
}

.hide {
visibility:hidden;
}

/* CSS Layout */

#site{
     margin-left: auto;
     margin-right: auto;
     width: 980px; /* mandatory to be centered */
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat; 
	height: 91px;
	width: 980px;
        	border-bottom: 1px solid #ffffff;	
}
#flashbanner {
          	border-top: 1px solid #ffffff;	
}
#menubg {
	height: 25px;
	width: 980px;
	background-color: #e90000; 
        z-index: 99;
}
#main {
	width: 958px;
	background-color: #ff7900;
          	border-top: 1px solid #ffffff;
          	border-left: 1px solid #ffffff;
          	border-right: 1px solid #ffffff;
	padding-left: 20px;
	min-height: 280px;
        position: static;
}		
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat; 
	height: 63px;
	width: 978px;
          	border-left: 1px solid #ffffff;
          	border-right: 1px solid #ffffff;
}

#footer a {
text-decoration:none;
} 

#youniq { /* youniq Link */
	position:relative;
	left:855px;
	top:8px;
	width : 60px;
	height: 10px;
	margin-left: 0px;
	margin-top: 0px;
}