body {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin: 0px;
	padding:0px;
	background: #808080 url(images/bg.jpg) repeat-y scroll 50% 0%;
	line-height: 18px;
}

p{
	margin-top:5px;
	margin-bottom:15px;
}

h2{
	font-size: 18px;
	font-style: bold;
	color: #666666;
	display: inline;
}

h2.sign{
	font-style: normal;
	font-weight:normal;
	text-transform: capitalize;
	text-align: right;
}

a:link, a:visited{
	color: #000000;
	text-decoration: underline;
}

#divSubTitle {
	font-size: 13px;
	font-weight: regular;
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;
}

#divTitle {
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#000000;
}

#divLogo {
	width: 132px;
	padding-left: 5px;
}

#divMain {
	/*position:absolute;
	margin-left:-371px;
	left:50%;*/
	display:block;
	margin:0 auto;
	width: 742px;
	
	background-image: url(images/yellow_dots.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	background-color: #FFFFFF;

	
}
#divHeader {
	width: 742px;
	padding-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffb400;
}
#divBottom {
	width: 337px;
}
#divFooter {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #ffb400;
	width: 100%;
	text-align: center;
	font-weight: bold;
	clear: both;
	padding: 20px 0;
	margin-top: 30px;
	float:left;
	font-size: 15px;
}

#divFooter a.cwid{
text-decoration:none;
font-size:11px;
display:block;
margin-top: 10px;	
}

#divContentRight {
	width: 351px;
	/*position: absolute;
	left: 369px;
	top: 159px;*/
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
#divMiddle img {
	padding-top: 10px;
	padding-left: 100px;
}


#divSubHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 5px 73px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFB400;

}
#divContent {
	width: 100%;
	padding-top: 6px;
}
#divContentLeft {
	width: 337px;
	padding-left: 11px;
	padding-right: 23px;
	float:left;
}
#divTop {
	width: 337px;
}
#divMiddle {
	width: 317px;
	background-image: url(images/paper.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}




#divNavigation {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	/*position: absolute;
	left: 252px;*/
	float:right;
	margin-top: -60px;
	width: 490px;
	text-align: right;
}
#divNavigation img {
	padding-right: 1px;
}

#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNavigation ul li {
	display: inline;
}
#divNavigation ul li a {
	float: left;
	height: 20px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 8px;
}
#divNavigation ul li a:link, #divNavigation ul li a:visited {
	color: #000000;
}
#divNavigation ul li a.current {
	color: #ffb400;
}
#divContentLeft ul  li {
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}


#divNavigation ul li a:hover{
	color: #ffb400;
}

.float-left{
	float:left;
	padding: 10px 10px 0 0;
	
}

.float-right{
	float:right;
	padding: 10px 0px 0 10px;
	
}

.note{
	margin-top:200px;
	width: 270px;
	margin-left:20px;
	
}