@import url(rte.css) screen;

/* PAGE LAYOUT 						****** BEGIN */
body {
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
	color:#333333;		
	background-image: url("headerbg.jpg");
	background-position: 50% 0;
	background-repeat:repeat-x;
	background-color: #fff;
	margin-top:24px;	
}

* html body {
	text-align:center;
}

#box {
	margin: 0 auto;
	width:956px;
	height:auto;
	text-align:left;
}

.logo {
	padding-right:0px;
	text-align:right;
}

.col1 { 
	margin-top:75px;
	overflow:hidden;
	width:170px;
	float:left;
	}
	
.col2 {
	width: 700px;
	padding-left:15px;
	padding-right:15px;
	margin-top:45px;	
	border-top:0 none;
	border-bottom:0 none;	
	min-height: 500px;	
	float:right;
	border-right:1px dashed #ccc;

}

.clc {
	clear:both;
}
/* PAGE LAYOUT 						****** END */


/* PAGE CONTENT 						****** BEGIN */
UL { list-style-image:url(check.jpg);}
li { margin-left:-13px;	}
	
p,li,ul,ol, li, a  { 
	margin-bottom:0.7em;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	line-height:160%;	
}

#corner {
	position:absolute;
	top:0;
	left:0;
	width:463px;
	height:175px;
}
/* PAGE CONTENT 						****** END */
