* {
	padding:0;
	margin:0;
}
img	{
	padding:0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	background-image:url(../images/bg_body2.png);
	font-family: Arial;
	font-size:14px;
	font-variant: normal;
}
#body2 {
	background-image:url(../images/bg_content2.png);
	background-repeat:repeat-y;
	background-position:center;
}
#body3 {
	background-image:url(../images/bg_content_top2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content {
	width: 832px;
	padding-top:25px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:295px;
	margin-left:15px;
	margin-right:15px;
	background-image:url(../images/bg_header2.jpg);
	background-repeat:no-repeat;
}
#main{
	background-image:url(../images/bg_main2.jpg);
	background-repeat:repeat-y;
	margin-left:15px;
	margin-right:15px;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
}

#menu{
	background-image:url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	height:94px;
	width:778px;
	margin-left:15px;
	margin-right:15px;
	padding-left:24px;
}

#menu a {
	text-align:center;
	display:block;
	color: #FFFFFF;
	background-repeat:no-repeat;
	background-position: 0px -100px;
	text-decoration: none;
	float:left;
	margin-top:10px;
	height:84px;
}
#menu a:hover { 
	background-position: bottom;
	color: #FFFFFF;
	text-decoration: none;
}

#left {
	float:left;
	width:200px;
}

#right {

	float:right;
	width:515px;
}

#footer {
	clear: both;
	color:#cfcfcf;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/bg_footer.jpg);
	height:72px;
}


#page_break {
	font-size:14px;
	text-align:center;
}
#page_break a {
	text-decoration:none;

} 


.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.divider{
	text-align: center;
	background: url(../images/divider2.gif) repeat-x center;
	font-size:11px;
	color: #999999;
	clear:both;
}
.divider h3{
	display:inline;
	font-size:11px;
	border: 1px #CCCCCC solid;
	background-color:#FFFFFF;
	padding:1px 10px 1px 10px;
	margin-left:auto;
	margin-right:auto;
}
.divider h2{
	color: #CCCCCC;
	display:inline;
	font-size:11px;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	padding:1px 10px 1px 10px;
}
.divider span{
	color: #CCCCCC;
}

.strip {
	background-image:url(../images/strip.gif);
	background-repeat:repeat-x;
	height:37px;
	margin-top:10px;
	margin-bottom:5px;
	clear:both;
}


/* text design */

h1 {
	font-size:26px;
	margin-bottom:15px;
}
h2 {
	font-size:16px;
	margin-bottom:5px;
}
ul {
	margin-left:15px;
}
.high {
	font-weight:bold;
}
.medium {
	font-size:12px;
}
.small {
	font-size:11px;
}
.subtitle {
	color: #999999;
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}
a, a:visited {
	text-decoration: underline;
}
a:hover{
	color: #ec008c;
	text-decoration: underline;
}
.mini {
	font-size: 10px;
	font-weight: normal;
}
.cell {
	width: 30px;
	height: 22px;
	font-family: "ARIAL CE", "HELVETICA CE","ARIAL","HELVETICA";
	font-size: 12px;
	border:#FFFFFF solid 1px;
}

/* text color */

h1,h2,h3 {
	color: #ec008c;
}

.high {
	color: #ec008c;
}
.red {
	color:#FF0000;
}
.large { 
	font-size:14px;
}
a {
	color: #ec008c;
}

