/* CSS Document */ 

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	padding: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

table{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#950to1200 {
	min-width:950px;
	max-width:1200px;
	width:expression(document.body.clientWidth < 950 ? "950px" : document.body.clientWidth > 1200 ? "1200px" : "100%" );
}

#850to1200 {
	min-width:850px;
	max-width:1200px;
	width:expression(document.body.clientWidth < 850 ? "850px" : document.body.clientWidth > 1200 ? "1200px" : "100%" );
	}
		
#750to1200 {
	min-width:750px;
	max-width:1200px;
	width:expression(document.body.clientWidth < 750 ? "750px" : document.body.clientWidth > 1200 ? "1200px" : "100%" );
}
	 
#banner {
	width:100%;
	height:130px;
	overflow:hidden;
	margin-top:0px;	
	margin-left:0px; 
	margin-right:0px;
	padding:0px;
	background-color:#FFFFCC;
	/* background-image:url(../menuimages/right_banner.png); */
	background-repeat:repeat-x;
	}
	
#leftbanner {
	margin:0px;
	padding:0px;
	height:130px;
	width:510px;
	background-image:url(../menuimages/left_banner.png);
	background-repeat:no-repeat;
	float:left;
	}

#rightbanner {
	margin:0px;
	padding:0px;
	height:130px;
	width:300px;
	background-image:url(../menuimages/right_banner.png); 
	background-repeat:no-repeat;
    float:right;
	border-left-width:300px;
	}
#menu {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:0px;	
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	background-repeat:repeat-x;
	}

			
#leftcol {
	width:190px;
	float:left;
	background-image:url(../menuimages/btn_red.gif);
	background-repeat:repeat-x;
	height:auto;
	}

#leftcoltext {
	margin-top:50px;
	margin-left:10px;
	width:150px;
	height:auto;
	}
		
#centrecol {
	margin-left:190px;
	margin-top:0px;
	margin-right:240px;
	padding:0px;
    background-image:url(../menuimages/btn_red.gif);
	background-repeat:repeat-x;
		}
		
#rightcol {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	width:240px;
	height:auto;
	background-image:url(../menuimages/btn_red.gif);
	background-repeat:repeat-x;
	float:right;
	}

#rightcolwide {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	width:340px;
	height:auto;
	background-image:url(../menuimages/btn_red.gif);
	background-repeat:repeat-x;
	float:right;
	}


#rightcoltext {
	margin-top:50px;
	margin-left:30px;
	margin-right:10px;
	width:200px;
	}	
	
	
#rightcolleft {
	margin-left:20px;
	width:100px;
	float:left
	}	
	
#rightcolright {
	margin-left:130px;
	width:100px;
	}
	
#leftpic250by167{
	width:260px;
	height:170px;
	float:left;
	}
#leftpic333by222{
	width:350px;
	height:230px;
	float:left;
	}
			
#rightpic250by167 {
	width:260px;
	height:170px;
	float:right;
	
	
	}
#onlinebaner {
	background-color:#E1E1E1;
	}
	
	
img {
	border-color:#E2E2E2;
	}
a:link {
	color: #990000;
	}
a:visited {
	color: #993366;
	}
a:hover {
	color: #FF0000;
	}
.page_10 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
.page_12 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

/* headings */
.maroon_bold_12 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	}
.maroon_bold_14 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}
.maroon_bold_16 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	}
.maroon_bold_18 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
    background-color:#004000;
	}
.maroon_18 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FEC981;
	}

.menu_16 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #BA3001;
	}

.grey_normal_12 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	}
.grey_bold_12 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
.grey_bold_14 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
.grey_bold_16 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	}
.green_bold_10 {
	font-size: 10px;
	font-weight: bold;
	color: #800000;
	}	
.green_bold_12 {
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	}
.green_bold_14 {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
	}
.green_bold_16 {
	font-size: 16px;
	font-weight: bold;
	color: #800000;
	}
