/* Elements */

/* Fonts - change 'sans-serif' to your preferred font */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, TABLE, OL, P, TD, TH, UL {font-size: 1em;
font-family: verdana, arial, sans-serif; color:#383a3c;}


/* Real styles */

A {cursor: pointer;
color:#699e17;}

A:link {color: #699e17;
background: transparent;
text-decoration: none}

A:visited {color: #66803e;
background: transparent;
text-decoration: none}

A:active {color: #699e17;
background: transparent;
text-decoration: none}

A:hover {
color: #003c6a;
text-decoration: underline}

ADDRESS {margin: 0em 0% 0em 0%;
font: italic 1em/1 sans-serif}

BIG {font-size: 1em}

BLOCKQUOTE {margin: 0em 0% 0em 0%;
line-height: 1}

BODY {
	background: #ffffff;
	background-image: url("../images/background.gif");
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	margin: 0em 0% 0em 0%;
	font: 0.65em/1 verdana, arial, sans-serif;
	cursor: default;
}

BUTTON {cursor: auto}

CAPTION {margin: 0em 0% 0em 0%;
line-height: 1}

CODE {font-size: 1em;
font-family: monospace} /* To avoid overriding boldness/italicity by using font */

DIV {margin: 0em 0% 0em 0%;
line-height: 1}

DD {margin: 0em 0% 0em 0%;
line-height: 1}

DL {margin: 0em 0% 0em 0%}

DT {margin: 0em 0% 0em 0%;
line-height: 1}
	
FORM {margin: 0em 0% 0em 0%;

}

H1 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H2 {
	margin: 0em 0% 1.2em 0%;
	font: 1.6em/1 verdana, arial, sans-serif;
	color: #699e17;
}

.blue_med {
	display:block;
	margin: 0em 0% 0.6em 0%;
	font: 1.4em/1 verdana, arial, sans-serif;
	font-weight: bold;
	color: #00597b;
}

H3 {
	margin: 0em 0% 1.2em 0%;
	font: 1.6em/1 verdana, arial, sans-serif;
	color: #3392b6;
}

H4 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H5 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H6 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

HR {
	background: #e9e9e9;
	border: 0;
	color: #e9e9e9;
	height: 1px;
	margin: 1em 0 1em 0;
}

HTML {margin: 0;
}

INPUT, TEXTAREA {
	cursor: text;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #e81d24;
	background:#f9f9f9;
	border: 1px #aeaeae solid;
	padding: 2px;
}

KBD {font: 1em monospace}

LI {margin: 0em 0% 0em 0%;
line-height: 1}

OL {margin: 0em 0% 0em 5%;
list-style: decimal}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman}

OL OL OL OL {list-style: decimal}

P {margin: 0em 0% 0em 0%;
line-height: 1}

PRE {margin: 0em 0% 0em 0%;
font: 1em/1 monospace}

SAMP {font: 1em monospace}

SMALL {font-size: 1em}

SUB {font-size: 1em}

SUP {font-size: 1em}

TD {line-height: 1;
font-size: 1em;
padding: 2px;}

TEXTAREA {cursor: text}

TH {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;}

TT {font: 1em monospace}

UL {margin: 0em 0% 0em 5%;
list-style: disc}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}


#logo {
	padding: 52px 0px 0px 5px;
}





#mainwrapper {
    text-align: left;
    width: 904px;
    margin-left: auto;
    margin-right: auto;
}

#block_1 {
	background: #fff;
	float: left;
	width: 504px;
	margin-left: 200px;
}

* html #block_1 {
	display: inline;
}

#block_2 {
	background: #fff;
	float: left;
	width: 200px;
	margin-left: -704px;
}

#block_3 {
	background: #fff;
	float: left;
	width: 200px;
}

#block_3 p {
	color:#383a3c;
}

/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	width: 904px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header {
	background: url("../images/learning.jpg") no-repeat right top;
}
#header, #footer
	{
	width: 904px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}




/*- Menu Tabs D--------------------------- */

#tabsD {
	float:left;
	width:100%;
	line-height:normal;
	font-weight:bold;
}

#tabsD ul {
	margin:0;
	padding:2px 10px 0 64px;
	list-style:none;
}

#tabsD li {
	display: inline;	
	margin:0;
}

#tabsD a {
	float:left;
	background:url("../images/tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
}

#tabsD a span {
	float:left;
	display:block;
	background:url("../images/tab_right.gif") no-repeat right top;
	padding:7px 20px 8px 13px;
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsD a span {float:none;}
/* End IE5-Mac hack */
#tabsD a:hover span {
	color:#ffffff;
}

#tabsD a:hover {
	background-position:0% -200px;
}

#tabsD a:hover span {
	background-position:100% -200px;
}  

.clear {
   clear: both;
}




.nav_vert {
	margin:0;
	padding: 0;
}
.nav_vert li {
	border-bottom: 1px solid #aad469;
	list-style:none;
}
.nav_vert .a {
	background: #eff9e1;
}
.nav_vert a:link,
.nav_vert a:visited {
	display:block;
	padding: 5px 0px 5px 0px;
	color:#000;
}
.nav_vert a:hover {
	color:#fff;
	background:#80ba26;
	text-decoration:none;
}

.date {
	line-height:1.7em;
}









/* rounded box */
.roundcont {
	width: 100%;

	background: #383b3e url("../images/round_back.gif") repeat-x top;
	color: #fff;
}

.roundcont p {
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	/*margin: 10px 20px 10px 0px;*/
	margin: 10px 20px 10px 0px;
	color:#FFFFFF;
}

.roundtop { 
	background: url("../images/round_tr.gif") no-repeat top right; 
}

.roundbottom {
	background: url("../images/round_br.gif") no-repeat top right; 
}


/* rounded box */
.roundcont2 {
	width: 100%;
	background: #eff9e1 url("../images/round2_back.gif") repeat-x top;
	color: #fff;
}



.roundtop2 { 
	background: url("../images/round2_tr.gif") no-repeat top right; 
}

.roundbottom2 {
	background: url("../images/round2_br.gif") no-repeat top right; 
}


img.corner {
   width: 11px;
   height: 11px;
   border: none;
   display: block !important;
}


.buttonfloat {
  float: left;
  width: 151px;
  padding: 1px;
  }
.formbutton {
	cursor:pointer;
	border: none;
}










div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.auto_complete {
          width: 350px;
          background: #fff;
        }
        div.auto_complete ul {
          border:1px solid #888;
          margin:0;
          padding:0;
          width:100%;
          list-style-type:none;
        }
        div.auto_complete ul li {
          margin:0;
          padding:3px;
        }
        div.auto_complete ul li.selected {
          background-color: #ffb;
        }
        div.auto_complete ul strong.highlight {
          color: #800; 
          margin:0;
          padding:0;
        }