/* CSS Document */
                             
/*-----------------------body------------------------- */
body {
	background-color: #f47a1f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*------------------rounded corners--------------------- */
.roundedcornr_box_187492 {
   background: #ffffff;
}
.roundedcornr_top_187492 div {
   background: url(../images/main/tl_roundcorner.png) no-repeat top left;
}
.roundedcornr_top_187492 {
   background: url(../images/main/tr_roundcorner.png) no-repeat top right;
}
.roundedcornr_bottom_187492 div {
   background: url(../images/main/bl_roundcorner.png) no-repeat bottom left;
}
.roundedcornr_bottom_187492 {
   background: url(../images/main/br_roundcorner.png) no-repeat bottom right;
}

.roundedcornr_top_187492 div, .roundedcornr_top_187492, 
.roundedcornr_bottom_187492 div, .roundedcornr_bottom_187492 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_187492 { margin: 0 10px; }

/*-----------------------formatting------------------------- */
#container {
  margin: 0 auto;
  width: 800px;
}

#main {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#body {
  float: left;
  width: 600px;
  padding: 20px;
  border: 5px solid #999;
  background: #fff;
}

#group {
  float: right;
  width: 800px;
}

/*--------------------text formatting---------------------- */
p {

	color: #666666;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}

h1 {
	color: #F47A1F;
	text-align: left;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #F47A1F;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
}

div#main a {
  color: #FF9900;
}

.asterisk {
	color: #F47A1F;
	font-size: 15px;
	font-weight: bolder;
}

.listhead {
	color: #F47A1F;
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
}

ul {

}

li {
	color: #666666;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	list-style-type: circle;
}


/*--------------------side nav----------------------*/

td#navholder a.sectionnav {
	display: block;
	text-decoration: none;
	color: #666;
	background-image: url(../images/main/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 160px;
	font-weight: bold;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
}

td#navholder a:hover.sectionnav {
	background-image: url(../images/main/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 15px;
}

td#navholder a.subsectionnav {
	display: block;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-right: 21px;
	padding-left: 15px;
	width: 160px;
	margin-left: 20px;
	font-size: 11px;
}

td#navholder a:hover.subsectionnav {
	text-align: left;
	text-indent: 10px;
}

/* -------------------footer---------------------------- */
#footer {
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
}

div#footer a {
	color: #FFFFFF;
}

div#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* -------------------login form---------------------------- */
form#login {
	position:relative;
	margin: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 30px;
}

label {
	color:#666666;
	font-weight: bold;
	font-size: 12px;
	background-position: center;
}
.quote {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	margin: 5px;
	font-style: italic;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
}
.quotesource {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	font-style: italic;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
