@charset "iso-8859-2";
/* menus */
pre {
	font-family: "Courier New", "Consolas", monospace;
	font-size: 12px;
}
li {
	font-size: 14px;
}
a.main_content {
	color:#0000CC
	}
a.main_content:visited {
	color:#99CCCC
	}
div.sdmenu {
	width: 200px;
	font-family: "nina",Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
	background: url(menubottom.gif) no-repeat  right bottom;
	color: #ffffff;
}
div.sdmenu div {
	background: url(chapter.gif) repeat-x;
	overflow:hidden;
}
div.sdmenu div:hover {
	background: url(hover.gif) repeat-x;
	overflow:hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}

div.sdmenu div.sub a {
	padding: 5px 10px;
	display: block;
	color:#000003;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:url(b1.jpg) no-repeat right center;
}

div.sdmenu div.sub a:hover {
	background-color: #ffffff;
	background:url(b2.jpg) no-repeat right center;
	color: #0033cc;
	text-decoration:underline;
}
div.sdmenu div.sub div.openpage a {
	background-color: #ffffff;
	background:url(b2.jpg) no-repeat right center;
	color: #008833;
	text-decoration:underline;
}
.center {
	float:center;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


div.OpenChapter a{
	text-decoration:none;
	display: block;
	padding: 3px 25px;
	font-weight: bold;
	color:#000003;
	background: url(expanded.gif) no-repeat 10px center;
	font-size:18;
	}
div.OpenChapter a:hover{	color:#0033cc;text-decoration:underline;}
div.ClosedChapter a{
	text-decoration:none;
	display: block;
	padding: 3px 25px;
	font-weight: bold;
	color:#000003;
	background: url(collapsed.gif) no-repeat 10px center;
	font-size:18;
	}
div.ClosedChapter a:hover{	color:#0033cc;
text-decoration:underline;}

div.HomeChapter a{
	text-decoration:none;
	display: block;
	padding: 3px 25px;
	font-weight: bold;
	color:#000003;
	font-size:18;
	}
div.HomeChapter a:hover{	color:#0033cc;
text-decoration:underline;}

/*text */ 
.brown {
	color: #7A290E;
}
.times {font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	text-align: center;
}

.pagenav {
	text-decoration:overline;
	font-size:70%;
	text-align: right;
	font-style: oblique;
	text-shadow: 2px 1px 8px #43C977;
}

.pink {
	color: #FF6464;
}
.pinkfixed {
	color: #FF6464;
	font-family:"Lucida Console", Monaco, monospace, sans-serif;
	font-size: 14px;
}
.blue {
	color: #546CE2;
}
.com {
	color: #008040;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.content{
	color: #008040;
	font-style: italic;
	font-weight: bold;
	font-family:"nina",Verdana, Geneva, sans-serif;
	font-size:small;
	margin:2px;
}

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

.pending {
	font-size: xx-small
}
.footnote {
	color: #4E5376;
	font-size: x-small;
}

.fineprint {font-size:x-small; text-decoration:none; color:gray}
.lborder{
border-left:solid 2px #006600;
padding-left: 6px;
}
.resizable{
	border-bottom-color: #006600;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

body 
{
	min-height:96%;
font-family:"nina","Tahoma","verdana","arial", sans-serif;
font-size:12px; 
background:url(back2.jpg);
margin:0px; 
padding:0px;
margin-top: 0px;
}
.left { float:left; }
.right{ float:right;}
.clear { 	clear:both;}



#wrapper{  left top; width:95%;   margin:0px auto;
border-style:ridge; border:#000000;}
#wrapper2{}

#header{
float:left;
background-color: #7ea389;
width: 100%;
text-align:right;
}
#header h3 {font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}
#header h4 {font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;}

#main_content{
	padding-left:1px;
	min-height:40em;
	margin-top: 5px;
	padding-top: 50px;
	background-color: #fdfdfd;
	text-align: left;
	border-style:solid;
	border-color:#333333;
	}
#holder		{
	margin:auto;
	text-align:center;
	width:90%;
	min-height:90%;
	padding:1px;
	overflow-x: auto;
	font-size:90%;
	background-repeat: no-repeat;
	background-position:right top;
	background-color: #fdfdfd;
}
#leftholder		{
	float:center;
	text-align:left;
	width:100%;
	min-height:30em;
	min-height:90%;
	padding:1px;
	overflow-x: auto;
	font-size:90%;
	background-repeat: no-repeat;
	background-position:right top;
	background-color: #fdfdfd;
}

#top_nav{
	background-color:#333333;
	height: 20px;
	float:left;
	width:1370px;
	padding-top: 15px;
	padding-left: 32px;
	padding-bottom: 15px;
	}
	
#form_panel {
	width:98%;
	height:60%;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:inherited;
	display:block;
	font-size:100%;
	line-height:120%;
	padding:0 0 5px;
}

.required
{
	color:#804040;
	font-weight:200;
	text-decoration: underline;
}

 .optional
{
	color:#408040;
	font-weight:100;
}

/* input honey p0t */
.nose {
	display: none;
}

input
{
	border:2px outset;
	padding:4px 4px;
	border-color: #E6CCCC;
	border-radius:12px/8px;
}

