body{
	margin: 0;
	padding:0;
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 9pt;
	background-image: url(../images/bg_grad.gif);
	background-repeat: repeat-x;
}

#date{
	width: 385px;
	height: 20px;
	border: 1px solid black;
	padding: 3px;
	background-color: white;
}

p
{
	text-indent: 15px;
}

ul{ 
 	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 9pt;
} 

table
{
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 10pt;
	color: #223C90;
	line-height: 1.30em;
}

a{
	color: navy;
	text-decoration: none;
}

a:hover{
	color: navy;
	text-decoration: underline;
}

a:visited{
	color: navy;
}

.centerheader{
	border: 1px solid #BBB;
	width: 340px;
	margin-left: 0;
	padding: 2px 0 2px 5px;
	text-align: left;
	font-size: 10pt;
}

.leftheader{
	border: 1px solid #BBB;
	width: 200px;
	margin-left: 0;
	padding: 2px 0 2px 5px;
	text-align: left;
	font-size: 10pt;
}

.leftheader1{
	border: 1px solid #BBB;
	width: px;
	margin: 0px 0px 0px 0px;	
	padding: 0px;
	text-align: left;
	font-size: 10pt;
}

.rightheader{
	border: 1px solid #BBB;
	width: 230px;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0 0px 0px;
	text-align: left;
	font-size: 10pt;
}

.rightheader1{
	border: 1px solid #BBB;
	width: 175px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

#box_container{
	margin: 0px 0px 0px 0px;
	width: 350px;
	border: solid 1px #ccc;
	padding: 0px 5px 5px 5px;
}

#box_container3{
	margin: 0px 0px 0px 0px;
	width: 430px;
	border: solid 1px #ccc;
	padding-left: 125px;
	float: left
}

#ad_container{
	margin: 0px 0px 0px 0px;
	width: 145px;
	border: solid 1px #ccc;
	padding: 0px 0px 0px 0px;
}

#form_container{
	margin: 0px 0px 0px 0px;
	width: 400px;
	border: solid 1px #ccc;
	padding: 5px 5px 5px 5px;
}

#form_container1{
	margin: 0px 0px 0px 0px;
	width: 385px;
	border: solid 1px #ccc;
	padding: 5px 5px 5px 5px;
}
#box_container2{
	margin: 0px 0px 0px 0px;
	width: 289px;
	border: solid 1px #ccc;
	padding: 5px 0px 0px 0px;
	font-size: 7pt;
}

#box_container3{
	margin: 0px 0px 0px 0px;
	width: 588px;
	border: solid 1px #ccc;
	padding: 5px 0px 0px 0px;
	font-size: 7pt;
}

#content_container{
	margin: 0px 0px 0px 0px;
	width: 600px;
	border: solid 1px #ccc;
	padding: 0px 5px 5px 5px;
}

#container{
	margin: 0px 0px 0px 0px;
	width: 100px;
	border: solid 1px #ccc;
	padding: 0px 5px 5px 5px;
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 10pt;
	font-style: bold;
}

.events_container{
	margin: 0px 0px 0px 0px;
	width: 340px;
	border: solid 1px #ccc;
	padding: 5px 5px 5px 5px;
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 10pt;
}

.hcontainer{
	margin: 0px 0px 0px 0px;
	width: 400px;
	height: 25px;
	border: solid 1px #ccc;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 18pt;
	font-weight: bold;
	color: #99391F;
}

.hcontainer1{
	margin: 0px 0px 0px 0px;
	width: 400px;
	border: solid 1px #ccc;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 18pt;
	font-weight: bold;
	color: #99391F;
}

#ticker_container{
	margin-top: 0px 0px 0px 0px;
	width: 467px;
	height: 17px;
	border: solid 1px #ccc;
	padding: 0px 5px 5px 5px;
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 10pt;
}

.formbutton{
	cursor:pointer;
	border:groove 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	font-size: 9pt;
	padding: 2px 2px;
	background:url(formbg.gif) repeat-x left top;
}

.cssform p{
	width: 240px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 240px;
}

.cssform textarea{
	width: 200px;
	height: 200px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

#small_font{
	font-size: 7pt;
}

#news_header{
	font-size: 13pt;
	color: red;	
}

#news_date{
	font-size: 7.5pt;
	color: gray;
	font-style: italic;
}

#news_text{
	font-size: 8pt;
}

#read_more{
	font-size: 7.5pt;
	font-weight: bold;
	color: green;
}

#mylist{
	list-style-image: url(../images/bc.gif);
	font-family: Tahoma, Trebuchet MS, Arial, Times New Roman, Courier New;
	font-size: 9pt;
}

a.boldbuttons{
background: transparent url('roundedge-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('roundedge-green-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.ovalbutton{
background: transparent url('oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

