* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-size: 12px;
	height: 100%;
	behavior: url('js/csshover.htc');
}
input, textarea, option, button {
	padding: 1px;
}
#content a, #content a:link, #content a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
#content a:hover {
	color: #900;
}
#global {
	position: relative;
	left: 50%;
	margin-left: -322px;
	width: 645px;
	min-height: 100%;
}
* html #global {
	height: 100%;
}
#header {
	height: 300px;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-position: 0px 93px;
	background-repeat: no-repeat;
}
#logo {
	float: right;
}
#logo a {
	display: block;
	width: 252px;
	height: 93px;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#menu1 {
	list-style: none;
	height: 26px;
	padding: 67px 0 0 0;
}
#menu1 li {
	float: left;
}
#menu1 li a {
	display: block;
	color: #ccc;
	text-indent: -9999px;
	height: 26px;
	background-image: url(../images/bg_top_menu.png);
	overflow: hidden;
}
#menu1 li#m_1 a {
	width: 55px;
}
#menu1 li#m_1 a:hover {
	background-position: 0 -26px;
}
#menu1 li#m_1 a.current {
	background-position: 0 -52px;
}
#menu1 li#m_2 a {
	background-position: -55px 0px;
	width: 75px;
}
#menu1 li#m_2 a:hover {
	background-position: -55px -26px;
}
#menu1 li#m_2 a.current {
	background-position: -55px -52px;
}
/*** Nav bar styles ***/

#menu2 {
/*Remove all spacings from the list items*/
	margin-top: 182px;
	font-size: 17px;
	float: right;
}
ul#menu2 li {
	float: left;
	position: relative;
	padding: 0;
	height: 40px;
	background-image: url(../images/bg_separator.png);
	background-position: right top;
	background-repeat: no-repeat;
}
ul#menu2 li a {
	padding: 4px 6px;
	color: #333;
	display: block;
	height: 32px;
	text-decoration: none;
}
ul#menu2 li a:hover {
	color: #000;
	background-image: url(../images/bg_over.png);
	background-position: top right;
}

ul#menu2 li.current a {
	color: #900;
}

ul#menu2 li:active,
ul#menu2 li li.current a, ul#menu2 li a:active{
	color: #d00;
}
ul#menu2 li {
	list-style: none;
	font-size: .8em;
}
#content {
	font-size: 1em;
	color: #333;
	padding-bottom: 50px;
}
#content h1 {
	font-family: Verdana, "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	padding: 1em 0 0 0;
	margin: 0 0 .4em 0;
	color: #900;
}
#content td h1 {
	padding-top: 0;
}
#content h2 {
	font-family: Verdana, "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	margin: 1.5em 0 0.4em 0;
	color: #000;
}
#content h3 {
	font-family: Verdana, "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 1.5em 0 0.4em 0;
	color: #000;
}
#content p {
	margin-bottom: .8em;
	line-height: 1.25em;
}
#content ul, #content ol {
	margin: .3em 0 .8em 0;
}
#content li {
	list-style: none;
	line-height: 1.5em;
	margin-bottom: .3em;;
}
#content li a:link, #content li a:visited {
	padding-left: 15px;
	background-image: url(../images/bg_li.png);
	background-position: 0 -2px;
	background-repeat: no-repeat;
	border: 0 none;
}
#content li.active a:link, #content li.active a:visited {
	color: #900;
	background-position: 0 -42px;
}
#content a.puce:link, #content a.puce:visited {
	padding: 1px 0 3px 20px;
	background-image: url(../images/bg_li.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content a.puce:hover {
	background-position: 0 -40px;
}
#content input.fXl, #content textarea.fXl, #content select.fXl {
	width: 99%;
}
#content input.fLg, #content textarea.fLg, #content select.fLg {
	width: 500px;
}
#content textarea.hLg {
	height: 300px;
}
#content input.fMd, #content textarea.fMd, #content select.fMd {
	width: 300px;
}
#content textarea.hMd {
	height: 150px;
}
#content input.fSm, #content textarea.fSm, #content select.fSm {
	width: 100px;
}
#content textarea.hSm {
	height: 60px;
}
#content input.fTn, #content textarea.fTn, #content select.fTn {
	width: 40px;
}
#content textarea.hTn {
	height: 25px;
}
#content #main {
	margin-right: 230px;
}
#content table.people {
	width: 100%;
	border-collapse: collapse;
}
#content table.people th {
	vertical-align: top;
	text-align: right;
	padding: 10px;
	width: 5%;
}
#content table.people td {
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
#content table.people td div {
	text-align: justify;
}
#content p a img {
	border: 1px solid #ccc;
}
#footer {
	position: relative;
	left: 50%;
	margin: -2em 0 0 -250px;
	width: 500px;
	height: 2em;
	color: #999;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover {
	color: #333;
}