@charset "utf-8";

/*===== RESET STYLES =====*/

html, body, div, ul, li, p {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
}
img, a img {
	border:0px none;
}

/*===== STANDARD STYLES =====*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #000000;
}

/*===== CUSTOM STYLES =====*/

.clear {
	float:none;
	clear:both;
	height:0px;
}

#container {
	width: 780px;
	margin: 0px auto;
}

#header {
	height: 170px;
	background: url(/images/header-internal.jpg) no-repeat left top scroll;
	border-top: 1px solid #4FBD39;
	border-left: 1px solid #4FBD39;
	border-right: 1px solid #4FBD39;
}

#header-home {
	height: 174px;
	width: 778px;
	overflow: hidden;
	border-top: 1px solid #4FBD39;
	border-left: 1px solid #4FBD39;
	border-right: 1px solid #4FBD39;
}

	#header-home-table {
		width: 775px;
		border-collapse: collapse;
		border-spacing: 0;
	}
	
		#header-home-table td {
			padding: 5px;
			background: #000000;
		}

			td#logo-td {
				width: 275px;
			}
			
				#header-home-table img, img#logo-image {
					margin: 0 0 10px 0;
				}
				
			td#menu-td {
				vertical-align: top;
			}
			
			td#text-td {
				vertical-align: bottom;
				text-align: right;
			}
		
#menu {
	height: 25px;
}

#menu ul {
	height: 25px;
	float: right;
	list-style-type: none;
}

#menu ul li {
	float: left;
	padding-top: 3px;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFFFFF;
}

#menu ul li#last a {
	border-right: 0px none;
}

#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {
	border-top: 1px solid #4FBD39;
	border-left: 1px solid #4FBD39;
	border-right: 1px solid #4FBD39;
	border-bottom: 1px solid #4FBD39;
	min-height: 546px;
}

#footer {
	text-align: center;
	font-weight: bold;
}

/*===== TRANSFERED STYLES =====*/

.middlecontent {
	border-top-width: 8px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.rightsidebar {
	border: 6px solid #000000;
}

.greenwords {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}

#blackspacer {
	background-color: #000000;
	height: 6px;
	width: 100%;
}

#toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
	position: static;
	visibility: visible;
	z-index: auto;
	height: 62px;
	width: 400px;
	left: 13px;
	top: 15px;
	margin: 12px;
}

#contentarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	height: 345px;
	width: 500px;
	z-index: 99;
	overflow: auto;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
}

a.cateringlink {
    color:#ffffff;
}
