/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/back.gif) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #333333;


}

h1,   h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	}

h3 {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align: left;
	padding: 0px 20px 0px 0px;	
	}
	

a {
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
width: 770px;
	height: 180px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #006400 url(/images/intbanner.gif) repeat-y;
	

}

#header h1 {
	margin: 0px;
	padding: 20px 10px 0px 10px;
	text-align: right;
	color: #FFFFFF;
	font-size: 3em;

}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 750px;
	margin: 1px auto;
	padding: 5px 20px 5px 0px;
	background-color: #000000;
	border-top: 1px solid #CDC9C9;
	border-bottom: 1px solid #CDC9C9;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-color:#CCCCCC;
}

#menu a:hover, #menu a#selected, #menu a#selected:hover
{
	background-color: #708090;
	color: #ffffff;
}

#menu2 a, #menu2 a:visited
{
	position:relative;
	text-decoration:none;
	text-align:center;
	background-color:#333333;
	color:#fff;
	display:block;
	border:2px solid #fff;
	border-color:#def #678 #345 #cde;
	padding:0.25em;
	margin:0.5em auto;
	width: 146px;
  }

#menu2 a:hover, #menu2 a#selected

{
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  background-color: #708090;  

  }



/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 150px;
	padding: 10px 10px 10px 10px;
	background-color: #000000;
	margin: 1px;


}

#center {
	float: left;
	width: 550px;
	min-height:1100px;
	height:auto !important;
	height:1100px;	
	padding: 0px 20px 40px 20px;
	background-color:#C6C3B5;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;



}


/*************SCROLLER************/

#scroller {
	float: left;
	width: inherit;
	padding:inherit;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 765px;
	margin: 0px auto;
	background-color: #C6C3B5;
	font-size: 14px;
	text-align: center;
	padding: 2px;
	color: #000000;
	border-top: 1px solid #ffffff;
}

/************TOP HEADER************/

#theader {

	width: 755px;
	margin: 1px auto;
	padding: 5px 20px 5px 0px;
	background-color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: 1px solid #CDC9C9;


}

/************PICTURE RULES****************/

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

