
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	/*background: #EEE url(images/bg2.gif);*/
	background-color: #fff;
	color: #444;
	font: normal 62.5% Verdana,Arial,sans-serif;
	margin: 0;
	
}
input {
	color: #555;
	font: normal 1.1em Verdana,Arial,sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h2
{
font-size: 1.4em;
}

code {
	background: url(../Copy%20of%20test/images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em Verdana,Arial,sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../Copy%20of%20test/images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Verdana,Arial,sans-serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

.right
{
float: right;
}

.left
{
float: left;
}

.container {
	/*background: url(images/bgcontainer2.gif) repeat-y;*/
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
	/*border-left: 1px solid #0F54AE;
	border-right: 1px solid #0F54AE;
*/}
.header {
	background: url(../Copy%20of%20test/images/header.gif) repeat-x;
}


.main {
	clear: both;
	padding: 8px 18px;
}


/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* TOP NAVIGATION */
/* Top Navigation Start*/

#navcontainer ul
{
padding-left: 0;
padding-top: 0;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
padding-bottom: 0;
float: right;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
background-color: #0F54AE;
color: #fff;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.4em .7em;
background-color: #0F54AE;
color: #fff;
text-decoration: none;
float: right;
border-left: 1px solid #367AD3;
font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #1B62BE;
color: #fff;
font-weight: bold;
}
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #0F54AE;
	color: #FFF;
	float: left;
	font: bold 1.2em Verdana,Arial,sans-serif;
	padding: 4px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #1B62BE;
	color: #FFF;
}


/* SIDE NAVIGATION */
.sidenav h3,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
}
.sidenav h3 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background-color: #80ADD2;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #fff;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	font-weight: bold;
}
.sidenav li a:hover {
	color: #CBDFF0;
}

/* CONTENT */
.content {
	float: right;
	width: 520px;
}
.content .section {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../Copy%20of%20test/images/li.gif);
	margin-left: 18px;
}

/* search form */
form.searchbox {
	padding: 0 0 6px 8px;
	background-color: #0F54AE;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(../Copy%20of%20test/images/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* FOOTER */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

/* MISC. */
.clearer {
	clear: both;
}

/* CONTACT FORM */

form#contact {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 1.2em verdana,arial,sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 400px;
  background-color: #fff;
  color: #444;
}

form#contact  fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
border: 0;
}

form#contact  label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


fieldset#contact  legend {
	
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form#contact  input, form#contact  textarea, form#contact  select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
							  padding: 2px;

}

form#contact  input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form#contact  small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form#contact  .required{font-weight:bold;} /* uses class instead of div, more efficient */

form#contact  br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

address
{
font-size: 1.2em;
font-style: normal;
}

/* SIGN UP FORM */

table.signup
{
width: 500px;
border: 0;
}

