@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 2em;
}
p {
	font-size: 1em;
	margin: 10px;
	color:#000;
}
blockquote {
	font-size: 1.2em;
	margin: 20px;
	color:#ed1c24;
}
a {
	text-decoration: underline;
	color: #ed1c24;
}
.caps{
	text-transform:uppercase;
}
.new {
	text-transform:capitalize;
	font-weight:bold;
	color:#ed1c24;
	font-size:1.2em;
}
h1, h2, h3, h4, h5, h6{
	padding: 0 0 0 10px;
	color:#fd650B;
	font-weight: bold;
}
h1{
	font-size: 1.9em;
	padding-bottom:10px;
}
h2{
	font-size: 1.7em;
}
h3{
	font-size: 1.3em;
	color:#ed1c24;
/*	border-bottom:1px solid #e0e0e0;*/
	margin: 0 0 10px;
}
h4{
	font-size: 1.2em;
	color: #666;
}
h5{
	font-size: 1.1em;
	color: #666;
}
h6{
	font-size: 1.0em;
	color: #666;
}
#content input.form, #content select {
	border: #3a447a solid 1px;
	padding: 2px;
	margin: 5px;
	width:375px;
}
#content input {
	border: #3a447a solid 1px;
	padding: 5px;
	margin: 5px;
}
#content textarea {
	border: #3a447a solid 1px;
	padding: 2px;
	margin: 5px;
	width:375px;
	height:96px;
}
.button {
	border: #3a447a solid 1px;
	padding: 1px;
}
.row1{
	border-bottom: #3a447a solid 1px;
	background: #EFEFEF;
}
.row2{
	background:#ffffff;
	border: #3a447a solid 1px;
}
strong,b{font-weight:bold;}
em,i{font-style:italic;}
.img_border{padding:5px;border:1px solid #ccc;}
.right{float:right;margin: 5px 0 5px 15px;}
.left{float:left;margin: 5px 15px 5px 0;}
#contentBox ul{
	margin: 5px 0 5px 25px;
	list-style-type: disc;
}
#content ul{
	margin: 5px 0 5px 50px;
	list-style-type: disc;
}
#content ol{
	margin: 5px 0 5px 50px;
	list-style-type:decimal;
}