html { 
	font-size: 100%; 
}

body {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em; 
	background-color: #CCCCCC; 
	text-align: center;
	color: #000000;
	
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	width: 100%;
	border: 1px solid #ffffff;
}

th{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #666666;
	border: 1px solid #ffffff;
}

td, tr{
	border: 1px solid #ffffff;
}



h1{
	color: #CCCCCC;
	visibility:hidden;
	font-size: 1em; 
}

h2{
	color: #006699;
	font-size: 1.2em; 
	margin:0px 0px 0px 0px;
}

h3{
	color: #0099CC;
	font-size: 1.1em; 
	margin:3px 0px 0px 0px;
}

h4{
	color: #666666;
	font-size: 1em; 
	font-weight: 800; 
}

h5{
	color: #666666;
	font-size: 1em; 
}

strong{
	color: #666666;
}

/* This is for the a links to be blue on mouse over & no underline */
a:hover {  
	color: #0099CC;
	text-decoration:none;
	font-weight: 800;  
}

/* This is for the a links to be dark blue & no underline */
a {
	color: #006699;
	text-decoration:none;
	font-weight: 800; 	
}

img{
	border: 0;
}

ul.textbullet{
	list-style-position:outside;
}

li.invisible {
	list-style:none;
}

/* This is for the main outside border, creates the rectangle shape that hold the info */
#container { 
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	border: 2px solid rgb(153,153,153);
	background-color: #FFFFFF;
}

#header{
	width: 740px;
	height: 115px;
	/*background: url(banner.gif) no-repeat;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
	background-image:url(banner.gif);
	z-index:1;
}

/* This is for the a menu section linking to the webpages*/
#menu{
	position:absolute;
	width: 230px;
	/*height: 350px;*/
	background-color: #ffffff;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

/* This is for the main content  */
#mainArea{
	position:relative;
	width:470px;
	left:240px;
	color: #333333;
	/*border-right: 1px solid rgb(153,153,153);*/
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 3px;
	border-left: 1px solid rgb(153,153,153);

}

.imagesRight{
	float: right;
	margin: 0px 0px 0px 5px;
	border: 0;
}

.imagesleft{
	float: left;
	margin: 0px 5px 0px 0px;
	border: 0;
}

#quote{
	color: #006699;
	text-decoration:none;
	font-style:italic;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}

/* This is for the bottom  section reference */
#bottom{
	text-align: center;
	border-top: 1px dotted #cccccc;
	color: #999999;
	padding-top: 3px;
}

#Menuline{
	width:200px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
}

/*
.btndesign {
	font-size: 0.8em; 
	background-color:#666666;
	color:#ff9933;
	border: 1px solid rgb(153,153,153);
	cursor: hand;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

.flddesign{
	font-size: 0.8em; 
	background-color:#666666;
	color:#ff9933;
	border: 1px solid rgb(153,153,153);
	width:100px;
}

.inputdesign{
	font-size: 0.8em; 
	background-color:#666666;
	color:#ff9933;
	border: 1px solid rgb(153,153,153);
	width:75px;
}

.highlight{
	color: #FF9933;
	font-weight: bold;
}*/

/*




/*
#outer {
	position:relative;
	border-left: 2px solid rgb(153,153,153);
	border-right: 2px solid rgb(153,153,153);
	width: 740px; 
	height: 100%;
	background-color: #FFFFFF; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}*/

