@charset "utf-8";
/* CSS Document */

/* Structure */

html {
margin: 0;
padding: 0;
border: none;
}

body {
margin: 0;
padding: 0;
background-image:url(images/bgcolor.jpg); 
}

#wrap {text-align:center;}

#screen {
width:750px; 
margin:auto auto; 
text-align:left;
background-image:url(images/middle.jpg);
background-repeat:repeat-y;
}

#header {clear:both; background-image:url(images/header2.jpg); height:50px;}
#sidebar {width: 30%; float:left; padding: 5px 0px 5px 25px;}
#main {width: 60%; float:right; padding: 5px 35px 5px 15px;}
#main2 {width: 90%;  margin: auto auto; padding: 5px 25px 5px 25px;}
/*#divider {clear:both; width:55%; float:right;}*/
/*#feature2 {clear:both;}*/
#feature2 {width: 28%; float:right; padding: 5px 35px 5px 15px;}
#feature1 {width: 28%; float:right; padding: 5px 12px 5px 15px;}
#footer{clear:both;  background-image:url(images/footer.jpg); background-position:; padding: 0px 10px 0px 15px; height:85px;}

/* Menu */


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 10px;
	}

#sidebar ul a
{
list-style-type: none;
padding:0;
margin-left: 2.5em; /* Changes the amount the menu is away from the left margin */
}

#sidebar li a
{
display: block;
padding: 0px 5px 1px 6px;
background-image: url(images/blank.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
padding-left: 3em;
color: #444;
text-decoration: none;
font-family: "Book Antiqua", "Times New Roman", Times, serif;
}

#sidebar li a:hover
{
display: block;
padding: 0px 5px 1px 6px;
background-image: url(images/rollover2.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
padding-left: 3em;
color: #444;
text-decoration: none;
font-family:"Book Antiqua", "Times New Roman", Times, serif;
}

#sidebar li a:active
{
display: block;
padding: 0px 5px 1px 6px;
background-image: url(images/rollover3.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
padding-left: 3em;
color: #444;
text-decoration: none;
font-family:"Book Antiqua", "Times New Roman", Times, serif;
}

/* typography.css */
body {font-size:75%; color:#444;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; color:#444; font-family: "Calisto MT", "Times New Roman", Times, serif;
}
h1 {font-size:2em;line-height:1;margin-bottom:0.75em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1.3em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.1em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
p {margin:0 0 2em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
p.footer {font-size:85%; padding-top: 3.5em; padding-right: 3.5em; text-align: right; color:#909090}

p.hibox { background-color: #F5F5F1; border: 1px; border-style: solid; border-color: #C9B999; padding: 15px 5px 15px 5px;}