/* Import styles for new browsers

====================================================================================*/

@import 'styles.css';



/* General styles, body, links

====================================================================================*/

body{

	background-color: #8DC220;

	color: #888888;

	font: normal 62.5% Arial,"Bitstream Vera Sans","Luxi Sans",Helvetica,sans-serif;

	margin: 0;

	padding: 12px;

}





td, select, input, select {

	font: normal 1em Arial,"Bitstream Vera Sans","Luxi Sans",Helvetica,sans-serif;



}



a{

		color: #6699CC;

		outline: none;

}



a:visited{

		color: #5299A5;

}



a:hover, a:visited:hover{

	color: #005260;

}



a:active{

	background-color: white;

	color:#8DC220;

	border-bottom-color:#33CC33;

}



a img{

	border: 0;

}



td, th{

	margin: 0;

	padding: 0;

	vertical-align: top;

}



.center{

	text-align: center;

}

.justify{

text-align: justify;

}

.right{

	text-align: right;

}

ul{

	margin:5px 10px 5px 25px;

	padding:0 5px;

}

li{

	list-style-image: url(imgs/bullet.gif);

	margin:5px 10px 5px 25px;

	padding:0;

}

#options {

		border: 0px;

	}



	#options tbody tr td {

		font-family: "lucida grande", verdana, sans-serif;

		font-size: 8pt;

		padding: 3px 8px;

		border-left: 1px solid #33CC33;

	}

	

	#options tbody tr.selected td {

		background-color: #3d80df;

		color: #ffffff;

		font-weight: bold;

		border-left: 0px solid #346DBE;

		border-bottom: 0px solid #33CC33;

	}



/*-------------------- headers---------------------*/ 



h1{

	font-size: 1.3em;

	margin: 0 ;

	padding: 0;

	text-align: left;

	font-weight: bold;

	line-height:1.5em;

	color:#99cc33;

}

* html h1{

	line-height:1.4em;

}



h2{

	font-size: 1.8em;

	padding: 0px;

	margin: 6px 0 0 0;

	font-weight: bold;

	text-transform:lowercase;

	line-height: 1.3em;

	color:#009900;

}

* html h2{

	line-height:1.1em;

}

#main h2{

	font-size: 1.3em;

}

h3{

	font-size: 1.2em;

	margin: 6px 0 0 0;

	padding: 0;

	font-weight:normal;

	color:#888888;

}



h4{

	font-size: 12px;

	margin: 0;

	padding: 4px 12px;

}



h5{

	font-size: 12px;

	margin: 0 10px;

	padding: 0;

}



blockquote, h6{

	font-size:1.2em;

	margin:12px;

	padding:6px;

	font-style: italic;

	line-height:1.8em;

	border-bottom: 1px solid #009900;

		font-weight: normal;

}



/* Redundant colors and styles for old browsers

====================================================================================*/





#container{

	background-color: White;

	margin:12px auto;	

}

#header{

	margin: 12px;

}

#header2{

	margin: 12px;

}

#main{

	padding:12px 24px;

}

#side{

	padding:12px;

}



#footer{

	padding: 10px 24px 12px 24px;

}

#logo{

	margin:10px 0 0 12px;

}

#main{

	font-size:1.3em;

}



