/* CSS Document */

#container
{
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6 em;
	background-repeat: repeat;
}

#top
{
	padding: 0.5em;
	background-color: #336633;
	border-bottom: 1px solid gray;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

#top h1
{
padding: 0;
margin: 0;
}

#right
{
	float: right;
	width: 265px;
	margin: 0;
	padding: 1px;
	/*border-left: 1px solid gray;*/
}

#content
{
	margin-right: 270px;
	padding: 1em;
	max-width: 36em;
	/*border-right-color: #999999;*/

}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
}

 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2 em;
	color: #333333;
	font-weight: normal;
	margin: 6px;

}

h1{
font-size: 1em;
color:#2E5949;
padding: 2px;
margin: 1 px;

}

h3{
	font-size: 0.9em;
	color:#336633;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 1.4em;
	margin-top: 20px;
}

#right h1{
	font-size: 1.1em;
	color: #DE6322;
	padding: 20px 2 7;
	margin: 5px;
	align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-style: oblique;
	font-variant: small-caps;
}

#right h3{
	font-size: 0.95em;
	color: #669900;
	padding: 20px 7px 7px;
	margin: 6px;
	align: "left";
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: 700;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#right p {
 margin: 0 0 1em 0; 
 font-family: geneva, arial, sans-serif;
 
 }
 
#content h2 { margin: 0 0 .5em 0; }
input {
	text-align: left;
	margin-left: 2px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.formname {
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 4px;
	padding: 4px 4px 4px 24px;
}
img {
	margin: 5px;
	padding: 5px;
}

a:link {
	color: #339933;
	text-decoration: none;
}

a:visited {
	color: #999900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
.large {
	font-weight: normal;
	color: #333333;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 125%;
}
.alert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	color: #E15C26;
	text-align: center;
}
.tiny {
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}
.redbtn {
	color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 1em;
	margin: 2px 2px 3px;
	padding: 3px;
	font-weight: 700;
	font-variant: normal;
	background-image: url(images/redbg.gif);
	background-repeat: repeat;
	text-align: center;
}

.greenbtn {
	color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 1em;
	margin: 2px;
	padding: 3px;
	font-weight: 700;
	font-variant: normal;
	background-image: url(images/greenbg.gif);
	background-repeat: repeat;
	text-align: center;
}


.borderleft{
border-left: 1px dotted #333;

}

.borderright{
border-right: 1px dotted #333;

}
.right {
	text-align: right;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	
	line-height: 1.8em;
	
}
.bigright {
	font-size: 0.9em;
	font-weight: 600;
	text-align: right;
}

