body {font-family: "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;font-size:x-small;color:rgb(61,61,61);margin:5px;padding:0;min-width:600px;}
td {font-family: "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;font-size:x-small;color:rgb(61,61,61);text-align:left;padding:3px;}

.bold {font-weight:700;}
.center {text-align:center;}
.tight {letter-spacing:-4px;margin:0px 50px 0px 0px;}
.loose {letter-spacing:-1px;margin:3px 0px 3px 0px;}
.bannerlarge {font-size:50px;}
.bannermedium {font-size:25px;}
.bannersmall {font-size:14px;}
.black {color:rgb(0,0,0);}
.dkgray {color:rgb(61,61,61);}
.gray {color:rgb(91,91,91);}
.ltblue {color:rgb(122,188,255);}
.white {color:rgb(255,255,255);}

.nav_btn {background:url(../images/btn_bak.gif) no-repeat rgb(122,188,255);text-align:center;width:100%;height:25px;margin:0px 0px 10px 0px;padding:3px 0px 0px 0px;font-weight:bold;}
.nav_link {color:rgb(255,255,255);text-decoration:none;}
.nav_link:hover {color:rgb(251,176,63);}

#header {
	margin:0;
	padding:0;
}
#headertop {
	background: url('../images/masthead_bar.gif') no-repeat rgb(122,188,255);
	width:100%;
	height:20px;
	lborder:1px solid red;
	}
#headertoptext {
	text-align:right;
	margin:3px 15px 0px 0px;
	font-size:10px;
	}
#headertopbody {
	width:100%;
	height:40px;
	margin:3px 0px 0px 20px;
	}
	
#nav {
	float:left;
	width:170px;
	margin:0px;
	padding:25px 15px 0px 0px;
	border-right:2px solid rgb(251,176,63); 
	}
	
#content {
	margin:0 0px 0 190px;
	}
	
#line {
	padding:25px 15px 0px 0px;
	border-left:2px solid rgb(251,176,63);
	}
	
#bannercontainer {
	lborder:1px solid blue;
	ltext-align:center;
	margin-top:55px;
	}
#bannertext {
	float:left;
	height:200px;
	width:350px;
	lborder:1px solid red;
	}
#bannerimage {
	height:200px;
	lborder:1px solid green;
	}
#navigationcontainer {
	margin:20px 0px 0px 15px;
	}	
#navigationcontainer th {
	vertical-align:top;
	text-align:left;
	font-size:small;
	lborder:1px solid red;
	}	
#navigationcontainer td {
	width:25%;
	vertical-align:top;
	font-size:x-small;
	lborder:1px solid blue;
	}	
#navigationcontainer ul {
	margin-left:-20px !important;
	margin-left:20px;
	}	

#footer {
	clear:left;
	height:18px;
	width:100%;
	background:rgb(184,184,184);
	text-align:center;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
#footer p {
	color:rgb(255,255,255);
	font-size:10px;
	}