﻿html {
       			overflow-y:scroll;
}

body {
				background-image:url('');
				background-color:#000033;				
				background-position:center;
				background-repeat: no-repeat;
 				background-attachment: fixed;				
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#666666;
				text-align:center;
				text-decoration:none;
				height:101%;				
}
a {
				text-decoration:none;
				color:#003366;
				font-weight:bold;
}
a:visited {
				color:#336699
}
h2 {
				text-align:center;
				color:#003399;
}
h3 {
				
				color:#003399;
}
h4 {
				color:black;
}
#transition {
				/*background-image:url('../images/graytrans.gif');*/
				background-color:silver;
				margin:0px auto;
				width:900px;
				text-align:center;
				border:thin gray solid;
				padding:10px;
				
}
#content {
				overflow:auto;
				width:inherit;
				padding-bottom:1px;
								
}
#page {
				
				margin:0px auto;
				background-color:white;				
				text-align:center;
				border:inherit;
				padding:10px;
				overflow:auto;
				padding-bottom: 1px;				
}
#banner  {	
				
				margin:0px auto;
				text-align:center;
				vertical-align:bottom;
				border:inherit;
							
}
#MenuTop {
				background-image:url('../images/navbarfade.png');
				text-align:center;
				border:inherit;
				border-bottom-width:0px;
				padding-bottom:8px;
				padding-top:3px;
				border-bottom-style:none;		
								
}

#MainContent { 				
				border:inherit;
				float:right;
				width:670px;
				text-align:left;
				overflow:hidden;
				padding-bottom:1px										
}
#SideBar {

			overflow:auto;
			font-family:Courier New, Courier, monospace;
			font-size:small;
			color:navy;
			font-weight:bold;
			width:190px;
			border:thin gray solid;
			border-top-style:none;
			float:left;
															
}
hr {				
		color:gray;			
}
table {
				font-size:12px;
}
#footer {
				
				margin:0px auto;
				text-align:center;
				font-size:12px;				
}

