/* CSS Document */

/*left layout table column in which the Navigation bar is located*/
#navCol{
	background-color:#FFCC33;
	width:150px;
	height:auto;
	vertical-align:top;	
}
/*left naviagtion bar*/
#navBar{
	position:absolute;
	top:20px;
	height:auto;
}
/*the ul inside the navBar div tag*/
#menu{
	position:relative;
	top:0px;
	vertical-align:top;
	padding-left:8px;
	padding-top:5px;
	margin-left:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:400;
	/*color: #336699;*/
	font-size:18px;
}
/*each menu name */
#menu li{
	list-style-type: none;
	text-indent: 0px;
	text-align: left;
}
/* each main menu link */
#menu li a{
	text-decoration: none;
	width: 100%;
	color: #336699;
}
#menu li a:hover{
	color:#FF6633;
}
/* the entire submenu */
#menu li ul{
	margin-left: 10px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 10px;
	font-weight:600;
}
/*each submenu item */
#menu li ul li{
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	margin-left:0px;
	float: none;
	list-style-type: none;
	width: 100px;
	text-indent: 0px;
	border: none;
}
/*the links in each submenu item*/
#menu li ul li a{
	color: #336699;
	text-decoration: none;
}
#menu li ul li a:hover{
	color:#FF6633;
}
/*the middle column of the layout table*/
#bodyCol{
	height: 450px;
	width: 550px;
}
/*top title inside the middle column of the layout table*/
#title{
	position: relative;
	top: 0px;
	vertical-align:top;
	/*background-color:#FF0000;*/
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	padding: 10px;
}
/*the first(short) portion of the title*/
#shortT{
	padding-left:20px;
	padding-top:30px;
	font-size:16pt;	
}
/*the second(long) portion of the title*/
#longT{
	font-size:12pt;
	font-weight: bold;
}
/*the text/picture part of the center column*/
#body{
	margin-top:10px;
	margin-left: 10px;
	position: relative;
	height: auto;
	width:auto;
	border: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	text-indent: 20px;
}

#body p ul li b{
	color:#336699;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:5px;
	padding:10px;
}
/*calss for right floating pictures*/
.R{	
	visibility:visible;
	margin: 10px;
	padding-right: 5px;
	float:right;
}
/*calss for left floating pictures*/
.L{
	visibility:visible;
	margin: 10px;
	padding-left: 5px;
	float:left;
}
/*calss for right gallery pictures*/
.gallery{
	border:0;
	visibility:visible;
	margin:15px;
	margin-top:10px;
	text-decoration:none;
}
/*class to color text blue*/
.bold{
	color:#336699;
}
/*paragraph in the body*/	
#body p{
	padding-right:20px;
}
/*the bottom navigation bar*/
#botNavBar{
	position:relative;
	width: 550;
	height: auto;
	text-align: center;	
}
/*the links of the bottom navigation bar*/
#botNavBar a{
	text-decoration:none;
	color: #336699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:13px;
	padding-left:2px;
	padding-right:2px;
}
#botNavBar a:hover{
	color:#FF6633;
}
/*the quote in teh body*/	
#quote{
	width:auto;
	padding:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:15px;
	color:#CC0099;
}
/*the right column of the layout table*/
#sideCol{
	width: 100px;
	background-color:#336699;
}
#sideBar{
	position: relative;	
}
/*id="Border" style="border-width:10; border-style:double; border-color:#0099FF;">*/
/*the border around the job add*/
#border{
	margin:10px;
	border-width:10px;
	border-style:double;
	border-color:#336699;
}
/*class for lists*/
.list{
	text-indent: -.1em;
}