/* 

CSS stylesheet by gorotron:
http://free-css-templates.gorotron.com

Ditributed under Creative Commons Attribution License 3.0:
http://creativecommons.org/licenses/by/3.0/

*/

html {
	/* background:#FFF url(images/banner.gif) repeat-x;*/
	
	height:100%;
}

body, html {
	margin:0;
	padding:0;
}

#container
{
	margin: 0 auto;
	width: 980px;
	min-height: 100%;
	height: auto;
	font: 12px georgia, "times new roman" , times, serif;
	color: #333;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	color:#630;
}

li {
	margin-bottom:7px;
}

blockquote {
	font-style:italic;
	line-height:1.7em;
	font-size:0.95em;
	color:#630;
	width:85%;
	margin-left:45px;
}

#banner
{
	width: 980px;
	float: left;
	background: #FFF url(images/bg_new.png) no-repeat;
	height: 80px;
	border-bottom: #502802 solid;
}

#title
{
	float: left;
	width: 500px;
}
	
#banner h1
{
	font: 3em 'Monotype Corsiva' , "trebuchet ms" , helvetica, sans-serif;
	font-weight: bold;
	color: #502802;
	margin: 12px 0px 0px 10px;
}

#banner h1 a {
	color:#502802;
	text-decoration:none;
}

#banner h2 {
	font-size:0.9em;
	color:#502802;
	margin:0 0 0 20px;
	font-weight:normal;
}



p {
	color:#333;
	line-height:1.75em;
	margin:0 0 10px 0;
}

.nav
{
	margin: 58px 3px 0px 100px;
	list-style: none;
	font-weight: bold;
}

.nav_frame
{
	margin: 58px 3px 0px 100px;
	list-style: none;
	font-weight: bold;
}

.nav li
{
	float: right;
	margin-left: 6px;
}

.nav_frame li {
	float:right;
	margin-left:6px;
}

.nav a
{
	position: relative;
	color: #502802;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: none;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}




.nav_frame a
{
	position: relative;
	color: #502802;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: none;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.nav a:hover,#currentPage {
	/*background-image:url(images/tab-over.gif);*/
	text-decoration:none;
	color: #d5c99f;
}

.nav_frame a:hover,#currentPage {
	/*background-image:url(images/tab-over.gif);*/
	text-decoration:none;
	color: #d5c99f;
}

#mainContentTop
{
	float: left;
	margin-top: 5px;
	width: 900px;
	height: 26px;
	background-color: #d5c99f;
}

#mainContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	min-height: 500px;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #d5c99f;
	color: #502802;
}

#mainContent th
{
	font-weight: bold;
	text-decoration: underline;
}


#mainContent a {
	border-bottom:1px dotted #960;
	text-decoration:none;
	color:#630;
}

#mainContent a:hover
{
	border-bottom: 1px dotted #960;
	color: #ffffff;
}

#mainContent p
{
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 20px;
	padding-top: 30px;
	text-align: center;
	color: #502802;
	padding-bottom: 30px;
}


#mainContent img{

	border: thin solid #412345;

}


#mainContent table
{
	clear: both;
	margin: 2em 0px 0.2em;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 auto;
}


#mainContent table th
{
	height: 3.0em;
	border-left: solid 2px  #502802;
	border-right: solid 2px  #502802;
	border-top: solid 2px #d5c99f;
	border-bottom: solid 2px  #502802;
	background-color:  #502802;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#mainContent table td
{
	height: 1.5em;
	padding: 2px 7px 2px 7px;
	border-left: solid 2px #d5c99f;
	border-right: solid 2px #d5c99f;
	border-top: solid 2px #d5c99f;
	border-bottom: solid 2px #d5c99f;
	font-weight: normal;
	color: #502802;
	font-size: 8pt;
}

.left {
	width:634px;
	float:left;
	text-align:justify;
}

.article {
	width:585px;
	padding:0 0 0 25px;
}

.left h1 {
	margin:0 0 10px 0;
	padding-bottom:5px;
	font:1.5em "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #EAEAEA;
}

.leftFooter p {
	text-align:right;
	margin:0;
}

.leftFooter {
	float:left;
	background-color:#EAEAEA;
	border:1px solid #CCC;
	height:2em;
	width:575px;
	font-style:italic;
	padding:0.25em;
}

.lefthr {
	width:630px;
	height:52px;
	background:url(images/left-divider.gif);
	color:#FFF;
	border:0;
	float:left;
}

.right {
	width:250px;
	float:left;
	text-align:justify;
}

.right h1,.right h2,.right p,.right input,.right submit,.right label {
	margin-left:15px;
}

.rarticle {
	float:left;
}

.right h1 {
	font:1.1em "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	width:225px;
	padding-bottom:5px;
	border-bottom:1px solid #EAEAEA;
	margin-bottom:10px;
	margin-top:0;
}

.right h2 {
	font-size:0.9em;
	color:#666;
}
	
.right p {
	font-size:0.95em;
	width:225px;
}

.right ul {
	font-size:0.95em;
	list-style:none;
	padding-left:15px;
	margin-left:0;
}

.righthr {
	width:260px;
	height:52px;
	background-image:url(images/right-divider.gif);
	float:left;
}

#clear {
	width:100%;
	height:10px;
	padding-top:65px;
	background-image:url(images/main-bg-bottom.gif);
	clear:both;
}

#copyright {
	text-align:center;
	font:0.65em "trebuchet ms", helvetica, sans-serif;
	padding:0.5em 0;
	background:#333 url(images/bg.gif) repeat-x;
	color:#FFF;
}

#copyright a {
	color:#FFF;
}

H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #502802;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #502802;
	text-decoration: none;
	font-style: normal;
}



H3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #502802;
	text-decoration: none;
	font-weight: normal;
}

H4
{
	font: bold 22pt 'Monotype Corsiva' , "trebuchet ms" , helvetica, sans-serif;
	color: #502802;
	margin-top: 0px;
}

H5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #502802;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
}


.formheading{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #502802;
	text-decoration: none;
}

.button a {
	padding:5px;
	background-color: #cb99ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.button a:hover {
	padding:5px;
	background-color: #cb99ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 9px;
	color: #502802;
	float:right;
	height: 22px;
	background-color: #b7a359;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width:980px;
}
#footer A
{
   
    border-bottom:1px dotted #960;
	text-decoration:none;
	color:#502802;
    
}



#footer A:hover
{
    
    border-bottom: 1px dotted #960;
	color: #d5c99f;
    
}

