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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Page Layout */

body {
background:url(../images/background.png) repeat-x top;
}

#frame {
width:960px;
margin:0 auto;
}

#header {
background:url(../images/header.jpg) no-repeat top;
margin:20px 0;
width:960px;
height:200px;
}

#outer {
background:url(../images/top.jpg) no-repeat top;
width:960px;
padding:20px 0 0 0;
}

#inner {
background:url(../images/bottom.jpg) no-repeat bottom;
width:960px;
margin:0 0 0 0;
height:100%;
}

#menu {
width:240px;
background:url(../images/menu.png) no-repeat top;
margin:0 20px 20px 20px;
float:left;
}

#content {
width:640px;
float:right;
margin:0 30px 0 0;
}

#footer {
font-size:10px;
color:#AAAAAA;
padding:8px;
font-family:Tahoma, Verdana, sans-serif;
text-align:right;
}

#leftbox {
width:300px;
background:url(../images/divider.png) right top no-repeat;
height:225px;
display:block;
margin:20px 20px 10px 0px;
padding:15px 20px 0 0;
}

#rightbox {
width:300px;
height:225px;
float:right;
margin:10px 0px 10px 10px;
padding:15px 0 0 0;
display:block;
}

/* Styles */


h1 {
font-size:36px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#006699;
font-weight:normal;
margin:0 0 5px 0;
}

h2 {
font-size:20px;
font-family:Tahoma, Verdana, sans-serif;
color:#666666;
font-weight:normal;
margin:0 0 20px 0;
}

p {
font-size:14px;
line-height:20px;
color:#333333;
margin:0 0 10px 0;
font-family:Tahoma, Verdana, sans-serif;
}

a {
text-decoration:none;
color:#0066FF;
}

td {
padding:3px;
font-family:Tahoma, Verdana, sans-serif;
line-height:20px;
font-size:14px;
}

#box td {
font-size:12px;
line-height:16px;
}

ul {
margin-bottom:20px;
}

li {
font-size:14px;
color:#333333;
margin:0 120px 5px 10px;
font-family:Tahoma, Verdana, sans-serif;
background:url(../images/blueprint.png) top left no-repeat;
padding:0 10px 5px 35px;
border-bottom:#CCCCCC 1px solid;
line-height:24px;
}
#menu ul {
margin:5px 5px 25px 5px;
padding:5px;
}

#menu ul li {
font-size:24px;
line-height:18px;
padding:0 0 10px 30px;
margin:6px 0px 6px 0px;
border-bottom:#FFFFFF 1px solid;
background:none;
}

#menu ul li a {
color:#FFFFFF;
text-decoration:none;
}

#menu ul li:hover, #menu ul li.active {
background:url(../images/bullet.png) no-repeat left top;
}

#menu ul li:hover a {
color:#FFFF99;
}

#menu ul li:last-child, #menu ul li.last {
border-bottom:none;
}

#menu ul li a span {
display:block;
font-size:13px;
padding:0 0 0 0;
margin:2px 0 0 0;
font-family:Tahoma, Verdana, sans-serif;
}

#footer a {
color:#888888;
}

#footer span {
float:left;
}
