body {
	background-color: #F7F5F8;
	margin: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595C85;
	background-image:url(/images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

h1, h2 {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 14px
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
input, textarea {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	font-size: 11px;
}


div #page {
	position: relative;
	text-align: center;
	width: 100%;
}
div.content {
	position: relative;
	text-align: left;
	width: 780px;
}
div.header {
	position: relative;
	background-color: #4A4B4F;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	height: 28px;
	text-align: right;
	padding: 4px;
}
div.nav_sep {
	position: relative;
	width: 2px;
	background-color: #666666;
	float: right;
	height: 26px;
}
div.nav_link {
	position: relative;
	width: 130px;
	background-color: #4A4B4F;
	text-align: center;
	float: right;
	height: 15px;
	margin: 6px 0px 0px 0px;
}
div.nav_link a {
	color: #ffffff;
	background-color: #4A4B4F;
}
div.banner {
	position: relative;
	height: 242px;
	background-image:url(/images/body_bg.jpg);
}
div.banner_plain {
	position: relative;
	height: 242px;
	background-image:url(/images/body_plain_bg.jpg);
}


div.logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
div.main {
	position: relative;
	background-image:url(/images/main_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.frame {
	position: absolute;
	width: 283px;
	height: 362px;
	background-image:url(/images/frame.gif);
	top: -145px;
	left: 15px;
	padding: 10px;
}
div.frame a {
	color: #000000;
	vackground-color: #FFFFFF;
	font-weight: bold;
}
div.large_img {
	position: absolute;
	width: 377px;
	height: 198px;
	top: -215px;
	left: 359px;
}
div.sub {
	position: absolute;
	width: 375px;
	top: 20px;
	left: 359px;
}
div.sub_left {
	position: relative;
	width: 180px;
	float: left;
}
div.sub_right {
	position: relative;
	margin: 0px 0px 0px 15px;
	width: 180px;
	float: left;
}
div.footer {
	position: relative;
	float: left;
	clear: both;
	border-top: 2px solid #000000;
	width: 100%;
	margin: 15px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

img.img_rect_border {
	position: relative;
	background-image:url(/images/img_rect_bg.gif);
	padding: 1px 4px 4px 1px;
	background-repeat:no-repeat;
	background-position:top left;
}
img.img_large_border {
	position: relative;
	background-image:url(/images/img_large_bg.gif);
	padding: 1px 4px 4px 1px;
	background-repeat:no-repeat;
	background-position:top left;
}
blockquote {
	margin: 10px;
	padding: 5px;
	background-color: #F1F1F1;
	color:#333333;
}
blockquote p {
	margin: 0px;
}

div.callus {
	position: absolute;
	left: 10px;
	top: 10px;
}
div.imgcallus {
	position: absolute;
	left: 50px;
	top: 540px;
}

div.logotext {
	position: absolute;
	left: 260px;
	top: -70px;
}

/* Error Messages */

div.msg_header_0 {
	background-color: red;
	color: white;
	padding: 4px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	text-align: center;
}
div.msg_header_1 {
	background-color: green;
	color: white;
	padding: 4px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	text-align: center;
}
div.msg_body {
	background-color: #EEEEEE;
	color: #666666;
	padding:4px;
	margin-bottom: 15px;
}