/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background: #414141;
}
#background {
	background: #123247 url(../images/pagebg.gif) repeat-y center;
}
#main {
	width: 956px;
	margin: auto;
	background: url(../images/mainbg.png) repeat-y;
}
#content {
	width: 900px;
	margin: auto;
}
#menu {
	background: #2790d0 url(../images/menubg.gif);
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 85%;
	white-space: nowrap;
	text-shadow: 1px 1px 2px #000;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	float: left; 
	list-style-type: none;
	padding-left: 17px;
	padding-right:5px;
	background: url(../images/menubreak.png) no-repeat left;
	line-height: 38px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color:#fff;
	text-decoration: underline;
}
#submenu {
	background: #f44a31 url(../images/submenubg.gif);
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 75%;
	white-space: nowrap;
	text-shadow: 1px 1px 2px #000;
	margin: 0px;
	padding: 0px;
}
#submenu ul {
	padding: 0px;
	margin: 0px;
}
#submenu ul li {
	float: left; 
	list-style-type: none;
	padding-left: 13px;
	padding-right:5px;
	white-space: nowrap;
	background: url(../images/submenubreak.png) no-repeat left;
	line-height: 24px;
}
#submenu a {
	color: #fff;
	text-decoration: none;
}
#submenu a:hover {
	color:#fff;
	text-decoration: underline;
}
#bodyleft {
	float: left;
	width: 425px;
	wid/th: 395px;
	height: expression( this.scrollHeight < 550 ? "550px" : "auto" ); /* sets min-height for IE */
	min-height: 550px; /* sets min-height value for all standards-compliant browsers */
	padding: 30px 0px 20px 30px;
	color: #4c4c4c;
	font-size: 90%;
	line-height: 1.6em;
}
#bodyleft p {
	padding-left: 10px;
}
#bodyright {
	float: right;
	width: 330px;
	wid/th: 380px;
	padding: 102px 50px 0px 0px;
}
#bodyright img {
	margin-top: 20px;
	border: none;
}
a {
	color: #2194bf;
	text-decoration: none;
}
a:hover {
	color: #2194bf;
	text-decoration: underline;
}
.breadcrumbs {
	color: #2194bf;
	font-size: 85%;
	margin-bottom: 6px;
	padding-left: 10px;
}
.breadcrumbs a {
	color: #939393;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #939393;
	text-decoration: underline;
}
.bc_current {
	color: #6e6e6e;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	color: #fff;
	background: url(../images/h1bg.gif) no-repeat;
	padding: 0px;
	padding: 0px 0px 8px 10px;
	margin: 0px;
	line-height: 21px;
	font-weight: bold;
	font-size: 110%;
	text-shadow: 1px 1px 2px #005181;
}
#footer {
	clear: both;
	height: 25px;
	background: #9e9e9e url(../images/footerbg.gif) repeat-x top;
	font-size: 80%;
	color: #2b2b2b;
	text-align: center;
	line-height: 25px;
}
#footer a {
	color: #2b2b2b;
	text-decoration: none;
}
#footer a:hover {
	color: #2b2b2b;
	text-decoration: underline;
}
iframe {
	border: 0px;
}
table {
	margin-left: 10px;
}
td {
	padding: 2px 10px 2px 0px;
}
