/* Reset */ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}


table {
	border-collapse:collapse;
	border-spacing:2;
	
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* End Reset ------  */

/* Base -----------  */

/* base.css, part of YUI's CSS Foundation */



h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:none; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #CCCCCC;*/
	padding:.5em;
	text-align:left;
	
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}



/* End base  */



body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background-image:url(images/bg_stripe.gif);
	background-repeat:repeat;*/
	background-color:#FFFFFF;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

BODY .text
{
    font: 100% Arial, Helvetica, sans-serif;
	font-size:13px;
    LINE-HEIGHT: 10pt;
	color: #000000;
}


#container {
	width: 760px;
	height:auto;
	background-color:#FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 
#header {
	background-color:#FFFFFF;
	background-image:url(images/header1_img.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin-bottom: 10px;
	height: 111px;
} 
#header h1 {
	font-family: "Trebuchet MS", verdana, arial;
	font-size:25px;
	color:#000000; 
	
}

#sidebar1 {
	float: left;
	width: 150px;
	background:  transparent;
	display:inline;
	padding-bottom: 15px;
	margin-right: 25px;
	padding-top: 21px;
}

#sidebar2 {
	float: left;
	width: 150px;
	background:  transparent;
	display:inline;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	padding-top: 21px;
	}
	
#sidebar1 h3, #sidebar2 h3, #sidebar1 h2, #sidebar2 h2, #sidebar1 h1, #sidebar2 h1 {
	margin-left: 10px; 
	margin-right: 10px;
	color:#666666;
}

#sidebar1 p, #sidebar2 p {
	margin-left: 10px; 
	margin-right: 10px;
	color:#000000;
}

#mainContent {
	width: 700px;
	height:auto;
	display:inline;
	margin-right: 25px;
	padding-bottom:20px;
	margin-bottom: 10px;
} 

h1 {
font-family: "Trebuchet MS", verdana, arial;
font-size:25px;
line-height:27px;
color:#ADD447;
margin-bottom:5px;

}
h2 {
font-family: "Trebuchet MS", verdana, arial;
font-size:20px;
line-height:22px;
color:#ADD447;
margin-bottom:5px;
}

h3 {
font-family: "Trebuchet MS", verdana, arial;
line-height:17px;
font-size:15px;
color:#ADD447;
margin-bottom:5px;

}



#footer {
	background-color:#FFFFFF;
	text-align:center;
	padding: 0;
	height: 40px;
} 

#footer p {
	margin: 0; 
	padding: 1px 0;
	
	
}

#footer a:link {
	margin: 0; 
	padding: 10px 0;
	color:#ADD447;
	text-decoration:none;
	
}

#footer a:hover {
	margin: 0; 
	padding: 10px 0;
	color:#ADD447;
	text-decoration: underline;
	
}

#footer a:visited {
	margin: 0; 
	padding: 10px 0;
	color:#ADD447;
	text-decoration:none;
	
}

#footer ul li {
		display: inline;
		list-style-type: none;
}

	#footer a:link, #footer a:visited {
		line-height: 25px;
		text-align: center;
		text-decoration: underline;
		font-size: 11px;
		color: #ADD447;
		font-family: Arial, Verdana sans-serif;
	}

	
	
		#footer #symbol{
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: #ADD447;
	font-family: Arial, sans-serif;
	margin-left:5px;
	margin-right:5px;
		}
		

p{
margin-top:5px;
margin-bottom:5px;
line-height:17px;
color:#000000;


}

a:link {
	margin: 0; 
	padding: 10px 0;
	color:#666666;
	
}

a:hover {
	margin: 0; 
	padding: 10px 0;
	color:#666666;
	text-decoration:underline;
	
}

a:visited {
	margin: 0; 
	padding: 10px 0;
	color:#666666;
	text-decoration:none;
	
}

#sidebar1 ul li, #sidebar2 ul li{

margin:5px 0 5px 10px;

}

#mainContent ul li{

margin:5px 0 5px 0;

}

/*Menu----------------------------------------------------------*/

	#menu ul, #menu li {
	display: inline;
}

	#menu ul li a:link{
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	}
	
	#menu ul li a:visited{
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	}
	
	#menu ul li a:hover{
		color: #d2000;
		text-decoration: underline;
		
	}
	#symbol{
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
	font-family: Arial, sans-serif;
	margin-top: 0;
		}
		
	#menu #current{	
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #d2000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	text-decoration:underline;
	}

#spacer{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:279px;
	height:60px;
	}
	
.text_div{
width:500px;
height:auto;
text-align:left;
margin-left:auto;
margin-right:auto;


}

.input_div{
	background-image:url(images/input_div.gif);
	background-repeat:no-repeat;
	width:617px;
	height:251px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;


}

.input_left{

width:277px;
height:220px;
float:left;
display:inline;
margin-top:13px;
margin-left:17px;

}

.input_right{

width:266px;
height:220px;
float:left;
display:inline;
margin-top:20px;

}


.spacer_2{

width:40px;
height:220px;
float:left;
display:inline;
margin-top:15px;

}

.table_padding th, .table_padding td{
padding:0 0 0 0;
text-align:center;

}

.table_left{
text-align:left;
}

.big_text{
font-family: "Trebuchet MS", verdana, arial;
font-size:20px;
line-height:22px;
color: #0033FF;
margin-bottom:5px;

}

.jamfor h3{
padding:0 0 0 0;
}

.center{
text-align:center;
}

.table_border{

	border-spacing:5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	}

td.color{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	/*border-right-style: dashed;*/
	border-bottom-style:dashed;
	/*border-right-color: #ADD447;*/
	border-bottom-color: #ADD447;
	text-align:center;
}

table a:link {
	margin: 0; 
	padding: 10px 0;
	color:#ADD447;
	text-decoration: underline;
	
}

table a:hover {
	margin: 0; 
	padding: 10px 0;
	color:#ADD447;
	text-decoration: none;
	
}

table a:visited {
	margin: 0; 
	padding: 10px 0;
	color:#ADD447;
	text-decoration:underline;
	
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}

.btn{
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
cursor:hand;

}
