/* <!-- HIDE CSS ON OLD BROWSERS */

body.ie {
	margin: 0px;
  	margin-left: 1px;	
  	padding: 0px;
  	color: #000;
 	background: #004101 url(../images/new_background.jpg) repeat-y top center;
	font-family: "verdana", "arial", sans-serif;
	font-size: 80%;
	text-align: center;
}

body.other {
	margin: 0px;
  	padding: 0px;
  	color: #000;
 	background: #004101 url(../images/new_background.jpg) repeat-y top center;
	font-family: "verdana", "arial", sans-serif;
	font-size: 80%;
	text-align: center;
}

/*
** Page layout/design
*/
#main {
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0px auto;
  width: 770px;
  text-align: left;
}

/*
** Header
*/
#header {
	color: #fff;
	background: #000;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#header .left_text {
	float: left;
}

#header .right_text {
	float: right;
}

#header .title_ware {
	color: #CFCEAA;
	background: transparent;
}




/*
** Banner
*/
#banner {
	border-bottom: 1px solid #000;
	height: 80px;
}

/*
** Nav
*/
#nav {
	color: #fff;
	background: #004101 url(../images/nav_background.jpg) no-repeat top left;
	border-bottom: 1px solid #000;
	height: 30px;
	width: 770px;
}

.nav_text {
	color: #fff;
	background: transparent;
	padding-left: 220px;
	padding-top: 5px;
}


#nav a:link {
	color: #fff;
	text-decoration: none;
}

#nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav a:active {
	color: #181959;
	text-decoration: none;
	outline: none;
}


/*
** leftside
*/
#leftside {
	width: 200px;
	float: left;
}

#border {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#leftside h1 {
	color: #333;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 125%;
}

h1 {
	color: #004101;
	font-size: 120%;
	
}

#leftside h2 {
	color: #333;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 110%;
}


#leftside #news {
	color: #000;
	padding: 5px;
	font-size: 85%;
	text-align: center;
	
}

#leftside #man  {
	color: #000;
	background: #fff url
	height: 80px;
	border: none;
}

/*
** rightside
*/
#rightside {
	width: 570px;
	float: right;
	padding-left: 5px
	padding-right: 5px
}

h1 {
	color: #004101;
	font-size: 120%;
	
}


#bottomBar {
	font-size: 80%
	
}

.bottomLine {
	border-bottom: 1px solid #000000;
	width: 500px;
}


.message {
	border-top: 1px solid #004101;
	border-bottom: 1px solid #004101;	
	background: #edebde;
	padding: 3px;
	font-size: 85%;
}

/* END HIDING --> */