body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	padding-bottom: 20px;
}

td, div {
	text-align: left;
	overflow: hidden;
}

img {
	border: 0px;
}


/*** header ***/


#header {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#header_left {
	width: 250px;
	height: 105px;
	background-image: url(../images/black_and_white.gif);
	background-position: 0px 77px;
	background-repeat: repeat-x;
	background-color: #fff;
	border-right: solid 3px #fff;
}

#header_left img {
	margin-top: 45px;
	margin-left: 20px;
	background-color: #fff;
}

#header_right {
	height: 105px;
	background-image: url(../images/green_and_white.gif);
	background-position: 0px 77px;
	background-repeat: repeat-x;
	background-color: #fff;
}

h1 {
	color: #333333;
	font-family: arial,helvetica;
	font-size: 15px;
	padding-top: 22px;
	padding-bottom: 10px;
	margin: 0px;
}

#subtitle {
	border-top: solid 1px #999999;
	padding-top: 4px;
	color:#7FA5AF;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
}


/*** menu ***/


#menu_left {
	padding-left: 20px;
}

#menu_left a, #menu_right a {
	color: #767676;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#menu_left a:hover, #menu_right a:hover {
	color: #7FA5AF;
	text-decoration: none;
}

#menu_left td, #menu_right td {
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-right: solid 12px #fff;
}

#menu_right td {
	border-right: solid 40px #fff;
}

#menu_left td.selected, #menu_right td.selected {
	background-image: url(../images/green_and_white_sm.gif);
	background-position: 0px 14px;
	background-repeat: repeat-x;
}

#menu_left td.selected a, #menu_right td.selected a {
	color: #7FA5AF;
}


/*** navbar ***/


.navbar {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

.navbar_right {
	width: 210px;
	height: 22px;
	background-image: url(../images/black_and_white.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #fff;
	border-left: solid 3px #fff;
}

.navbar_left {
	height: 22px;
}

.navbar_left table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

.navbar_left_top, .navbar_left_bottom {
	height: 4px;
	background-image: url(../images/green_and_white_top.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.navbar_left_middle_left, .navbar_left_middle_right {
	height: 14px;
	width: 20px;
	background-image: url(../images/green_and_white_middle.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.navbar_left_middle_center {
	height: 14px;
	padding-left: 15px;
	font-family: arial,helvetica;
	font-size: 10px;
	color: #333333;
}

.navbar_left_middle_center a {
	color:#5C8994;
	text-decoration:underline;
}

.red {
	color:#A06867;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:7pt;
}

/*** content ***/


#content {
	width: 945px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 0px;
	border-collapse: collapse;
}

#content .box1, #content .box2 {
	background-color: #D3E4FF;
	border: solid 1px #5398FF;
	font-family: verdana,helvetica;
	font-size: 12px;
	margin-bottom: 10px;
}

#content .box1 {
	width: 600px;
	_width: 680px;
	padding: 40px;
}

#content .box2 {
	width: 229px;
	_width: 252px;
	padding: 10px;
}

#content .box1 img.designpic {
	float: right;
	margin-left: 20px;
/*	width: 314px;
	height: 400px;*/
	border: solid 5px #999999;
}

h2 {
	background-image: url(../images/header-img.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333333;
	font-family: arial,helvetica;
	font-size: 17px;
	margin: 0pt;
	padding-left: 22px;
	padding-bottom: 20px;
	text-align: left;
}

h3 {
	background-image: url(../images/header-img.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333333;
	font-family: arial,helvetica;
	font-size: 13px;
	margin: 0pt;
	padding-left: 22px;
	padding-bottom: 10px;
	text-align: left;
}

h3 a {
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	margin-left: 22px;
}

ul a {
	color: #5C8994;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

.more {
	margin-top: 10px;
	text-align: right;
}

.more a {
	background-image: url(../images/arrow_b.gif);
	background-repeat: no-repeat;
	color: #5C8994;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}


/*** footer ***/


#footer {
	width: 560px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 0px;
	border-collapse: collapse;
}

.footer-cells {
	padding: 10px;

}

.footer-list {
	background: #fff;

}
