body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding: 10px;
	margin-top: 20px;
}

#navbar {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	background-color: #336699;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#banner {
	position: relative;
	height: 200px;
	width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_left {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 440px;
}
#content {
	background-image: url(../images/common/shadow.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#content_right {
	float: right;
	width: 245px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #FFEAD5;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-bottom: 15px;
}
#content_page_left {
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 18px;
	float: left;
	width: 440px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 20px;
}

#content_page_right {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 20px;
	line-height: 18px;
	float: right;
	width: 220px;
	margin-top: 20px;
}
#content_page_right img {
	padding: 3px;
	border: 1px solid #999999;
}




#infoBox {
	position: absolute;
	left: 550px;
	top: 40px;
	width: 190px;
	height: 120px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}





#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerMid {
	float: left;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.blue {
	color: #336699;
}
.orange {
	color: #FF6600;
}

a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #336699;
}
abbr[title]:hover{
	cursor:help;
	}
