/*****************************************************************************************************************************************************/

/*BEGIN MAIN BODY STYLES*/
body {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	font-size: 75%;
}

#logo {
	margin: 2px 0 0 0;
}

#main {
	margin: 0 220px 0 150px;
	padding: 0 15px 1px 15px;
	border-right: solid #b2b3b4 1px;
	border-left: solid #b2b3b4 1px;
}

p {
	line-height: 170%;
}

a {
	color: #01543a;
}

a.hemail:link {color: #efecd7; text-decoration:none}
a.hemail:visited {color: #efecd7; text-decoration:none}
a.hemail:hover {color: #efecd7; text-decoration:underline}
a.hemails:active {color: #efecd7; text-decoration:none}

table.breadcrumb2 {
	background-color: #3e2e2e;
	padding: 1px 0px 1px 5px;
	width: 100%;
	font-size: 95%;
	color: #FFF;
}

a.breadcrumb {
	font-size: 95%;
	color: #FFF;
}


/*****************************************************************************************************************************************************/

/*BEGIN LEFT NAVIGATION MENU STYLES*/
#left_sidebar {
	position: absolute;
	left: 0;
	width: 150px;
}

ul.nav {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 15px;
}

li.main {
	padding: 6px 0 6px 0;
	width: 150px;
	border-top: solid #b2b3b4 1px;
}

a.home {margin-left: 8px}
a.home:link {color: #3e2e2e; text-decoration:none; font-weight: bold}
a.home:visited {color: #3e2e2e; text-decoration:none; font-weight: bold}
a.home:hover {color: #000000; text-decoration:underline; font-weight: bold}
a.home:active {color: #3e2e2e; text-decoration:none; font-weight: bold}


a.sidebar {margin-left: 8px}
a.sidebar:link {color: #000000; text-decoration: none; font-weight: bold}
a.sidebar:visited {color: #000000; text-decoration: none; font-weight: bold}
a.sidebar:hover {color: #3e2e2e; text-decoration: underline; font-weight: bold}
a.sidebar:active {color: #3e2e2e; text-decoration: none; font-weight: bold}


/*****************************************************************************************************************************************************/

/*BEGIN RIGHT NAVIGATION MENU STYLES*/
#sidebar {
	float: right;
	width: 210px;
	height: auto;
	margin: 15px 5px 0 0px;
}

#sidebar h3 {
	background-color: #723b3e;
	padding: 2px;
	color: #FFF;
	text-align: center;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sidebar p {
	border: solid #c0c0c0 1px;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	background-color: #e9e5c7;
}

#sidebar img {
		padding-top: 15px;
}


/*****************************************************************************************************************************************************/

/*BEGIN MAIN CONTENT STYLES*/
h1 {
	border-bottom: solid #b2b3b4 1px;
	letter-spacing: 1.5px;
	font-size: 150%;	
	margin-top: 15px;
}

h1.list {
	margin: 15px 0 0 0;
	font-size: 130%;
	color: #01543a;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: normal;
	border: none;
}

h2 {
	font-size: 140%;
}

h2.mainboxtitle {
	margin: 0 0 5px 5px;
}

h2.laptop {
	color: #01543a;
	margin-bottom: 0;
}

h3 {
	font-size: 125%;
}

.mainbox {
	background-color: #e9e5c7;
	border: none;
	padding: 5px;
	width: 100%;
}

.mainbox2 {
	width: 100%;
	text-align: center;
}

.boxtext {
	margin: 0 0 0 5px;
}

p.laptop {
 margin-top: 0;
}

p.spam {
	font-weight: bold;
	margin: 20px 0 0 0;
}

p.spam2 {
	font-weight: normal;
	margin: 0;
}

span.index {
	padding: 15px;
}

a.list {
	font-weight: bold;
}

a.hw {
	font-weight: bold;
	font-size: 120%;
}

ul.list {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 10px 0;
	font-size: 130%;
	color: #01543a;
	font-weight: bold;
	line-height: 150%;
	}

li.list {
	padding: 0 0 0 10px;
	font-size: 80%;
}


/*****************************************************************************************************************************************************/

/*BEGIN FOOTER STYLES*/
.footer {
	color: #FFF;
	margin: 0;
	font-size:95%;
	font-weight: bold;
	width: 100%;
}

p.footer {
	font-size: 90%;
	color: #000;
	font-weight: lighter;
}
	
a.footer:link {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}
a.footer:visited {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}
a.footer:hover {color: #000000; text-decoration:underline; font-weight: lighter; font-size: 100%}
a.footer:active {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}


/*****************************************************************************************************************************************************/


