/* CSS Document */

/* HTML style */
body {
	background: #FFE6A4 center 0px repeat;
	font-family:Verdana, Arial, Sans-serif;
	font-size:12px;
	color:#605D5C;
	margin:0px;
}
/* End HTML style */

/* Header Layout */
#header {
	background:url(../images/bgHeader.jpg) center 0px no-repeat;
	/*	background-repeat:no-repeat;
	background-position:top left; */
	position:absolute;
	width: 1000px;
	height: 300px;
	z-index:-1;
	top: 1px;
}

#logo {
	background: url(../images/cvmclogo.jpg) no-repeat;
	width:260px;
	height:188px;
	left:653px;
	z-index:1;
	top:3px;
	position:absolute;
}

#logo a {
	display:block;	
	width:100%;
	height:100%;
}

#title {
	position:absolute;
	width:779px;
	height:109px;
	z-index:1;
	left: 150px;
	top: 191px;
}

.title1 {
	margin:10px 0 0 0;
	font-size:27px;
	color:#00AEC4;
}
.title2 {
	margin:0 0 10px 0;
	font-size:20px;
	color:#18404B;
	font-weight: bold;
}
/* End Header Layout */

/* Main Body Container Layout */
#main {
	background:url(../images/bgMain.jpg) center 0px repeat;
	position:absolute;
	width:1000px;
	z-index:1;
	top: 300px;
}
/* End Main Body Container Layout */

/* Left Side Vertical Navigation bar */
#navbar {
	position:absolute;
	width:150px;
	height:850px;
	float:left;
	z-index:1;
}

#navheader {     /* navheader can be a heading if there is one or else a main grouping of navigation items */
	display: block;
 	width: 150px;
 	height: 20px;
	float:left;
	padding:0;
	margin:0;
	background:#006633;							/* navheader can have a bg color */
	background:url(../images/navheader.gif);	/* or it can be an image 150x20 px */
	border-bottom: 1px solid #fff;
 	font: normal 10px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000099;
	text-align:left;
	text-indent: 8px;
	letter-spacing: 1px;}

#navheader a {
 	display: block;
 	width: 150px;
 	height: 20px;}
#navheader a:link, #navheader a:visited {	
	color: #000099;	
 	text-decoration: none;}
#navheader a:hover {	
	background: url(../images/navheaderOn.gif);
	color: #FFFFFF;
	text-decoration: none;}
#navheader li a#current {
	background:#AEC569;
	background: url(../images/navheaderOn.gif);
	color: #FFFFFF;
	text-decoration: none;}	

#navcontainer {  /* define the left side navigation container */
	width:150px;
	float:left;
	padding:0;
	margin:0;
	border-bottom: 2px solid #fff; /* sets the space under the sub navigation box */
 	font: normal 8pt/20px Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent: 22px;
	letter-spacing: 1px;}
#navcontainer ul {
	float:left;
	margin: 0;
 	padding: 0;
 	list-style-type: none;
	font: normal 8pt/20px Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent: 25px;
	letter-spacing: 1px;}
#navcontainer a {
 	display: block;
 	width: 150px;
 	height: 20px;}
#navcontainer a:link, #navcontainer a:visited {
 	background:#006633;
	background: url(../images/navbar.gif); 	
	color: #000099;	
 	text-decoration: none;}
#navcontainer a:hover {
	background:#AEC569;
	background: url(../images/navbarOn.gif); 	
	color: #FFFFFF;
	text-decoration: none;}
#navcontainer li a#current {
	background:#AEC569;
	background: url(../images/navbarOn.gif);
	color: #FFFFFF;
	text-decoration: none;
}
/* End Left Side Vertical Navigation Bar */

/* Right Side Content Container */
#content {
	position:absolute;
	width:850px;
	z-index:1;
	left: 150px;
}
#contentLSFlash {
	position:absolute;
	width:450px;
	height:300px;
	z-index:3;
	left: 20px;
	top: 5px;
	visibility: visible;
}
#contentLSText {
	position:absolute;
	width:450px;
	height:504px;
	z-index:1;
	left: 20px;
	top: 325px;
	overflow: auto;
}
#contentLSTextLong {
	position:absolute;
	width:450px;
	height:800px;
	z-index:3;
	left: 20px;
	top: 5px;
	visibility: visible;
}
#contentRSText {
	position:absolute;
	width:246px;
	z-index:2;
	left: 500px;
	top: 5px;
	background-color: #FFE6A4;
}

#contentHeader {
	position:absolute;
	width:827px;
	height:51px;
	z-index:2;
	left: 10px;
}

#contentAllText {
	position:absolute;
	width:826px;
	z-index:1;
	left: 13px;
	top: 5px;
	font-size: 12px;
	overflow: auto;
}

/* End Right Side Content Container */

/* Footer */
#footer {
	background:url(../images/bgFooter.jpg) center 0px no-repeat;
	position:relative;
	width:1000px;
	height:200px;
	z-index:1;
	top: 1150px;
}
/* End Footer */
