body {
	font-family: Times, sans-serif;
	font-size: 12px;
	/*
	background-color: #336699;
	background-image: url("http://localhost/cvm/images/bg_logo.jpg");
	background-repeat: repeat-y;
	background-position:center;
	background-attachment:fixed;
	*/ 
}

input, textarea, button, radio, checkbox {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.5em;
}

a, a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: #369;
}

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

.body_container {
	margin: 0px;
	padding: 10px 10px 10px 15px;
	width: 750px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
}

.border_class {
	border: 5px inset #009;
	background-color: #fff;
}

.clear {
	clear: both;
	height: 5px;
}

.error {
	color: #ff0000;
}

.footer {
	float: left;
	font-size: 11px;
	width: 900px;
}

.header_admin {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.main_container {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

/* CSS for rounded corner */
.main_round {
	width: 920px;
	display:block;
}
.main_round *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff;
}
.main_round1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #8aa7c4;
  border-right:1px solid #8aa7c4;
  background:#ccd8e5;
}
.main_round2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #4775a3;
  border-right:1px solid #4775a3;
  background:#d8e1eb;
}
.main_round3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d8e1eb;
  border-right:1px solid #d8e1eb;
}
.main_round4 {
  border-left:1px solid #8aa7c4;
  border-right:1px solid #8aa7c4;
}
.main_round5 {
  border-left:1px solid #ccd8e5;
  border-right:1px solid #ccd8e5;
}
.main_roundfg {
	width: 920px;
  background:#ffffff;
}
/* CSS for rounded corner */

.pad {
	height: 5px;
}

.single_line {
	border-bottom: 1px solid #c74433;
	width: 300px;
}

.single_longer_line {
	border-bottom: 1px solid #c74433;
	width: 300px;
	position: relative;
	left: -30px;
}

.tall {
	height: 15px;
}

#main_header {
	width: auto;
	height: 175px;
}

#main_map {
	float: left;
}

#main_title {
	font-size: 25px;
	text-transform: uppercase;
	float: left;
}

#menu_container {
	float: left;
	width: 120px;
	text-transform: uppercase;
}

#menu {
	padding: 0px;
	margin: 0px auto;
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

#menu li {
	list-style-type: none;
	font-size: 15px;
	padding-bottom: 10px;
}