input:focus
{
	border:8px outset;
	border-color: #E6CCCC;
	border-radius:12px/8px;
}

input.radio3
{
	border-color:blue;
	border-width:2px;
	vertical-align:top;
	margin:4px;
}

input.radio
{
	margin:4px;
	color:blue;
	border-color:blue;
	vertical-align:top;
	padding:0px;
}

input.text
{
	/*	border-bottom:1px solid #dddddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;*/
	color:#303030;
	font-size:100%;
	margin:0;
}

input.file
{
	color:#303033;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea:focus
{
	border:8px outset;
	border-color: #E6CCCC;
}

textarea.textarea
{
	color:#333333;
	font-size:90%;
	margin:0;
	width:99%;
	border:2px outset;
	border-color: #E6CCCC;
	border-radius:22px/18px;
	padding:4px;
	font-family:"nina","Tahoma","verdana","arial", sans-serif;
}

select.select:focus
{
	border:8px outset;
	border-color: #E6CCCC;
}

select.select
{
	color:#333333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	border:2px outset;
	border-color: #E6CCCC;
	border-radius:12px/8px;
}

select.select1
{
	color:#3333F3;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	border:2px outset;
	border-color:#0000FF;
	border-radius:12px/8px;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

input.small
{
	width:100px;
}

select.small
{
	width:100px;
}

input.medium
{
	width:100%;
	text-align:left;
}

select.medium
{
	width:100%;
}

input.large
{
	width:100%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	/*width:100em;*/
	height:20em;
	width:100%;
}

textarea.large
{
	height:20em;
}
/*****/

.form_column1 {
	text-align: left;
	/*width:50%;*/
	float:center;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
}

.form_columnL {
	text-align: left;
	width:40%;
	float:left;
}

.form_column2 {
	text-align: left;
	width:45%;
	float:left;
}

.form_column3 {
	text-align: left;
	margin:1em;
	width:30%;
	float:left;
}

.form_column4 {
	text-align: left;
	width:24%;
	float:left;
}
.form_row {
	width:98%;
	color:#BFBFFF
}
.form_row li {list-style:none; display:inline;}

.submitbutton {
	text-align:left;
	border:0;
	width:100px; 
	height:30px;
	vertical-align:top;
}

.form_description
{
	clear:both;
	text-align: center;
}

.form_description h2
{
	border-bottom:1px dotted #cccccc;
	clear:both;
	color:#2A1FAA;
	margin:0 0 0.5em;
	display:inline-block;
	text-align: center;
}

.alist {
	/*display: list-item;
	font-size:90%;
	position:relative;
	/*text-indent: -1em;*/
	list-style-type: lower-alpha;
	list-style-position: outside;
}

form ol ul li
{
	display: list-item;
	font-size:90%;
	position:relative;
	/*text-indent: -1em;*/
	list-style-type: square;
	list-style-position: outside;
}

form ol li
{
	display: list-item;
	font-size:90%;
	position:relative;
	/*text-indent: -5px;*/
}

form ul li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

form li div
{
	color:#444444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div:hover
{
	background-color: #FFF7C0;
}
form li div:focus
{
	background-color: #FFF7C0;
}

form li span
{
	color:#444444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}


.clear
{
	clear:both;
}

textarea.medium
{
	/*width:100em;*/
	height:20em;
	width:100%;
}

textarea.large
{
	height:20em;
}

form li.error
{
	background-color:#FFE8FF;
	margin:3px 0;
	height:22px;
	border-bottom: 2px solid #A08080;
	border-right: 2px solid #A08080;
}

form li.highlighted
{
	background-color:#fff7c0;
}

#footer		{
	font-size:200%;
	background:#DADADF;
	margin-top:4px;
	text-align:left;
	padding:8px;
	height:1.5em;
}
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding-left:10px; list-style:none; display:inline; }
#footer a		{
	color:#3E5B00;
	font-weight:bolder;
	padding:10px 0 0 0;
	text-decoration:none;
}
#footer a:hover	{color:#FF0080; text-decoration:underline;}
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding-left:10px; list-style:none; display:inline; }
#footer a		{ font-weight:bold; padding:10px 0 0 0; }

#form_panel {
	width:98%;
	height:60%;
}

#random {
	color:#448844;
	text-decoration:none;
	line-height:130%;
	margin:0;
	padding:0px;
	display:inline-block;
}

/* Start of the Classes for Links*/

.top_nav_links	{
	
	font-family: "nina",Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-weight:bold;
	}
a.top_nav_links:hover {
	background:#E2E2E2;
	color:#000000;}

			
	
.footer_links{
	font-family: "nina",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;	
	}	
			
a.footer_links:hover{
	text-decoration:underline;}


.pfooter{
		font-family: "nina",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	margin: 0px auto;
	}
	
.fixedfont{
	font-family:"Lucida Console", Monaco, monospace, sans-serif;
	font-size: 12px;
	}

p{
	font-family:"nina",Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-bottom: 20px;}


h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;}
	
h3{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#2A5F00;
	text-decoration: none;
	font-weight:bold;
}
	
