#entry_content {
	padding: 10px;
}

.entry h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding: 0px 0px 5px 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #006600;
}

.entry h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.title02 {
	color: #D24400;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#entry_content .title03 {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

#entry_content ul li {
	margin-bottom: 10px;
}

#entry_content ul li h3 {
	color: #004200;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#content p {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 0 15px 0;
}

#entry_content ol li {
	list-style: decimal;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}

#entry_content img{
	border: 1px solid #666666;
}

#entry_content .leftcol {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#entry_content .rightcol {
	float: right;
	margin: 10px 5px 0 10px;
}

#content a {
	color: #D24400;
	text-decoration: underline;
}

#content a:hover {
	color: #D24400;
	text-decoration: none;
}

.seo {
	text-indent: -99999px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: none;
}
.seo h1 {
	border: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

#sidebar .form {
	background: url(../images/sidebar-background.jpg) repeat-x bottom;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#sidebar .form h3 {
	background: url(../images/h3-sidebar-highlight.jpg) repeat-x;
	background-color: #900;
	color: #fff;
	padding: 5px 0 5px 5px;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#login {
	float: right;
	height: 45px;
	width: 225px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 18px;
}

#footer .disclaimer p {
	padding-left: 25px;
	padding-right: 5px;
	font-size: 10px;
}

#backto {
	float: right;
	margin: 0px;
	padding: 0px;
}

/* ----------- My Form ----------- */
.myform{
margin-top: 20px;
width:400;
padding: 15px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 1px #666666;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #666666;
width:200px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #666666;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}