/* CSS Document */
* {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	color: #000000;
}

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	margin: 0px;
	background-color: #e3e3e3;
	background-image:url(../images/site_background.jpg);
	background-repeat:repeat-x;
}

td.leftcolumn {
	background-image:url(../images/left_shadow.jpg);
	background-repeat:repeat-y;
	width:14px;
}

td.rightcolumn {
	background-image:url(../images/right_shadow.jpg);
	background-repeat:repeat-y;
	width:14px;
}

td.navcolumn {
	background-image:url(../images/nav_background.jpg);
	background-repeat:repeat-y;
	width:209px;
}

div.maincontent {
	margin:0px;
	padding:36px;
	min-height:300px;
	background-color:#FFFFFF;
	}

div.navcell {
	margin:0px;
	padding:0px;
	height:40px;
	width:209px;
	vertical-align:middle;
	}
	
div.navcellon {
	margin:0px;
	padding:0px;
	background-image:url(../images/nav_on.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:209px;
	}
	
div.leftnavlink {padding: 13px 0px 13px 36px;}

image {border: 0px;}

img {border: 0px;}

form {margin: 0px 0px 0px 0px; }

textarea {overflow: auto;}

hr {
	color: black;
	background-color: black;
	height: 1px;
	border: 0px;
	text-align: left;
	margin: 0 auto 0 0;
}

/* Textual */
h1 {
	font-size: 20px;
	color: #494949;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #494949;
	margin:0px;
	padding:0px;
}

li {
	font-size: 12px;
	color: #494949;
}

.copy {
	font-size: 12px;
	color: #494949;
}

.copyright {
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
}

/* navigation */

a {
	font-size: 12px;
	color: #494949;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.leftnav {
	font-size:13px;
	display:block; 
	width:100%;
	padding: 12px 0px 12px 36px;
	text-decoration:none;
}

a.leftnav:hover {
    color: #015c31;
	background-color:#eceff1;
	text-decoration:underline;
}

a.leftnavon {
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}

a.h2nav {
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	text-decoration:underline;
}

a.h2nav:hover {
	text-decoration:none;
}



