
/*
To do something FIREFOX only do:
	attribute: firefoxvalue;
	attribute: expression("defaultvalue");
To do something IE only do:
	attribute: expression("ievalue");
*/

div{
	z-index:0;
}
html, body {
	background-color: #62a455;
	margin-left: 0px;
	margin-top: 0px;  /* for FireFox */
	margin-top: expression("0px"); /* for IE */
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body, td {
	font-family:Verdana;
	font-size: 92%;
	color:white;
	line-height:175%;
	vertical-align:top;
	text-align:left;
}

img{
	border:none;
}

img.MenuImage{
	vertical-align: top;  
	position: relative;
	top: -7px;
	top: expression("-3px");  
	margin-bottom: -7px;
	margin-bottom: expression("-3px");
	margin-left:-5px;
	margin-right:0px;
}

a{
	text-decoration:none;
	color: #4389fe;
}
a:hover {
	text-decoration:underline;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#3F2D15;
	border-top: 1px solid #42953d;
	border-bottom: 1px solid #42953d;
}

#FooterMenu .MenuItem {
	display: inline;
}
#FooterMenu .MenuItem a {
	color: #999999;
	text-decoration: none;
	font-size: x-small;
}
#FooterMenu .MenuItem span {
	padding-right: 3px;
}
#copyright {
	clear: both;
	padding-top: 15px;
	font-size: x-small;
	color: white;
	padding-bottom: 25px;
}

#header_menu {
        background: url(/upload/images/template/header.gif) top center no-repeat;
        height: 140px;
}

#primary_menu {
        padding: 50px 0 10px 25px;
}

