body, html, h1, h2, h3, p, dl, dt, dd, ul, li, object, embed, div, form {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
body {
	background-image:url(images/body_bg.gif);
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding-top:22px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#a2a2a2;
	padding-top:15px;
}
#wrap {
	background-image:url(images/wrap_bg.jpg);
	background-repeat:repeat-y;
	width:849px;
}
#iBound {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

/* Header */
#header {
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	height:114px;
}
#nav {
	font-size:13px;
	background-image:url(images/nav_spacer.gif);
	background-repeat:no-repeat;
	position:relative;
	top:97px;
}
#nav a {
	position:relative;
	left:7px;
	margin-left:9px;
	margin-right:12px;
}
#nav a:link, #nav a:visited {
	color:#fff;
}
#nav a:hover {
	color:#ff0000;
}
#nav #current {
	color:#ff0000;
}
#nav #current:hover {
	color:#fff;
}

/* Right Hand Column */
#rcol {
	width:198px;
	float:right;
}
#subnav {
	background-image:url(images/subnav_bg.jpg);
	background-repeat:repeat-y;
	height:302px;
	/*height:272px;*/
	/*text-align:right;*/
}
#subnav img {
	border:1px solid #aeaeae;
}
#subnav ul {
	width:198px;
	padding-top:10px;
	/*padding-right:10px;*/
	line-height:20px;
	list-style-type:none;
}

#subnav li {
}

#subnav a {
	display:block;
	padding:1px 10px;
	margin:1px 0;
	background:url(images/blue_bar.jpg) repeat-x center left;
	color:#FFF;
	font-weight:bold;
}
#subnav a:hover {
	background:url(images/blue_bar.jpg) repeat-x bottom left;
	color:#FFF;
}
#subnav p {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-left:5px;
}
#title_bar {
	background-image:url(images/blue_bg.jpg);
	background-repeat:no-repeat;
	height:38px;
	text-align:center;
	margin-top:1px;
}
#title {
	border:none;
	background:transparent;
	width:196px;
	text-align:center;
	font-size:10px;
	color:#fff;
	padding:0px;
	padding-top:11px;
	margin:0px;
}
#contact {
	text-align:center;
	margin-top:13px;
	line-height:16px;
}

/* Content */
#content_parent {
	width:502px;
	float:left;
}
#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:482px;
	padding-left:5px;
	padding-right:5px;
	float:right;
}
#content p {
	text-indent:5px;
	padding-top:15px;
}
#content ul {
	padding-top:10px;
	max-width:477px;
	list-style-type:none;
}
#content ul ul {
	list-style-type:disc;
	margin-left:20px;
	padding-bottom:10px;
}
#content li {
	margin-left:15px;
}
#content .contact {
	text-indent:0px;
}
.content_imgL {
	float:left;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:5px;
}
.content_imgR {
	float:right;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
}
.content_imgC {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}


/* Footer */
#footer {
	clear:both;
	background-image:url(images/footer_bg.jpg);
	height:126px;
	width:849px;
	position:relative;
}
#footer a {
	color:#fff;
	position:absolute;
	top:55px;
	left:80px;
}
#footer a:hover {
	color:#ff0000;
}
#mask {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left:0;
	top:0;
	background-color:#fff;
}

/* Specialized Classes */
.blue {
	color:#4394d9;
}
.green {
	color:#32b419;
}
.left {
	float:left;
}
.right {
	float:right;
}
.opera #title {
	font-size:11px;
	position:relative;
	top:6px;
}