@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px 0px 40px 0px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.7em;
	
	background: url(../images/bkg_tile.gif) repeat;
}

a:link, a:visited {
	color: #002f5f;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {	
	color: #00abe8;
	text-decoration: underline;
}

ul {
	color: #00abe8;
}

h2 {
	color: #00abe8;
}

#page {
	margin: 0px auto;
	padding: 0px;
	width: 955px;
	background: #fff;

	border-left: #036 solid 3px;
	border-right: #036 solid 3px;
	border-bottom: #036 solid 3px;
	
	text-align: left;	
	color: #666;
}


#header {
	padding: 20px;
	width: 915px;
	height: 93px;
}
.header1 {
	background: url(../images/header1.jpg) no-repeat;
}
.header2 {
	background: url(../images/header2.jpg) no-repeat;
}
.header3 {
	background: url(../images/header3.jpg) no-repeat;
}
.header4 {
	background: url(../images/header4.jpg) no-repeat;
}
.header5 {
	background: url(../images/header5.jpg) no-repeat;
}

#menu {
	height: 45px;
	background: url(../images/menu_bkg.jpg) repeat-x;
	
	font-size: 13px;
	text-align: center;
}
#menu a {
	padding-top: 10px;
	height: 32px;
	width: 100px;
	display: block;
}
.menuItem {
	margin: 0;
	
	width: 100px;
	height: 42px;
	text-align: center;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	
	float: left;
	display: block;
}
.menuPad {
	margin: 0;
	padding-top: 10px;
	width: 16px;
	height: 32px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	
	float: left;
	display: block;
}
.at {
	background: #fff;
	border-bottom: #fff solid 3px;
}

#content {
}

#left {
	padding: 10px;
	width: 660px;
	float: left;
}

#right {
	width: 270px;
	float: right;
}
#right div {
	margin-top: 8px;
	padding: 26px 10px 0px 10px;
	width: 250px;
	background: url(../images/hr.jpg) no-repeat;
}
#right div div, #right div div div {
	margin: 0;
	padding: 0;
	background: none;
}

#footer {
	padding: 22px 10px 10px 10px;
	height: 2em;	
	background: url(../images/hr_long.jpg) no-repeat;
	clear: both;
}

.home_main {
	background: url(../images/home_bkg.jpg) no-repeat;
}
.home_subtitle {
	margin-top: 73px;
	text-align: right;
}
.home_content {
	margin-top: 144px;
}
.bodycolor {
	color: #333;
}

.edit {
	background-color: #cf0;
}

.insetLeft {
	margin: 0px 10px 10px 0px;
	border: solid 2px #002f5f;
	float: left;
}

.insetRight {
	margin: 0px 10px 10px 10px;
	border: solid 2px #002f5f;
	float: right;
}
.back {
	margin: -2em 0px 2em 0px;
	font-size: 10px;
}
.imkindofabigdeal {
	font-size: 16px;
}
.emphasis{
	color: #00abe8;
	font-weight: bold;
}

.strikethrough{
	text-decoration: line-through;
}

fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
