		* {
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		html {
			background-color: #fff;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-image:url(images/bg.gif);
			background-repeat:repeat;
			height: 100%;
			min-width: 411px;
		}
		
		body {
			background-color: #fff;
			border-left: 11px solid #ccc;
			border-right: 11px solid #ccc;
			margin: 0 auto;
			width: 80%;
		}
		
a         {color:#45CB06;text-decoration:none;font-weight:bold;}
a:link    {color:#45CB06;text-decoration:none;font-weight:bold;}
a:visited {color:#45CB06;text-decoration:none;font-weight:bold;}
a:active  {color:#45CB06;text-decoration:underline;font-weight:bold;}
a:hover   {color:#45CB06;text-decoration:underline;font-weight:bold;}
		#banner {
			background-image: url(images/bg_main.gif);
			background-repeat: repeat-x;
		}
		
		#content {
			padding: 20px;
		}
		
		#content p {
			padding: 20px;
			font-size: 12px;
		}
		
		h1 {
		padding: 20px;
		color: #9FABBD; 
		font-variant: small-caps; 
		font-size: 16px;}
		
		#pics {
		margin: 0 0 0 20px;
		background-image: url(images/pics.jpg);
		height: 85px;
		}
		
		#here {
		height: 25px;
		background-color: #45CB06;
		}
		
		#here a {
		padding: 0 0 0 20px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
		}
		
		#dot_line {
		margin: 30px 0 10px 0;
		background-image: url(images/dot_horiz.gif);
		background-repeat: repeat;
		height: 1px;
		}
		
		#footernav {
		font-size:11px;
		color:#364459;
		line-height:16px;
		text-align: center;
		}

		#footernav a {
		color:#364459;
		text-decoration:none;
		}
		
		#footernav a:hover {
		color:#5E7699;
		text-decoration:underline;
		}
		
		#footercopy {
		text-align: center;
		font-size:10px;
		color:#364459;
		line-height:16px;
		}
