body {
	
}



#container {
	width: 750px;
	margin: 0 auto;
	background: url(images/background.jpg) repeat-y;
	display: table;
}

#container img {

float: left;
} 

#main {
	
	width: 734;
	padding: 0px 7px 15px 7px;
}

#main img {
float: none;
} 


/* this is the main UL element*/
.dropdown{
	visibility:block;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:0px solid #444;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
			margin-top: 2px;
			margin-bottom: 0px;
			font-family: Arial, Tahoma, Verdana;
			font-size: 9pt;
			color: #fff;
			float: left;
			padding:0px;
			width:110px;
			cursor:hand;
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#fff;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	background-color:#B49857;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	
	padding-left:00px;
	width:110px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif') no-repeat;
	background-position: right;
	padding:0px;
	width:130px;
}

/**Do not Modify**/

#header {
	width: 735px;
	height: 119px;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
}

#header p {
	padding: 40px 0px 40px 20px;
	margin: 0;
	font-family: Arial, Tahoma;
	font-size: 24pt;
}

/**Grey space left of Links**/
#space {
	float: left;
	width: 160px;
	height: 32px;
	background: url(images/space.jpg);
}

#linksrow {
	width: 735px;
	float: left;
}

#links {
	float: left;
	width: 530px;
	height: 32px;
	padding-left: 25px;
	padding-right: 20px;
	background: url(images/links.jpg) no-repeat;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13pt;
	color: #FFF;
	float: left;
}

#links ul li a {
	margin-left: 25px;
	color: #FFF;
	text-decoration: none;
}

#links ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#links ul li a:hover {
	font-weight: bold;
}






/**Title of Content**/
#contentTitle {
	position: relative;
/**Move up Over Image**/
	top: -30px;
/*********************/
	float: left;
	width: 735px;
	height: 30px;
	background: url(images/contenttitle.gif) no-repeat;
	margin: 0;
	text-align: left;
}

#contentTitle p {
	font-family: Lucida, Tahoma;
	font-weight: bold;
	font-size: 90%;
	padding: 8px 0px 0px 2px;
	margin: 0;
}

/**Left Col**/
#leftCol {
	position: relative;
	top: -30px;
	width: 210px;
	height: 260px;
	float: left;
	background: url(images/leftcolbg.jpg)
}

#leftCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 8pt;
}

.menu-top {

	margin: 0;
	padding: 5;
	list-style-type: none;
}

.menu-child {
	margin-left:15px;
	list-style: none;
	list-style-type: none;
	}


#leftCol ul li {
	margin-top: 3px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: #FFF;
	list-style-type: none;
	
}

#leftCol ul li a {
	margin-left: 10px;
	color: #000;
	text-decoration: none;
}

#leftCol ul li a:visited {
	color: #000;
	text-decoration: none;
}

#leftCol ul li a:hover {
	font-weight: bold;
}


.leftcolHeading {
	width: 210px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: #A6A6A6;
}

.leftcolHeading h3 {
	color: #000;
	margin: 0;
	font-family: 'Times New Roman', Tahoma;
}

/**Main Content**/
#mainCol {
	position: relative;
	top: -30px;
	margin-left: 8px;
	width: 510px;
	float: left;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 12pt;
}

#mainCol A:link {color: #A58747; text-decoration: underline; font-weight: bold;}
#mainCol A:visited {color: #A58747; text-decoration: underline; font-weight: bold;}
#mainCol A:hover {color: #A58747; text-decoration: underline; font-weight: bold;}

#mainCol img {
float: none;
} 

#mainCol p {
	margin: 10;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 12pt;
}

.mainColHeading {
	width: 510px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: #A6A6A6;
	text-align: left;
}

.mainColHeading h3 {
	margin: 0;
	padding: 3px 0px 5px 15px;
	font-family: Tahoma, Verdana;
	color: #000;
}

#mainCol2 {
	position: relative;
	top: -30px;
	margin-left: 8px;
	width: 510px;
	float: left;
}



.mainCol2Heading {
	width: 510px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: #A6A6A6;
	text-align: left;
}

.mainCol2Heading h3 {
	margin: 0;
	padding: 3px 0px 5px 15px;
	font-family: Tahoma, Verdana;
	color: #000;
}

#footer {
	width: 750px;
	background: url(images/topbot.jpg) repeat-y;
	float: none;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}
#footer img {
float: none;
} 

/**Main Content Image**/
.right {
	margin: 7px 0px 7px 7px;
	float: right;
}

.left {
	margin: 7px 7px 7px 0px;
	float: left;
}
