/* Defaults */
body {
	text-align: center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0px 0 0px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(images/bg.gif);
}

#headerphoto {
	height: 129px;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #000000;
}

#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	text-align:left;
	background-color:#000000;
	color:#CCCC00;
	display:block;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #CCCC00;
  }
#menu a:hover {
	position:relative;
	text-decoration:none;
	text-align:left;
	background-color:#CCCC00;
	color:#000000;
	display:block;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	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;
	font-weight: bold;
  }

#outer {
	text-align: left;
	color: inherit;
	border: 1px solid #000000;
	padding: 0;
	width: 760px;
	background-color: #000000;
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.header {
	width: 760px;
	color: #CCCC00;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
}

/* Content Section */

.content {
	margin: 0;
	font-size: 12px;
	background-color: #FFFF99;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	padding: 2px;
}
.content-b {
	margin: 0;
	font-size: 12px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	background-image: url(images/tomcat.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2;
}

.left-col {
	width: 145px;
	background-color: #006600;
	border: 1px solid #000000;
	padding: 2px;
}

.left-nav {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
}

.lnav-hdr {
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	background-color: #CCCC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: center;
}

.left-nav p {
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px; 
line-height: 14px;
margin:5px;
}

.left-nav .access {
text-decoration : underline; 
color : #000000; 
background : inherit;
}

a.lhdr:link {
color: #000000;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
font-weight: bold;
text-transform: uppercase;
}
a.lhdr:visited {
color: #000000;
background : inherit; 
text-decoration : none;
font-weight: bold;
}
a.lhdr:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}
a.lhdr:active {
color: #555;
background : inherit; 
text-decoration : none; 
}


a.nav:link {
color: #000099;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
}
a.nav:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a.nav:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}
a.nav:active {
color: #999;
background : inherit; 
text-decoration : none; 
}



/* Main content box */
.content-box {
	padding: 0;
	margin: 0;
	border: thick none #FF0000;
}

/* right content box */
.rhcol {
	float: right;
	width: 160px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rhcont {

}
.rnav-hdr {
	background: #c5c6ac;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-bottom: 1px solid #000;
	border-left: 2px solid #000000;
	margin: 3px 0;
	padding: 2px;
	text-align: center;
}

/* main content area */

.content-title { 
margin: 5px 10px 15px; 
font-size: 14px;
text-decoration: underline;
}

.content-box .cont {
margin: 10px 10px 15px 10px;
font-size: 11px;
line-height: 15px;
}

.content-box .cont-list {
margin: 2px 10px 5px 10px;
}

.content-box .sub-hdr { 
margin: 2px 10px 10px; 
font-size: 12px;
text-decoration: underline;
}

.footer-box {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	color:#000000;
	padding: 0 0 0 15px;
	background-color: #FFCC00;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: center;
	line-height: 25px;
}

.content-hdr {
	color: #006600;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFCC33;
	border-bottom-style: none;
}
.left-box {
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
	background-color: #FFFF99;
	border-right-width: 1px;
	border-left-width: 1px;
}
.update-box {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding: 0 0 0 15px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content-c {
	margin: 0;
	font-size: 12px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	padding: 0;
	background-image: url(images/fireworks-c.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #CCFF00;
	font-weight: bold;
}
.content-c {
	margin: 0;
	font-size: 12px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	padding: 0;
	background-image: url(images/tomcat.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.content-cc {
	margin: 0;
	font-size: 12px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	padding: 0;
	background-image: url(images/waiter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.left-box-b {
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	background-image: url(images/waiter-sm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-alert {
	width: 760px;
	color: #FF0000;
	background-color: #000000;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
}
.content-hdr-black {
	color: #FFCC33;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #000000;
	border-bottom-style: none;
}
