/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height: 125%;
	background-color:#FFFFFF;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

img {
	border: none;
}

/* standard layout id's */
#center {
	position:relative;
	width:730px;
	top:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border: double #CCCCFF 3px;
}

#header {
	position:relative;
	height: 105px;
	width: 700px;
	top: 0;
	padding-top: 0px;
	margin-left: 15px;
}
 

#side_text {
	position:relative;
	/* border-top: 8px solid #304063; */
	color:  #304063;
	float:right;
	right: 15px;
	top: 0px;
	width:178px;
	background-color:#fff;
}

#main {
	position:relative;
	float:left;
	left:15px;
	top: 0px;
	width:508px;
	background-color:#fff;
}

#topImg {
	position:relative;
	height: 80px;
	width: 700px;
	top: 29px;
	margin-left: 15px;
	margin-bottom:30px; 
}

#footer {
	position:relative;
	clear:both;
	top: 15px;
	width:690px;
	margin-top:10px;
	background-color:#fff;
	text-align:right;
	color:#ccc;
	padding: 10px 20px 10px 20px;
	font-size: 9px;
}

#footer a {
	text-decoration:none;
	color:#ccc;
}

#footer_hbar {
	margin-left:auto;
	margin-right:auto;
	width:690px;
	height:0;
	border-top: 1px solid #ccc;
	padding-bottom: 2px;
}


#header h1.banner	{
	/**/font-weight: 600;
	font-size: 26px;
	font-weight: 600;
	color: #996699;
	margin: 0px 0 0px 	0px;
	line-height: 145%;
	padding: 30px 0 30px 30px;
	background-image: url(images/sky.jpg);
	letter-spacing: 3px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}
h1, h2, h3	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	}	
#main h1 {
	position:relative;
	line-height: 50px;
	border-bottom: 1px solid #304063;
	color: #666666;
	font-size:1.75em;
	padding:0px 0 0 30px;
	margin: 0 40px 0 0;
	font-weight: normal;
}
#main h2	{
	font-size: 1.35em;
	font-weight: bold;
	padding:2px 0 0 30px;
	margin:10px 40px 0 0;
	line-height: 120%;
}
#main h3	{
	font-size: 1.15em;
	font-weight: bold;
	padding:2px 0 0 30px;
	margin:15px 40px 10px 0;
	line-height: 125%;
	font-variant: normal;
	color: #666666;
}
#main p	{
	padding:2px 0 0 30px;
	margin:10px 40px 0 0;
	}
#main ul	{
	padding:2px 0 0 30px;
	margin:10px 40px 0 0;
	}
#main ul li	{
	margin: 10px 0;
	}
#main p.ack	{
	font-size: smaller;
	font-style: italic;
	line-height: 90%;
	text-align: right;
	margin: 5px 40px 22px 0;
	padding:0;
	color:#990000
	}
/* main menu code */
div#menu {
	position:absolute;
	top: 102px;
	height:30px;
	left:0px;
	width:698px;
	background-color:#fff; /* menu background color */
	z-index:9;
	border: 1px solid #aaa;
	font-size:14px;
	color: #000;
}
div#menu ul {
	margin: 0; 
	padding: 0; 
	border-bottom: 0px; 
	text-align: center;
}
div#menu li {
	position: relative; 
	list-style: none; 
	margin: 0px; 
	float: left; 
	width:116px;
	line-height:20px;
}

div#menu li a {display: block; padding: 3px 0 3px 5px; text-decoration: none; color: #333333;}
div#menu li a:hover	{ background-color:#A5D1FE; color: #006699;}
div#menu li a.here	{border-left: 1px solid #666666; border-right: 1px solid #666666; background-color:#71B8FF; color: #666666;}

.oddli	{background-color: #ECF5FF;}
.evenli	{background-color: #D7EAFF;}

div#side_text h1, div#side_text h2, div#side_text h3, div#side_text p	{
	font-weight: normal;
	color: #666;
	line-height: 140%;
	font-size: 90%;
	margin: 12px auto 0px auto;
	}
div#side_text h1	{
	font-size: 17px;
	color: #993366;
	}
div#side_text h2	{
	font-size: 15px;
	color: #996666;
	}
div#side_text ul	{
	padding-left: 1px;
	margin-left: 5px;
	list-style: circle;
	}
div#side_text li	{
	font-weight: 500;
	font-size: 12px;
	margin: 5px 0 5px 10px;
	line-height: 135%;
	color: #666;
	}
form	{
	margin-left: 30px;
	}
form, form input, form submit	{
	color: #666;
	font-size: 12px;
	}
	
form fieldset { 
	border:1px solid #999;
	padding: 1.0em; 
	width: 80%;
	}

form legend {
	font-size: 11px;
  padding: 0.2em 1.0em;
  border:1px solid #999;
 color: #666;
  background-color: #ECF5FF;
  text-align:right;
  margin-bottom: 10px;
  }
form label	{
	font-family:  Verdana, Arial, sans-serif;
	color: #666;
	font-size: 11px;
	float:left;
	  width:27%;
	  margin-right:0.5em;
	  padding-top:0.2em;
	  text-align:right;
	}
form textarea	{
	font-family:  "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin-left: 1.0em;
	}	
