/*---------------------
html tags
---------------------*/
body {
	color: #000;
	background: url(images/bg.gif) repeat-x left top;
	font-family: Comic Sans MS, Arial, Verdana, Lucida, Helvetica, sans-serif;
	margin: 0px;
}
p, li {
	font-size: 11px;
	padding-top: 0px;
}
h1 {
	font-weight: bold;
	font-size: 15px;
	background-color: #9eaccd;
	color: #FFF;
	padding: 6px 7px 4px 8px;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	color: #9eaccd;
}
h3  { color: black; font-size: 13px; font-weight: bold }
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #065d88;
	text-decoration: none;
}
a:visited {
	color: #065d88;
	text-decoration: none;
}
a:hover {
	color: #fd003c;
	text-decoration: none;
}

/*---------------------
content
---------------------*/
#maintable {
	width: 780px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5a93b0;
	border-bottom-color: #5a93b0;
	border-left-color: #5a93b0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#banner {
	width: 800px;
	height: 134px;
}
#images {
	width: 800px;
	height: 131px;
}
#maincontent {
	vertical-align: top;
	height: 530px;
	background-image: url(images/bg_reaching.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#textualcontent {
	vertical-align: top;
	height: 360px;
	padding: 40px 40px 40px 250px;
}

/*------------------------------
lower navigation
------------------------------*/
.lowernav {
	height: 25px;
	padding: 0 0 5px 10px;
	vertical-align: bottom;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.lowernav a:link {
	color: #065d88;
	text-decoration: none;
}
.lowernav a:visited {
	color: #065d88;
	text-decoration: none;
}
.lowernav a:hover {
	color: #fd003c;
	text-decoration: none;
}
.lowernavlinks {
	padding-right: 15px;
}

/*-------------------------------------------------
list
-------------------------------------------------*/
#listbox {
	margin: 0px;
}
.list ul {
	margin-top: 20px;
	margin-right: 20px;
	list-style-image: url(images/bullet.gif);
}
.list li {
  	margin-bottom: 10px;
}

/*------------------------------
primary navigation
------------------------------*/
#primarynav {
	font-weight: bold;
	height: 62px;
}
#menu1 ul {
    margin: 0;
    list-style-type: none;
    padding-left: 10px;
}
#menu1 li {
    margin: 0;
    float: left;
    padding: 0 6px 0 6px;
}

/*------------------------------
copyright
------------------------------*/
#copyright {
	text-align: right;
	padding: 5px;
	font-size: 12px;
	color: #5a93b0;
}