html { 
  padding:0px;
  margin:0px;
}



body
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding:0px 20px;
	margin:0px;
	background-image: url(../../images/website/index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}
.Code
{
	background: #EFEFEF url(../../images/cms/icons/code.PNG) no-repeat 5px 4px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	min-height: 1.25em;
	padding: 0.25em 0.5em 0.25em 2.5em;
}
.date
{
	background: abc507;
	color: gray;
	font-size: 0.9em;
	text-align: right;
}
.mainContentAuthor
{
	background: abc507;
	color: gray;
	font-size: 0.9em;
	text-align: right;
}

#leftnav ul
{
	margin: 0;
	padding-left: 20px;
	list-style:none
}
#leftnav ul li
{
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 0.5em;
	vertical-align: middle;
}

#top
{
	border-bottom: 0px dashed gray;
	
	height: 85px;
	padding: .5em;
}
#top h1
{
	margin: 0;
	padding: 0;
}
a
{
	color: #FF0000;
	;
	line-height: 14px;
	TEXT-DECORATION: underline;
}
a:hover
{
	color: #999999;
	font-weight: bold;
	line-height: 14px;
	TEXT-DECORATION: underline;
}
a:active
{
	line-height: 14px;
	TEXT-DECORATION: underline;
}

#leftnav a {
	TEXT-DECORATION: none;
	font-weight: bold;
	display: table-row-group;
	font-size: 12px;
}

a:hover
{
	color: #999999;
	font-weight: bold;
}

div.errorMessage
{
	background: #ffcccc url(../../images/cms/icons/error.PNG) no-repeat 5px 4px;
	border-bottom: 1px solid #c00;
	border-top: 1px solid #c00;
	color: #900;
	font-weight: bold;
	min-height: 1.25em;
	padding: 0.25em 0.5em 0.25em 2.5em;
}
#leftnav
{
	overflow: auto;
	display: table-row;
}


#content
{
	width: 800px;
	overflow: auto;
	margin-top: 0px;
	padding: 40px;
}

#contentText {
	padding:40px;
}
#footer
{
	border-top: 0px solid black;
	clear: both;
	margin: 0;
	padding: .5em;
}
#leftnav p
{
	margin: 0 0 1em 0;
}
#content h2
{
	border-bottom: 0px solid green;
	border-top: 0px dashed gray;
	font-size: 14px;
	padding: 0.2em 0.0em 0.0em 3.0em;
	text-transform: uppercase; 
	background: white url(../../images/website/misc/header.PNG) no-repeat 5px 4px;
}

.headline {
	
	
}

.newsLink {
	
}



#content h3
{	
	font-size: 12px;
	font-weight: bold;
}

#content h1
{
	font-size: 12px;
	
}


.login {
	width: 28px;
 	height: 26px;
	margin: 0;
  	padding: 0;
  	border: 0px;
  	background: transparent url("../../images/website/misc/cmslogin.PNG") no-repeat center top;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

.theInput
{
	border:0px;
	border-bottom: 1px solid gray;
	color: #3E4249;
	font-family: Courier New, Courier, Georgia, Times new Roman, sans-serif;
	font-size: 12px;

}