﻿


	

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana,Georgia, sans-serif;
	font-size: small;
	/*background: #fff;*/
	height: 100%;
	
	}
	
body {
	/*color: red;*/
	}	

/* layout */

#wrapper {
	/*min-width: 500px;*/
	/*max-width: 1600px;*/
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	

	background: url("../images/blue360_2000_fil.gif") repeat-y 18% 0%;
	/*background-color: red;*/
	
	}
	
/* header */

#header {
	margin: 0;
	padding: 0;
	border-bottom: 3px solid orange;
	
	background: #3300CC url("../pictures/norton_blue_100.jpg") no-repeat top left;
	width: 100%;
	
	
	}
	
	
		
				
#header h1 {
	margin: 0;
	padding: 0;
	padding: 35px 25px 25px 150px;
	
	font-family: Verdana, Georgia, serif;
	font-size: 250%;
	font-style: italic;
	
	color: #ff6600;
	}
	
	
	#sidebar {
	float: left;
	width: 18%;
	/*background-color: #000066;*/
	/*background-color: blue;*/
		
	}
	
	#v_menu {
		border: 2px solid orange;
		background-color: blue;
		}
		
	 #v_menu ul{
		
		
		margin: 0;
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;	
		
		}
		
	#v_menu li {
		
		list-style-type: none;
		
		}
		
	#v_menu li a {
		overflow: hidden;	
		background-color: #000066;
	
	
		text-decoration: none;
		
		display:block;
		
		padding-top: 14px;
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: auto;
		margin-right: auto;
		/*background-image: url("../images/bro_button.gif");*/
		/*background-repeat: no-repeat;*/
		width: 65%;
		height: 30px;
		text-align: center; 
		font-size: 90%; /* 12px;*/
		font-weight: bold;
		color: white;
		
		border-top:1px solid #6633cc;
		border-left: 1px solid #6633cc;
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;

		
		
		}
	
	
	/*#v_menu li a:visited { */
	/*background-position: 0px -80px;*/
	
	
	/*background-color: #000066;*/
	/*color: white;*/
	/*border-top: 1px solid #6633cc;*/
		/*border-left: 1px solid #6633cc;*/
		/*border-bottom: 1px solid #000000;*/
		/*border-right: 1px solid #000000;*/

	/*}	*/
	 
	
	#v_menu li a:hover { 
	/*background-position: 0px -80px;*/
	
		border-top: 1px solid #ff9999;
		border-left: 1px solid #ff9999;
		border-bottom: 2px solid #red;
		border-right: 2px solid #red;

	
	background-color: #ff6600;
	color: blue;
	}	


	#v_menu li a.active {
	/*background-position: 0px -40px;*/
	
		border-top: 1px solid orange; /*#cc0033;*/
		border-left: 1px solid orange; /*#cc0033;*/
		border-bottom: 2px solid black; 	/*#990033;*/
		border-right: 2px solid #black;

	background-color: red;
	color: white;
	}	

#content {
	float: right;
	width: 82%;
	font-size: 95%;
	color: black;
	line-height: 1.5em;
	font-family: Verdana, Georgia, serif;
	}
	
#content h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Verdana, Georgia, serif;
	font-size: 225%;
	font-style: italic;

	color: red;
	font-weight: bold;
	text-align: center;
	}
	
	
#content h3 {
	margin: 0 0 1em; 0;
	padding: 0;
	font-family: Verdana, Georgia, serif;
	font-size: 150%;
	color: blue;
	font-weight: bold;
	text-align:center;
	font-style: italic;
	}

#content h4 {
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, Georgia, serif;
	font-size: 100%;
	color: blue;
	font-weight: bold;
	text-align:center;
	}




	.dropletter{
		float: left;
		font-size: 250%;
		line-height: 1em;
		margin 4px 10px 10px 0;
		padding 4px 10px;
		border: 2px solid #ccc;
		background: #eee;
		color: #000;
		}
		
#content img{
		margin: 5px 10px 5px 5px;
		border: 1px solid black;
		}
		
		.cleared_left{
				clear:left;
				}
		.cleared_both{
				clear:both;
				}
		.cleared_right{
				clear:right;
				}
		.back_to_top {
			text-align:center;
			margin: 12px 0 0 0;
			padding:0;
			clear: both;
			}
		.back_to_top ul{
			list-style: none;
			}
		.back_to_top ul a{
			text-decoration: none;
			font-weight: bold;
			color: blue;
			background-color: white;
			}
			
			.center_picture { 
				text-align: center; 
			}
			.center_anchor {
				text-align:center;
			}

#content ul{
	font-family: Verdana, Georgia, sans-serif;
	font-weight:bold;
	font-size: 100%;
	
	}			
#content a{
	font-weight: bold;
	}

#content a:hover{
	color:#ff6633;
	background-color:blue;
	}
		
#content table {
	font-family: Verdana, Georgia, sans-serif;
	font-weight:bold;
	font-size: 90%;
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
	
	/*text-align: center;*/
	}
	

	
#content ol{
	font-family: Verdana, Georgia, sans-serif;
	font-weight:bold;
	font-size: 100%;
	
	}
	
	
	
	/* REM footer height is 41px */		
#footer_clearer {
	
	clear: both;
	height: 50px;
	}
	
#footer {
	/*clear: both;*/
	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	margin-top: -41px;  
	min-height: 41px;
	width: 100%;
	/*padding: 10px;*/
	background-color: blue;
	/*border-bottom: 1px solid blue;*/
	/*height: 20px;*/
	/*font-size:80%;*/
	
	
	/*color: orange; */
	/*border-top: 1px solid orange;*/
	
	}
	
	
		
		
		#copyright {
			
			color: orange;
			margin: 12px 0 0 0;
			padding: 0; 
			font-weight: bold;
			text-align: center;
			/*padding-bottom: 0px;*/
			font-size: 12px;
			/*margin-top: 12px;*/
			}

		
/* gutters */

#content .gutter {
	padding: 25px;
	
	}
#sidebar .gutter {
	padding: 5px;
	/*background-color: blue;*/
	/*border: 2px solid orange;*/
		}

	
#miscgraphic(
	margin-top: 10px;
	}


	





	/*  IE fixes */

#content, #sidebar, #v_menu {
	/* height: 1%; */
	}

/* Hides from IE/Mac \*/
	/*#footer {height: 1%;}*/
/* End hide from IE/Mac */
