a:link {color: #666;}
a:visited {color:#666;}
a:hover {color: #FF99FF;}
a:active { color:#333;}

img {border:0;}


h4 {
	font-size:1em;
}


textarea {
	border: solid #999999 1px;
	background-color: #D2E1F0;	
}


.error {
	color:#FF0000;
	font-weight:bold;
	margin: 10px 0 10px 0;

}


body {
	font-family: Georgia, Times;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 70%;
	color: #666;
	background:#831834;
}

#container {
	position: relative;
	padding: 0;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	

}

/*-------------forms----------------*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
 /* min-width: 500px;
  max-width: 600px;
  width: 560px; */
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #ccc;
  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 */
    font-weight: bold;
	margin-bottom:5px;                  /* be careful with padding, it'll shift the nice offset on top of border  */
}

form 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; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form 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 */
}

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: 88%;
}

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 */
}


#leftnav form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 0;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#leftnav form label {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  /* padding in fieldset support spotty in IE */
  text-align: left;
  margin-left: 5px;
}

#leftnav #loginSubmit {
	margin: 5px 0 10px 10px;
}

#search {
	float:right;
	padding: 0;
	margin: 30px 0 0 0;
	width: 250px;
	height: 60px;
	
}

#search label {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  /* padding in fieldset support spotty in IE */
	text-align: left;
	display: inline /**/
	float: left; 
	width: auto; 
	padding: 0; 
	margin: 5px 3px 0 0;;
	font-weight: bold;

}

#search input {
	background-color: #fff;
	margin: 0;
}

input {
	border: solid #999999 1px;
	background-color: #D2E1F0;	
}


/*---------------end forms-------------*/



#header {
	padding: 0;
	width: 770px;
	height: 115px;
	margin: 10px 5px 5px 5px;
	background: url(images/header_main.gif);
	border:1px #fff solid;
}



#mainlinks {
	margin: 5px 5px 5px 5px;
	width: 760px;
	padding:10px 0 10px 10px;
	background: #C485A5;
		border:1px #fff solid;
}

#mainlinks ul{
	margin: 0;
	padding:0;

}

#mainlinks li{
	display:inline;
	padding-right:15px;

}

#mainlinks a {
	color:white;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	

}

#mainlinks a:hover {
	text-decoration:underline;

}


/* ----------outer and inner----------------- */
#outer{
position:relative;
width: 780px;
margin:0 0 0 5px;
 } 



/* ----------left navigation----------------- */

#leftnav {
	float:left;
	background: #FFF2FF;
	border:1px #E1C5E1 solid;
	width:198px;
	padding:5px;
	border:1px #fff solid;
	

}

#leftnav h3 {
	font-weight:normal;
	text-transform:uppercase;
	font-size: 1em;
	margin:0 0 0 0;
	padding:0;	
}

#leftnav h4 {
	margin:-10px 5px 20px 5px;
}

#leftnav ul {
	display:block;
	margin: 5px 5px 15px 5px;
	padding:0;
}

#leftnav li {
	padding:7px 0 7px 0;
	border-bottom:2px #ccc dotted;
	list-style: none;	
}

#leftnav .itemdate {
	padding:3px 0 0 0;
	border-bottom:none;	
}

#leftnav .itemintro {
	padding:3px 0 10px 0;
	border-bottom:none;	
}

#leftnav .sub {
	padding-left: 14px;
}

#leftnav a {
	text-decoration:none;
	font-weight:normal;
}

#leftnav form {

}

#leftnav input {

}

#leftnav .btnsubmit {

}

/* ----------main image----------------- */

#mainimage {
	float:left;
	width:555px;
	margin: 0 0 10px 5px;
	padding:0 0 0 0;


}


/* ----------content----------------- */


#content {
	float:left;
	/*padding:0 10px 0 10px;*/
	padding:20px;
	margin: 0 1px 10px 5px;
	background:  #fff;
	width:514px;
	border:1px #fff solid;

}


#content .itemintro {
	line-height:1.4em;

}

#content h2 {
	font-weight:normal;
	color:#990066;
	margin:5px 0 15px 0;
	padding:0 0 3px 0;
	border-bottom:2px #ccc dotted;
}

#content h3 {
	
	font-size: 1em;
	color:#990066;
	margin:20px 0 10px 0;
	padding:0 0 0 0;
}

#content h4 {
	margin-top:20px;
	padding:0 0 10px 0;
}

#content h4 a {
	text-decoration:none;
}

#content h5 {
	font-size:0.9em;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#content ul, #content ol {
	margin:20px 20px 10px 30px;
	padding:0;
}

#content li {
	padding:8px 0 8px 0;
	/*list-style:none;*/
}

#content .startlist {
	margin:20px 0 0 5px;
	padding:0;
}

#content .itemintro {
	margin-bottom:15px;
	line-height: 1.8em;
}

#content p {
	
	margin:5px 0 10px 0;
	padding:0;
	line-height: 1.8em;
}

#content a {
	font-weight:bold;
	text-decoration:none;
}

#content img {
	float:left;
	margin:10px 15px 10px 0;
}

#content .btnsubmit {
 margin: 5px 0 0 0;
 width: auto;
}

#content .itemtable{
 border-bottom:2px #ccc dotted;
}

#content .itemtable td {
 vertical-align:top;
}

#content .itemtable img {
 margin:0 10px 15px 0;
}


.addbullets ol li {
	list-style:circle;
}


	
.itemtable h5 {
	margin:0;
	float:right;
}

/* ----------footer----------------- */

#footer {
	clear:both;
	text-align:center;

}

#footer ul{

}

#footer li{
	display:inline;
	padding:0 10px 0 0;

}