a:link.footer	{color : #4c73b8; text-decoration : none; padding-right : 10px;}
a:visited.footer	{color : #4c73b8; text-decoration : none; padding-right : 10px;}
a:hover.footer	{color : #fac507; text-decoration : none; padding-right : 10px;}

.clear	{
	clear : both;
}

body, html	{
	padding : 0; margin : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #909b56;
	background : #fff;
}

body	{
	min-width : 770px;
	background : url(../images/common/drop_shadow_bg.gif) repeat-y center;
}

	#container	{
		position : relative;
		width : 767px;
		margin : 0 auto; padding-bottom : 30px;
		border-bottom : 1px solid #909b56;
		background : #fff;
	}
		
		/* controls the <noscript> warning that is displayed when javascript is disabled */
		.javascriptWarning	{
			position : absolute;
			top : 240px; left : 200px;
			font : normal 13px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
			width : 350px;
			color : #2c4773;
			padding : 10px 25px; margin : 0 auto;
			z-index : 3; 
			border : 3px solid #2c4773;
			background : #e3e8f0;
			text-align : justify;
		}
		
		#header {
	    	background : #fff;
			border-bottom : 2px solid #fac507;
	    }
		
			#header #logo	{
				width : 199px; height : 61px;
				float : left;
			}
				
				#header #logo img	{
					display : block;
					border-right : 2px solid #fac507;
				}
			
			#header #headerPhotos	{
				width : 566px; height : 61px;
				text-align : right;
				float : right;
			}
			
				#header #headerPhotos img	{
					display : block;
					float : right;
				}
		
		#sidebar {
		    background : #fff;
			float : left;
			width : 200px;
		}
			
			#sidebar img	{
				display : block;
				border-right : 2px solid #fac507;
			}	
		
		#main {
			float : left;
			width : 535px;
			margin : 15px 0 0 15px;
		}
			
			iframe	{
				width : 550px; height : 440px;
				border : 1px solid #909b56;
			}
			
			#nav {
				position : relative;
				font : normal 13px/16px Arial, Helvetica, sans-serif;
				left : 15px; top : 10px;
				display : block;
				padding : 0; 
			}
			
				#nav ul	{
					padding : 0; margin : 0 0 0 15px;
					height : 25px; 
					list-style : none;
					font-size : 10px;
					text-transform : uppercase;
					border : 0px solid #000;
				}
					
					ul li	{
						display : inline;
						background : url(../images/common/nav_bg.gif);
						float : left;
						margin : 0 5px 0 0; padding : 0;
					}
					
					ul li.selected	{
						width : 87px; height : 16px;
						color : #fff;
						border : 0px solid #000;
						text-decoration : none;
						text-align : center;
						background : #fac507;
						float : left;
					}
					
					ul li.last	{
						margin : 0 5px 0 0; padding : 0;
					}
					
					ul li a {
						display : block;
						width : 88px; height : 16px;
						color : #fff;
						border : 0px solid #000;
						text-decoration : none;
						text-align : center;
					}
					
					ul li a:hover {
						width : 88px; height : 16px;
						background : #fac507;
					}
											
						
	
	#top	{
		background : url(../images/common/top_bg.gif) no-repeat center;
		border : 0px solid #000;
		height : 50px;
	}
		
	#footer {
		position : relative;
	    background : url(../images/common/footer_bg.gif) no-repeat center;
		border : 0px solid #000;
		height : 50px;
	}	
		
		#footer div	{
			width : 850px;
			margin : 0 auto;
			font-size : 10px;
			border : 0px solid #000;
			padding-top : 5px;
		}	
			#footer div	span	{
				padding : 0 0 0 245px;
			}
	
					
			
			