/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#1f1f1f;
	background-color:#f1f1f1;
	background-image:url(../struc_images/bg.gif);
	}
	
* html body {
  font-size:x-small; /* for IE5/Win */
  f\ont-size:small; /* for other IE versions */
  }

* {margin:0; padding:0;}

p {margin:15px 0;}

#container {
	margin: 10px auto 0 auto;
	width:1000px;
	overflow:hidden;
	}	
	
	#top {
		float:left;
		height:140px;
		width:950px;
		background-color:#ffffff;
		background-image:url(../struc_images/logo_white.gif);
		background-repeat:no-repeat;
		background-position:left;
		}		
	
	#left_side {
		float:left;
		width:200px;
		background-color:#0066b1;
		padding-bottom: 32767px !important;
		margin-bottom: -32767px !important;
		}
		
		#logo {
			height:150px;
			width:200px;
			background-color:#0066b1;
			background-image:url(../struc_images/logo_white.gif);
			background-repeat:no-repeat;
			background-position:left;
			}
			
		#navigation {
			text-align:right;
			margin-top:50px;
			}
			
		#navigation ul{
			list-style:none;	
			}
		
		#navigation li {
			padding:10px 0px 5px 0;
			}
					
		#navigation a {
			color:#ffffff;
			text-decoration:none;
			font-size:150%;
			font-weight:100;
			display:block;
			padding:10px 20px 10px 0;
			border-bottom:1px dashed #ffffff;			
			}
			
		#navigation a:hover {
			color:#b10015;
			border-bottom:1px solid #ffffff;
			}
			
	#right_side {
		float:left;
		width:750px;
		background-color:#f1f1f1;
		}
		
		#top1 {
			height:150px;
			width:750px;
			background-color:#ffffff;
			text-align:center;
			background-image:url(../struc_images/header_bg.jpg);
			}
			
			#top h1 {
				padding-top:40px;
				font-size:400%;
				font-weight:bold;
				color:blue;
				text-align:right;
				padding-right:10px;
				}
			
		#content {
			float:left;
			width:335px;
			background-color:#f1f1f1;
			padding:60px 10px 10px 20px;
			}
			
			#content h2 {
				font-size:250%;
				font-weight:100;
				}
				
			#content h3 {
				font-size:200%;
				font-weight:100;
				color:red;
				}
				
			#content li {
				padding-bottom:10px;
				margin-left:15px;
				list-style-type:square;
				}
			
		#images {
			float:left;
			width:385px;
			background-color:#f1f1f1;
			
			}
	
	#footer {
		clear:both;
		width:750px;
		height:20px;
		background-color:#0066b1;
		background-image:url(../struc_images/header_bg.jpg);
		margin-left:200px;
		}
		
#red_label {
	position:relative;
	width:275px;
	height:148px;
	top:-10px;
	left:725px;
	background-image:url(../red_label2.gif);
	background-repeat:no-repeat;
	z-index:1000;
	}
	
#special {
	padding:10px 0;
	color:#000000; 
	font-size:115%; 
	width:950px; 
	display:block; 
	text-align:center; 
	font-weight:bold;
	background-color:#ffffff;
	}