* {
 margin: 				0;
 padding: 				0; 
} 

html, body {
 background-color:		#ffffff;
 font-family:          	Verdana, Arial, Helvetica, sans-serif;
 font-size: 			10px;
 color:					#000000;
 margin-top:			5px; 
}

#container {
 border-width: 			1px 1px 1px 1px;
 border-color:			#000000;
 border-style:			solid;
 width: 				870px;
}

#header_top {
 border-width: 	        1px 0px 2px 0px;
 border-color:			#000000;
 border-style:			solid;
 text-align: 			right; 
}

#header_top img {
 margin:				20px 0 20px 15px;
 float:					left;
 border:                0;
}

#header_top h1 {
 font-family:          	Arial;
 font-size: 			24px;
 line-height:			22px;
 color: 				#a50716;
 margin:				20px 15px 0 0;
}

#header_top p {
 font-size: 			9px;
 margin:				0 12px 20px 0;
}

#header_bottom {
 text-align: 			left;
 clear:                 both; 
}

ul#navigation {
 border-right-width: 	1px;
 border-right-color:	#a9a9a9;
 border-right-style:	solid;
 background-color: 		#e0e0e0;
 width: 				220px;
 font-size: 			12px;
 font-variant:			small-caps;
 list-style: 			none;
 float:                 left;
}

ul#navigation a {
 text-decoration: 		none;
 display: 				block;
 color: 				#001a4b;
 padding: 				7px 0 7px 15px;
}

ul#navigation a:hover {
 font-weight:			bold;
}

#picture {
 text-align: 			right;
 margin-left: 			220px;
}

#picture p {
 font-size: 			20px;
 text-align: 			left; 
 margin:			    75px 0 0 20px;
 color: 			    #a50716;
 float:			        left;
}

#picture img {
 border:   			    0;
 margin: 			    0 0 -2px 0;
}

#content {
 background-image:		url(/images/background.png);
 background-position:	left;
 background-repeat:		repeat-y;
 border-width: 		    2px 0 0 0;
 border-color:  		#000000;
 border-style:	    	solid;
 font-size: 			11px;
 text-align: 			left;  
 color: 				#000000;
 clear:                 both;
 
}

#content_left {
 width:				    220px;
 float:		    		left;
}

#content_left h1 {
 background-color: 		#001a4b;
 color:					#ffffff;
 font-size: 			13px;
 padding: 				10px 0 10px 15px;
}

#content_left table {
 margin:			    9px 0 9px 0;
}

#content_left p {
 color: 				#000000;
 font-size: 			11px;
 margin:				8px 10px 8px 15px;
}

#content_left img {
 margin-left:			15px;
}
 
#content_right {
 position:              relative;
 margin:			    0;
 height:				450px;
 display:				block; 
 overflow:				auto; 
}

#content_right h1 {
 color:					#001a4b;
 padding: 				10px 0 22px 15px;
 font-size: 			15px;
}

#content_right h2 {
 font-size: 			28px;
 line-height:			25px;
 vertical-align:		bottom;
 padding: 				0 0 0 15px;
 color: 				#a50716;
}

#content_right p {
 padding:				5px 15px 15px 15px;
 text-align: 			justify;
}

#content_right a {
 color: 				#001a4b;
}

#content_right table {
 margin: 				0 0 0 15px;
}

#content_right tr {
 height:                17px;
 font-size: 			11px;
}

#footer {
 border-width: 			2px 0 1px 0;
 border-color:			#000000;
 border-style:			solid;
 background-color: 		#e0e0e0;
 font-size: 			11px;
 text-align: 			left;
 clear:                 both;
}

#footer_left {
 text-align: 			center;
 width:					220px;
 color: 				#9a9a9a;
 padding:				10px 0 10px 0px;
 float:					left;
}

#footer_right {
 border-width: 			0 0 0 1px;;
 border-color:			#a9a9a9;
 border-style:			solid;
 line-height:           17px;
 margin-left:			220px;
 padding:				7px 15px 7px 15px;
}

#footer_right a {
 text-decoration: 		none;
 color: 				#001a4b;
}

#footer_right a:hover {
  text-decoration:		underline;
}

