/* CSS Document */

@import url("css/sub_sidemenu.css");
@import url("css/sub_main.css");
@import url("css/sub_header.css");
@import url("css/sub_footer.css");

/**************************************/
*{
	margin:0;
	padding:0;
}

body{
/*      background:#ecf0f6;  */
	background:url(img/body.gif) repeat; 
	color:#000000; 
	font:12px Verdana,Arial,Helvetica,sans-serif; 
 	margin:2px;
	padding:0;
}

#wrapper{
width:960px;
	border:solid;
    border-width: 0px 0px 0px 0px;

	text-align: left;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}


/**************************************/
h3{
	padding-top:10px;
	padding-left:10px;
	font-size:14px;
	font-weight:normal;
	white-space:nowrap; 
	border-left-color: #990000;
	color: #990000;
	font-weight:bold;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0px;
	padding: 0.5em;
	font-size: 100%;
	border-left:3px solid #990000;
	font-weight: normal;
	color: #990000;
}

h5 {
	margin: 5px 0px;
	font-size: 100%;
	color: #990000;
}

p 	{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: serif;
	line-height: 140%;
}

hr {
	color: #990000;
	background-color: transparent;
	clear: both;
}

img {
	border-style: none;
}



