@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

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

body{
background-color:#e6e6e6;
background-image:url(../images/topper.png);
background-repeat:repeat-x; 
font-family:sans-serif;
font-size:.7em;
color:#333333;
}

#_form{
display:none;
}

#_contact{
text-align:left;
text-decoration:underline;
}

#_contact a {
color:#003;
text-decoration:underline;
}

#_contact a:hover {
color:#999999;
text-decoration:none;
}

#bl{
/*background-image:url(../images/bl.png);
background-repeat:no-repeat;
width:685px;
height:129px;
position:relative;
top:-210px;
left:0px;
z-index:20;*/
}
._row{
	border-top:20px solid #CCC;
	background-color:#e6e6e6;
	padding:3px;
	margin-bottom:5px;
	color:#003;
	
}
._emphasis{
/*	background-color:#003;*/
	color:#003;
	position:relative;
	top:-20px;
}
._sectionTitle{
	background-color:#a7ae74;
	color:#003;
	font-size:16px;
	font-style:italic;
	width:625px;
	position:relative;
	left:-16px;
	padding:3px;
}
#_backTop{
	position:relative;
	top:-10px;
	font-size:14px;
}
#date{
text-align:right;
color:#FFFFFF;
position:relative;
left:-20px;
top:14px;
}

#date span{
color:#00FF00;
}
._dailyHeader{
	color:#F00;
	font-style:italic;
}
h1,h2,h3,h4{
text-align:left
}

a{
color:#000033;
}

a:link{}

a:visited{}

a:hover{
color:#FF0000;
text-decoration:none;
}

a:active{}

#wrapper{  
width:640px;
height:100%;
}

#header{
width:619px;
height:155px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
position:relative;
top:-30px;
overflow:hidden;
}

/*MENU*/
.hilite{
cursor:pointer;
}
 
#content_container{
width:600px;
text-align:left;
position:relative;
top:0px;
left:0px;
}

#nav{
text-align:left;
font-family:sans-serif;
font-weight:bold;
font-size:11px;
width:600px;
position:relative;
top:-25px;
}

span{
color:#FF0000;
}

.mitem{
background-color:#e6e6e6;
list-style-type:none;
display:inline;
text-transform:uppercase;
}

#nav_bottom{
text-align:center;
width:600px;
font-family:sans-serif;
font-size:1em;
position:relative;
top:15px;
left:-15px;
}

#ul3{
padding-bottom:50px;
}

#nav_bottom span{
color:#003;
}

.mitem_bottom{
list-style-type:none;
display:inline;
}

#nav_bottom a{
color:#003;
}

#nav_bottom a:link{}

#nav_bottom a:visited{}

#nav_bottom a:hover{
color:#00FF00;
text-decoration:none;
}

#nav_bottom a:active{}

/*.m_content{
display:none;
}*/

/*END MENU*/

/*ELEMENT WRAPPER*/

#element-top div div {
height: 42px;
overflow: hidden;
}

#element {
background: #fff;
}

#element div.right {
	
}

#element-bottom div div {
height: 36px;
overflow:hidden;
}

#element-top {
background: url(../images/content-t.png) 0 0 repeat-x;
}

#element-top div {
background: url(../images/content-tr.png) 100% 0 no-repeat;
}

#element-top div div {
background: url(../images/content-tl.png) 0 0 no-repeat;
}

#element div.left {
background: url(../images/content-l.png) 0 0 repeat-y;
}

#element div.right {
background: url(../images/content-r.png) 100% 0 repeat-y;
}

#element-bottom {
background: url(../images/content-b.png) 0 0 repeat-x;
}

#element-bottom div {
background: url(../images/content-br.png) 100% 0 no-repeat;
}

#element-bottom div div {
background: url(../images/content-bl.png) 0 0 no-repeat;
}

/*END ELEMENT WRAPPER*/

