@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2A2A2A;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 150%
}

h2 {
	font-size: 130%
}

h3 {
	font-size: 120%
}
h4 {
	font-size: 120%;
	color: #c8d857;
}
.heading {
	font-size: 125%;
	font-weight: bold;
	color: #D4E55B;
}

.heading2 {
	font-size: 120%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	background-color: #D4E55B;
	padding: 3px;
}

.mediumtext {
	font-size: 110%;
	font-weight: bold;
}

a:link {
	color: #8F9A3D;
}
a:visited {
	color: #9EAA43;
}
a:hover {
	color: #BCCA50;
}

.smalllink a:link {
	color: #8F9A3D;
	font-size: 11px;
}
.smalllink a:visited {
	color: #9EAA43;
	font-size: 11px;
}
.smalllink a:hover {
	color: #BCCA50;
	font-size: 11px;
}

.mediumtext {
	font-size: 110%;
	font-weight: bold;
}

.textbold {
	font-size: 100%;
	font-weight: bold;
}

.smalltext {
	font-size: 85%;
}

.smalltextbold {
	font-size: 85%;
	font-weight: bold;
}


/*nav starts here*/

#navcontainer
{
	background-color: #FFFFFF;
}

#navcontainer ul
{
	margin-left: 45px;
	padding-left: 0;
	background-color: #FFFFFF;
}
.border {
	border: 1px solid #202125;
}

.border2 {
	border: 1px solid #202125;
	background-color: #FFFFFF;
}

#navlist li { list-style-image: url('images/bullet_arrow.gif'); margin-left: 0px;  margin-bottom: 10px}

#current
{
	color:#FFFFFF;
	background-color: #d4e55b;
	padding: 3px;
	font-weight: bold;

}

#navcontainer a
{
	text-decoration:none;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	padding: 3px;
	font-weight: bold;
	
}

#navcontainer a:hover{
	background-color: #d4e55b;
	

}
#navcontainer a:visited {
	color: #000000;
	
}

/*nav ends here*/

.note {
	font-size: 85%
}
.bkg {
	background-color: #202125;
}
.bodybkg {
	background-color: #f4f5ee;
}

#extnav {
	text-align: right;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 960px;
}
#name{
	background-color: #2f3035;
	text-align: right;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-top: 3px;
	height: 120px;
	vertical-align: text-bottom;
}
.name1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 600%;
	font-weight: bold;
	color: #515050;
	letter-spacing:-3px;
	line-height: 80px;
	margin: 0px;
}

.name2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 600%;
	font-weight: bold;
	color: #7a7575;
	line-height: 80px;
	margin: 0px;
	padding-right: 7px;
}
.introtext {
	color: #FFFFFF;
}
#home {
	width: 400px;
	margin-top: 5px;
	margin-left: 40px;
	padding: 5px;
	margin-bottom: 0px;
}
#navhome
{
	color: #FFFFFF;
}
.l2bodytable {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #F4F5EE;
}
.picborder {
	border: 1px solid #B0B0B0;
	padding: 3px;
}
.subheader {
	font-family: "Courier New", Courier, monospace;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #202125;
	padding: 2px;
}
.footertable {
	padding: 5px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #202125;
}


.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #191919;
	background-color: #EBEBEB;
	padding: 1px;
	margin-bottom: 2px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #EBEBEB;
	margin-bottom: 2px;
}

.dropdownbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 2px;
	background-color: #EBEBEB;
	margin-bottom: 2px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #d4e55b;
	font-weight: bold;
	border: 1px outset #666666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 95%;
	margin-bottom: 2px;
}

.editbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #d4e55b;
	font-weight: bold;
	border: 1px outset #666666;
	font-size: 95%;
	padding:0px; 
	margin:0;
	width:65px;
	overflow:visible;
}

.viewbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px outset #666666;
	font-size: 95%;
	padding:0px; 
	margin:0;
	width:65px;
	overflow:visible;
}

.shadow {
background-image:url(images/shadow.gif);
background-repeat:repeat;
}

.popup {
	font-size: 85%;
	background-color: #6a645f;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: left;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #ff9512;
}