/*************************************************************
*                         page layout                        *
*************************************************************/

* {
   padding:0;
   margin:0;
   
}

html, body {
	height: 100%;
	topmargin:0;
}

body {
	background:#b9b9bc; url('css/images/bg.gif') repeat-x;
	margin:-1px;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	topmargin:0;
}

#page {
	width:755px;
	background:transparent;
	margin:0 auto;
	height:100%;
	topmargin:0;
	
}

/*************************************************************
*                  this controls the header                  *
*************************************************************/

#header {
	background: url('images/header.gif') no-repeat;
	border:1px solid #b9b9bc;
	text-align:right
	width:758px;
	height:106px;
	
}

#branding {
	background:url('imamges/header.gif') no-repeat;
	text-align:left;
	padding:20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#b9b9bc;
}

#search {
	text-align:right;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

input.textarea {
	padding:5px;
	border:solid 0 #fff;
	background: transparent url("images/search.gif") no-repeat; 
	font-size: 10px;
	font-weight: bold; 
	font-size: 14px; 
	color: #999;
	width:200px;
	height:20px;
}

/*************************************************************
*                  this is all the content                   *
*************************************************************/

#content {
	background:#fff;
	height:100%;
	margin:5px 0 0 0;
	padding:0px 0 10px 0;
	width:700px;
	font-size:12px;
}

#main{
	float:center;
	width:730px;
	height:1450px;
	background:#fff;
	text-align:left;
	padding:5px;
	border-top:5px solid #d0d7f6;
	border:5px solid #d0d7f6;
	align:center;
}

#sub{
	float:center;
	width:650px;
	height:410px;
	background:#fff;
	text-align:justify;
	margin:5px 0px 0 15px;
	padding:2px;
	border-left:3px solid #333;
	border:0px dashed #e4e4e4;
}
#sub1{
	float:center;
	width:440px;
	background:#fff;
	text-align:left;
	margin:5px 0px 0 15px;
	padding:2px;
	border-left:3px solid #FFFFCC;
	border:0px dashed #e4e4e4;
}

/*************************************************************
*               this is the navigation stuff                 *
*************************************************************/
#local {
	float:center;
	background:url('images/local.gif') no-repeat;
	width: 750px;
	color: #FF6600;
	font-weight: bold;
	padding:3px;
	height:58px;
}

#local ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF6600;
	font-size:14px;
}

#local ul  { 
	display: inline;
	color:#FF0000;
	font-size:14px;
	font-weight: bold;
	font-weight: bold;
}
#local  li { 
	display: inline;
	color:#FF0000;
	font-size:15px;
	font-weight: bold;
	font-weight: bold;
}

#local a {
	display:inline;
	color: #FF3300;
	padding-left: 4px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size:10px;
}

#local a:hover {
	color: #fbb63d;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 4px;		
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
	font-size:10px;
}

#nav { 
	float:left;
	width:150px;
	margin:0 5px 0 0;
	background:#fbb63d;
	border:1px solid #fbb63d;
}

.wrapper {
	width:150px;
	background:#fff;
	margin:5px 0 5px 0;
	text-align:left;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#fbe9ca;
	color:#ccc;
}

#nav a {
	display: block;
	padding: 3px 3px 3px 3px;
	width:150px;
	border-top:1px solid #fff;
}

#nav a:hover {
	background-color: #fff;
	color: #000;
}

/*************************************************************
*                           footer                           *
*************************************************************/

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	border-top:0px solid #ccc;
	text-align:center;
	font-size:10px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}


#footer p {
	color:#000000;
}

#footer a{
	text-decoration:none;
	color:#000000;
}

/*************************************************************
*                           misc                             *
*************************************************************/
a:link { color: #366c9c; text-decoration:none;}
a:visited { color: #366c9c; text-decoration:none;}
a:hover { color:#0000FF text-decoration:none;}
a:active { color: #366c9c; text-decoration:none;}

hr {
	border:0;
	display:none;
}

h1 {
	font-size:18px;
	color: #0000FF;
	font-weight: bold;    
}

h2 {
	margin:0 0 0 20px;
	font-size: 12px;
	text-align:left;
	color:#000000;
	align:center;
}
h3 {
	margin:0 0 0 30px;
	font-size: 12px;
	text-align:right;
	color:#FF6600;
	align:center;
}
h5 {
	margin:0 0 0 30px;
	font-size: 12px;
	text-align:center;
	color:#FF6600;
	align:center;
}

h4 {
	margin: 0 0 0 60px;
	font-size:12px;
	font-weight: normal
}
h6 {
	
	font-size:16px;
	
	color:#007FAA
}


img {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}
