@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/forms.css');
@import url('../css/common.css');
@import url('../css/measures.css');

@charset "UTF-8";

/* ------------------------ */
/*	General Build Styles	*/
/* ------------------------ */

img {
 	behavior: url("iepngfix.htc");
}

#container {
	width: 960px;
	border: none;
	margin: 0 auto;
	padding: 0 auto;
}
#top {
	width: 960px;
	height: 50px;
	padding: 0 auto;
	margin: 0 auto;
	float:left;
	display:block;
}

#body {
	width:960px;
	margin: 0 auto;
	padding: 00px 0px 0px 0px;
	float:left;
}

#bodycontent {
	width: 900px;
	height:auto;
	margin: 0 auto;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	padding: 30px 20px 0px 30px;
	display: block;
	text-align:left;
	float:left;
	display:block;
}



#content {
	width: 520px;
	height: auto;
	margin: 10px 0 20px 0;
	display: block;
	float: right;
	overflow: hidden;
	z-index: 2;
}

.separator {
	width: 100%;
	height: 10px;
	padding: 30px 0 40px 0;
	display: block;
	float: left;
	text-align:center;
	z-index: 99;

}

.alignLeft {
	float:left;
	display:block;
}


.alignRight {
	float:right;
	display:block;
}

.notice {
	width: 100%;
	height:auto;
	text-align:justify;
}

.noticeForm {
	width: 25%;
	height:auto;
	text-align:left;
}

.noticeText {
	width: 73%;
	height:auto;
	text-align:left;
}

#divoption1 {
	padding-right: 60px;
	width: 255px;
	float:left;
}

#divoption2 {
	padding-right: 60px;
	width: 255px;
	float:left;
}

#divoption3 {
	width: 255px;
	float:left;
}

div.divoptionpad {
	padding: 0px 5px 0px 5px;
}

div.divoptiontxt {
	padding: 0px 10px 0px 10px;
	background: #fff url("../images/divcontent_bg.jpg") 0 0 repeat-x;
}

div.divoptiontxt h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #C30000;
	text-align:left;
	padding-top: 10px;
	padding-bottom:8px;
}

div.divoptiontxt p {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align:left;
}

p{margin:0;padding: 0px 0px 10px 0px;}

/* curve height, background image */
.bodyinfo .t, .bodyinfo .b, .bodyinfo .b b, .bodyinfo .t b{
height:8px;
background-image:url(../images/greycorners.png);
}

/* inner color, border color, border width */
.bodyinfo .c{
background:#ffffff;
border-color:#bcbcbc;
border-left-width:1px;
border-right-width:1px;
}

.bodyinfowhite .t, .bodyinfowhite .b, .bodyinfowhite .b b, .bodyinfowhite .t b{
height:8px;
background-image:url(../images/greycorners_white.png);
}

/* inner color, border color, border width */
.bodyinfowhite .c{
background:#ffffff;
border-color:#bcbcbc;
border-left-width:1px;
border-right-width:1px;
}


/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 2px 0 2px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}

/* surrounding margins (optional) */
.roundTop{
margin-bottom:0px;
}
.roundTop .c{
/* inner content padding */
padding:0 2px 0 2px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.roundTop .t, .roundTop .b, .roundTop .t b, .roundTop .b b{
display:block;
overflow:hidden;
}
.roundTop .t b, .roundTop .b b{
float:right;
width:50%;
}
.roundTop .t .r{
background-position:top right;
}
.roundTop .b .r{
background-position:bottom right;
}
.roundTop .b{
background-position:bottom left;
}
.roundTop .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}

