@charset "utf-8";
/* CSS Document */

html {padding:0px; margin:0px;}
body {padding:0px; margin:0px; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:10pt;}

h1 {font-size:17px; padding:0px; margin:0px;}
h2 {font-size:17px; padding:0px; margin:0px; color:#21465d;}

#pageWrapper { width:983px; margin:0px auto; background-image:url(../images/page-border.gif); background-repeat: repeat-y; background-position: top left; }

#footerWrapper {  font-size:0.7em; background: #fff url(../images/footer-background.gif) bottom left no-repeat;  }
	#footerWrapperInner { border-top:1px solid #5f8093; margin:0px 1px; padding:7px 0px 10px 10px; }
	#footerWrapper p { float:left; padding:0px; margin:0px; }
	#footerWrapper ul {margin:0px; padding:0px; list-style:none; float:right;}
	#footerWrapper ul li {margin:0px; padding:0px 10px; border-left:1px solid #000; display:inline;}
	#footerWrapper ul li.first {border-left:none;}
	
	
/* content layouts */ 

#contentWrapper {}

/* total width = 981px

/* three quarter width */
#contentWrapper div.threeQuarterWidth {width:735px; background-color:#fff; margin-right:1px; float:left; margin-left:1px;}

/* half width (not 50%-50%) */
#contentWrapper div.halfWidth {width:490px; margin-right:1px; float:left; margin-left:1px;}
#contentWrapper div.halfWidth2 {width:490px; background-color:#ecf0f3; float:left; }

/* quarter width */
#contentWrapper div.quarterWidth1 {width:244px;  margin-right:1px; background-color:#f5f8f9; float:left;}
#contentWrapper div.quarterWidth2 {width:245px; background-color:#ecf0f3; float:left;}