html {background:transparent}

body {
	text-align:center;
	font-size:11pt;
	}

#frame {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
	
#contentleft {
	width:180px;
	padding:0px;
	float:left;
	background:#fff;
	}

#contentcenter {
	width:530px;
	padding:0px;
	float:left;
	background:#fff;
	}

#contentright {
	width:190px;
	padding:0px;
	float:left;
	background:#fff;
	}

#contentheader {
	background:#fff;
	text-align:center;
	margin: -5px;
	}

#newsleft {
	width:250px;
	padding:0px;
	float:left;
	background:#fff;
	}

#newsright {
	width:230px;
	padding:0px;
	float:left;
	margin-left:5px;
	background:#fff;
	}

hr {
	width:90%;
	}


.footer {
	text-align:center;
	font-size:8pt;
	font-family:sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color:#0000FF;
}

a:hover {
	text-decoration:underline;
	color: #66CCFF;
}

a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}

h2 {
	margin-top:5px;
	padding-top:0px;
	font-size:12pt;
}

h2.news {
	background: #FFFFCC;
}

h3.news {
	font-size:11pt;
	color:#0000FF;
}

img {
	margin-bottom:5px;
	margin-top:5px;
	border:none;
}


/* Box stuff */
.cbb {
	position: relative;
	margin:1em 0;
	padding:0 10px;
	border:none;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../graphics/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../graphics/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(../graphics/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../graphics/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../graphics/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../graphics/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 6px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

/* CSS for the box ends here */

.cb h1 {
	font-size:14pt;
	margin-left:-4px;
	margin-right: -4px;
	margin-bottom: 1px;
	padding:0.3em 5px;
	background:#efece6;
	font:bold 1.1em/1 Arial, Helvetica, sans-serif;
	position:relative;
	bottom:6px;
	}


p, li {
	font-family: sans-serif;
	font-size:9pt;
}

p.bold {
	font-weight:bold;
}

ul {
	margin-left:5px;
	padding-left:20px;
}

.error {
	color:#FF0000;
	font-size: 0.8em;
	text-align: right;
}

input.google {
	background-image:url('../graphics/google_custom_search_watermark.gif');
	background-repeat: no-repeat;
}

form {
	padding:0px;
	margin:0px;
}

/* Menu styles */

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 136px;
	margin-bottom: 10px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-width: 0px;
	position:relative;
	left:-2px;
	padding-right:0px;
	margin-right:0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #3688BA;
	display: block;
	background:  url(../graphics/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover,  #menu a.this_page:visited, #menu a.this_page:link {
	color: #3688BA;
	background:  url(../graphics/menu.gif) 0 -32px;
	padding: 8px 0 0 32px;
	text-decoration:none;
	}


/* End menu styles */

.floatright { 
	float: right;
	margin-left:9px;
	}
.floatleft {
	float: left;
	margin-right:9px;
	}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px; /*for IE*/
}

fieldset {
	border: 0px;
}


/* Form stuff */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:95% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

form#regform {
  min-width: 450px;
  max-width: 490px;
  width: 490px; 
}

form#regform fieldset, form#loginform fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset 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#regform label, form#loginform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form#loginform label {
	width: 70px;
}

form#regform input, form textarea {
	width:220px;
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form#loginform input {
	width: 120px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 0.7em;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.u {
	text-decoration: underline;
}

input.reset_button, form#regform input.reset_button {
	width:auto;
}

input.submit_button, form#regform input.submit_button, form#loginform input.submit_button {
	width:auto;
}

#top_message {
	background: #66FFFF;
	padding: 5px;
	margin: 2px;
}

#banner_image {
	margin: 0px;
	padding: 0px;
}

#cookie {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

#pic_container {
	position: relative;
}

#pic_nav {
	position: absolute;
	right: 2px;
	top: -20px;

}

#navright, #navleft {
	font-size: 9pt;
	position: relative;
	bottom: 8px;
}

#navleft {
	margin-right: 10px;
}

#navright {
	margin-left: 10px;
}

a.nav:hover {
		text-decoration: none;
}