body 
	{
    font-family: Arial, Sans-Serif;
    text-align: center; 
    font-size: 10pt;
	background: White url(images/cvlbodybg.png);
	background-repeat: repeat;
	}

	*
	{
	padding: 0;
	margin: 0;
	}
	
	img 
	{
	border: none;
	}
	
	.bodybg
	{
	background: white url(images/cvlheaderbg.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 195px;
	}
	
	.outtercontainer 
	{
	width: 800px;
	height: 100%;
	margin-left:auto; 
	margin-right:auto;
	position: relative;
	background-color: white;
	clear: both;
	}
	
		.topbar 
		{
		top: 0px;
		left: 0px;
		width: 800px;
		height:195px;
		text-align: left;
		position: relative;  
		}
		
			.toptext 
			{
			top: 163px;
			left: 5px;
			height: 20px;
			width: 790px;
			text-align: center;
			position: absolute;
			}
				.toptext h1
				{
				color: white;
				font-style: italic;
				font-size: 14pt;
				}
				
					
		.content 
		{
		top: 195px;
		left: 0px;
		width: 790px;
		height: 100%;
		background-color: White;
		margin-top: 0px;
		border-top: 0px;
		border-left: solid 5px #153c3f;
		border-right: solid 5px #153c3f;
		border-bottom: solid 5px #153c3f;
		clear: both;
		}
		
			.sidenavbg 
			{
			width: 260px;
			text-align: left;
			margin-top: 0px;
			padding-right: 0px;
			padding-left: 0px;
			float: left;
			position: relative;
			}
			
				.sidenavbg p 
				{
				color: #727375;  
				font-size: 11pt;
				text-align: left;
				padding-left: 10px;
				}
				
				
				.sidenavbg ul
				{
				padding-top: 20px;
				padding-left: 0px;
				}
				
				.sidenavbg li
				{
				list-style: none;
				height: 55px;
				padding-top: 0px;
				margin-left: 0;
				}
			
				.sidenavbg li a
				{
				display: block;
				color: #5a2421;
				background: url(images/cvlnavbg.png) no-repeat left;
				font-size: 16pt;
				font-weight: bold;
				font-style: italic;
				text-align: center;
				text-decoration: none;
				line-height: 55px;
				}
				
				.sidenavbg li a:hover
				{
				display: block;
				color: #153c3f;
				text-decoration: none;
				}
				
				
			.body
			{
			width: 500px;
			text-align: left;
			margin-top: 0px;
			padding-top: 20px;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 50px;
			float: left;
			position: relative;
			}
			
				.body h2
				{
				color: #153c3f;
				font-size: 16pt;
				text-align: left;
				padding-bottom: 10px;
				}
			
				.body h3
				{
				color: #153c3f;
				font-size: 13pt;
				text-align: left;
				padding-top: 15px;
				}
				
				.body p
				{
			    color: black;
				font-size: 11pt;
				text-align: left;
				padding-top: 10px;
				} 
				
				.body a
				{
			    color: #153c3f;
				font-size: 11pt;
				text-align: left;
				text-decoration: underline;
				}  
			
				.body a:hover
				{
			    color: black;
				font-size: 11pt;
				text-align: left;
				text-decoration: underline;
				}
				
				.body ul
				{
				padding-left: 40px;
				color: black;
				font-size: 11pt;
				text-align: left;
				padding-top: 10px;
				}
				
				.homebg
				{
				background-image: url(images/cvlhomebg.png);
				background-repeat: no-repeat;
				}
				
				.homebgtxt
				{
				width: 250px;
				padding-left: 5px;
				padding-bottom: 25px;
				}
				
				.homebgtxt p
				{
				font-size: 16pt;
				color: #5a2421;
				font-style: italic;
				text-align: center;
				}
			
		.footer 
		{
		width: 790px;
		height: 100px;
		top: 0;
		left: 0;
		background-color: white;
		text-align: center;
		margin-left:auto; 
		margin-right:auto;
		padding-top: 25px;
		z-index: 15;
		position: relative; 
		clear: both;
		}
		
			.footer p
			{
			color: #153c3f;
			font-size: 10pt;
			text-align: center;
			}
			
			.footer a
			{
			color: #153c3f;
			font-size: 10pt;
			text-align: center;
			}
			
			.footer a:hover
			{
			color: black;
			font-size: 10pt;
			text-align: center;
			}