/* CSS Basic Document */

body{

margin:0px auto;
padding:5px;
background:url(images/bg.jpg) left top #505050;
font: normal small Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	text-align:justify;
}

/* Menu */

#menu {
width:780px;
height: 40px;
margin: 0px 0px 0px 0px;
background:url('images/menu_bg.gif') repeat-x left top;

}



/* Header */

#header {
width: 780px;
height: 150px;	
background:url('images/header_780_150.jpg') repeat-x;
}

h1, h2, h3 {
	font: bold 1em Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:20px 0px;
	}
	
h1 { font-size: 1.8em; } 
h2 { font-size: 1.5em;}
h3 { font-size: 1.3em; }





.menu_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 34px;
	padding: 10px ;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	background-color:inherit;
	text-decoration: none;
	text-align:left;

}



/* Content */

#content {

width:780px;
margin: 0px auto;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
background-color:#505050;color:#CCCCCC;
font: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.1em; 
font-weight:normal;
line-height: 150%;


}




/* One Column Wide */
#colWide {
width: 750px;
margin-left: 10px;
margin-right: 10px;



}



/* Footer */

#footer {
width: 770px;
font-size: smaller;
text-align: left;
color: #cccccc;
margin-left: 10px;



}


.body_line_red{background:url('images/body_line_small.gif') repeat-x left top;height:20px;}
.img_left{float:left;}
.img_right{float:right;}

.clear {clear: both; }
.red {color: #ff3333; }
.gray  {color: #BFBFBF; }
.black {color: #000000;}






a {
	text-decoration: none;
}

a:link {
	color: #cccccc; text-decoration: underline;
}

a:visited {
	color: #cccccc; text-decoration: underline;
}

a:active {
	color: #ff3333;
}

a:hover {
	text-decoration: underline;color:#ff3333;
}