/* CSS Document */

/* Screen Display Styles */

/* font styles */

p {
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #676767;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-size: 1.5em;
	color: #564b47;
	margin: 0px 20px;
	padding: 20px 0px 10px;
}


h2 {
	font-size: 1.25em;
	color: #564b47;
	margin: 0px 20px;
	padding: 20px 0px 10px; 
}
	
h3 {
	font-size: 1.25em;
	line-height: 22px;
	font-weight: bold;
	margin-top: 30;
	margin-bottom: 0;
	color: #676767;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
}
	
img {
	border: 0; 
}
	
strong, b {
	font-weight: bold; 
}

a:link{
	font-weight: normal;
	text-decoration: none;
	color: #036; 
}
	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color:  #036;
}
	
a:hover, a:active{
	color: #06F;
	text-decoration: none; 
}

/* Classes */ 

.alignright {
	margin-top: 0; 
	text-align: right;
}

#header h1 {
	padding-top: 22px;
	font-size: 1em;
	color: #fff;
	padding-left: 102px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h2 {
	padding-left: 120px;
	padding-top: 0px;
	margin: 0px;
	font-size: 1.75em;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #fff;
}

/* Begin Top Nav */
#topnav ul {
	list-style: url(none) none;
	margin: 0;
	text-align: left;
	padding-bottom: 2px;
}

#topnav li {
	display: inline;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .99em;
	padding-bottom: 2px;
}

#topnav a {
	color: #03F; 
}	

#topnav a:hover, #nav a:hover, #nav a:active{
	color: #666;
	text-decoration: none; 
}
/* End Top Nav */

/* Begin Nav */
#nav ul {
	list-style-type: none;
	background-color: #ECEBEB;
	margin: 0px;
	padding: 0px;
	display: block; 
}

#nav li {
	line-height: 1.5em;
	list-style-type: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}	

#nav a {
	color: #03F;
}	

#nav a:hover, #nav a:hover, #nav a:active{
	color: #666;
	text-decoration: none; 
}
/* End Nav */

/* Begin Content */
#content ul{
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-type: disc;
}
	
#content ol{
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
		
#content li{
	color: #676767;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content li a {
	font-weight: normal;
	text-decoration: none;
	color: #036; 
	}

#content li a:visited{
	font-weight: normal;
	text-decoration: none;
	color:  #036;
}

#content li a:hover{
	color: #06F;
	text-decoration: none; 
}

#content li a:active{
	color: #06F;
	text-decoration: none; 
}
/* End Content Formatting */


/* Begin Top Nav */
#topnav ul {
	list-style: url(none) none;
	margin: 0;
	text-align: left;
	padding-bottom: 2px;
}

#topnav li {
	display: inline;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .99em;
	padding-bottom: 2px;
}

#topnav a {
	color: #03F; 
}	

#topnav a:hover, #nav a:hover, #nav a:active{
	color: #666;
	text-decoration: none; 
}
/* End Top Nav */

/* Right Content */
#rightcontent h1 {
	font-size: 1.25em;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0;
	color: #676767;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding: 0px;
}

#rightcontent p {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #676767;
}
/* End Right Content */