/* =========================== Element Styles ======================== */
body {
width: 995px;
margin: 0 auto;
padding: 0px;
text-align: center;
border: 1px solid #000000;
background-color: #e8e8e8;
}

h1 {
font-family: verdana, arial, helvetica, sans-serif;
color: #000099;
font-size: 1em;
font-weight: bold;
font-style: italics;
margin: 0px 0px 20px 20px;
}

h2 {
font-family: verdana, arial, helvetica, sans-serif;
color: #000099;
font-size: 0.9em;
font-weight: bold;
margin: 15px 0px 20px 20px;
}

h2.adminTitle
	{
	text-align: center;
	margin: 0px 0px 20px 0px;
	}

h3 {
font-family: verdana, arial, helvetica, sans-serif;
color: #000099;
font-size: 0.8em;
font-weight: bold;
margin: 15px 0px 20px 20px;
}

p {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.7em;
line-height: 1.5em;
margin: 10px 25px 15px 25px;
}

label {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.7em;
line-height: 1.5em;
margin: 10px 0px 15px 25px;
}

table {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.7em;
line-height: 1.5em;
margin-left: 25px;
margin-right: 25px;
}

li {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.7em;
line-height: 1.5em;
margin: 5px 25px 5px 25px;
}

/* ==============================  Classes  ========================= */
.leftHeader {
float: left;
position: relative;
top: 45px;
margin-left: 20px;
}

.rightHeader {
float: right;
position: relative;
top: 45px;
left: -20px;
}

.menuButton {
width: 176px;
height: 27px;
background-image: url(../images/button_background.png);
background-repeat: no-repeat;
background-color: #CDDE87;
margin-bottom: 10px;
text-align: left;
}

a.menuLink {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #666666;
text-decoration: none;
display: block;
margin-top: 4px;
margin-left: 10px;
}

a.menuLink:hover {
color: #000000;
}

a.subMenuLink {
width: 120px;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #888888;
text-decoration: none;
display: inline-block;
text-align: center;
}

a.subMenuLink:hover {
color: #000000;
}

/* ==================== ID Styles ====================== */
#wrapper {
width: 995px;
height: auto;
background-image: url(../images/body_background.png);
background-repeat: repeat-y;
background-position: center;
overflow: hidden;
}

#header {
width: 995px;
height: 174px;
background-image: url("../images/header_background.png");
background-repeat: repeat-x;
}

#container {
background-image: url("../images/container_background.gif");
background-repeat: no-repeat;
background-position: bottom left;
width: auto;
height: auto;
overflow: hidden;
}

#leftColumn {
float: left;
width: 176px;
height: 390px;
border-right: 2px dashed #cccccc;
padding-top: 20px;
}


#centerColumn {
width: 620px;
height: 390px;
float: left;
color: black;
background-color: transparent;
text-align: left;
padding-top: 35px;
}

#subMenu {
text-align: left;
width: 550px;
margin-left: auto;
margin-right: auto;
}

#content {
clear: left;
margin-top: 15px;
color: black;
background-color: transparent;
height: 325px;
overflow: auto;
}

#rightColumn {
float: right;
width: 176px;
height: 390px;
border-left: 2px dashed #cccccc;
padding-top: 20px;
}

#footer {
clear: both;
background-image: url(../images/footer_background.png);
background-repeat: repeat-x;
background-color: #E0E4E5;
width: auto;
height: 25px;
padding-top: 5px;
text-align: left;
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.7em;
}

#divNewsCont {
position: relative;
left: 0px;
top: 20px;
width: 130px;
height: 140px;
margin-left: auto;
margin-right: auto;
visibility: hidden;
overflow: hidden;
z-index: 1;
}

#news {
width: 130px;
height: 140px;
color: black;
background-color: transparent;
}

#divNews {

}