
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	background-color: #DCDDB1;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
}

a:link, a:visited {
	color: #4C6F2D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #C60;
}

h1{
	font-size: 150%;
}

h2{
	font-size: 130%;
}

h3{
	font-size: 130%;
}

h4{
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6{
	font-size: 100%;
}

p {

	line-height: 1.4;
}

ul {
	list-style-type: square;
	font-size: 100%;
	line-height: 1.4;
}

ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ul ul ul {
	list-style-type: none;
	font-size: 100%;
	line-height: 1.4;
}

ol {
	font-size: 100%;
	line-height: 1.4;
}

ol ol {
	font-size: 100%;
	line-height: 1.4;
}

ol ol ol {
	font-size: 100%;
	line-height: 1.4;
}

hr {
	clear: both;
	border-style: none;
	height: 1px;
	color: #4C6F2D;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#skipnav {
	overflow: hidden;
	width: 0px;
	position: absolute;
	height: 0px
}
#wrapper {
	width: 740px;
	margin: 0px auto;
	margin-left: expression( (document.body.clientWidth - 740) / 2 + 'px');
}

#masthead {
	width: 740px;
	height: 126px
}

#navigation {
	height: 20px;
	width: 740px;
	padding-top: 2px;
	font-size: 12px;
	color: #4C6F2D;
}
#navigation a {
	color: #4C6F2D;
	font-weight: bold; 
	text-decoration: none; 
}
#navigation a:hover {
	color: #70828F;
}

#content {
	background-image: url(/assets/images/bg_body.jpg);
	background-repeat: repeat;
	width: 680px;
	text-align: left;
	padding: 30px;
}

#sidelinks {
	font-size: 100%;
	color: #4C6F2D;
}

.vrule {
	background-color: #4C6F2D;
}

#footer {
	width: 720px;
	padding: 10px 10px 10px 10px;
	color: #FFFFEC;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	background-color: #999965;
}

#legal {
	width: 730px;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
}

#credit {
	width: 730px;
	padding: 5px;
	color: #FFFFEC;
	text-align: right;
	font-size: 90%;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#breadCrumb {
	margin: 0;
	padding: 0px 5px 12px 0px;
	font-size: 90%;
	color: #333;
}

#pageNav {
	margin: 0;
	padding: 5px 0;
	text-align: right;
	line-height: 2.166;
	font-size: 90%;
	border-top: 1px solid #4C6F2D;
}

/***********************************************/
/*Component Styles                             */
/***********************************************/

.sideheadline {
	font-size: 130%;
	font-weight: bold;
}

a.sideheadline:link, a.sideheadline:visited, a.sideheadline:active {
	text-decoration: none;
	color: #C60;
}

a.sideheadline:hover {
	text-decoration: underline;
	color: #C60;
}

#sidelinks ul {
	margin: 0;
	padding: 0;
}

#sidelinks ul a {
	text-decoration: none;
}

#sidelinks ul a:hover {
	color: #4C6F2D;
	text-decoration: underline;
}

#sidelinks ul li {
	list-style-type: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidelinks ul ul {
	list-style-type: none;
	padding-left: 1em;
}

#sidelinks ul ul li {
	list-style-type: none;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidelinks ul ul ul {
	list-style-type: none;
	padding-left: 1em;
}

#sidelinks ul ul ul li {
	list-style-type: none;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sbtn {
	width: 30px;
	height: 23px;
	font-size: 11px verdana;
}

.caption {
	font-size: 95%;
	line-height: 1.2;
}

.required {
	color: #C60;
	font-weight: bold;
}

.grey {
	color: #666;
}