html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:1em; font-family:inherit; text-align:left; vertical-align:baseline;}
a img, :link img, :visited img{border:0;}
table {border-collapse:collapse; border-spacing:0;}
ol, ul{list-style:none;}
q:before, q:after, blockquote:before, blockquote:after{content:"";}
.clear { clear: both; }
body
{
	background-color:#00214a;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 405px;
	font-family: arial, verdana;
	font-size: 12px;
}

#container
{
	width: 844px;
	margin-left: auto; margin-right: auto;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}

	#left
	{
		float: left;
		width: 232px;
	}
		#left ul
		{
			width: 100%;
			display: block;
			list-style-type: none;
			margin-bottom: 5px;
		}
			#left li
			{
				width: 100%; 
				height: 32px;
				background-image: url(../images/navbg.jpg);
				background-repeat: repeat-x;
				border-bottom: 1px solid #2d6191;
				line-height: 32px;
				color: #1e66a8;
			}
			
				#left li:hover, #left li.active
				{
					background-image: url(../images/navbg_hover.jpg);
				}
			
				#left a
				{
					display: block;
					width: 100%; height: 100%;
					line-height: 32px;
					color: #1e66a8;
					margin-left: 16px;
					font-size: 12px;
					font-weight: bold;
					text-decoration: none;
				}
		
		#second_left
		{
			width: 100%;
			background-color: #fff;
			background-image: url(../images/second_left.jpg);
			background-repeat: no-repeat;
		}
			#second_left h3
			{
				display: block;
				font-size: 11px;
				font-weight: bold;
				padding: 8px;
				padding-top: 23px; padding-left: 10px; padding-bottom: 20px;
			}
				
			#second_left img
			{
				margin-left: 8px;
			}
				
	
	#middle
	{
		float: left;
		margin-left: 4px;
		width: 373px;
		height: 421px;
		overflow-y: auto;
		overflow-x:hidden;
	}
	
		#middle h1
		{
			font-size: 15px; font-weight: bold;
			color: #fff;
			margin-left: 10px;
			margin-top: 6px;
		}
		#middle p
		{
			font-size: 12px;
			color: #fff;
			margin: 10px;
			line-height: 15px;
		}
		
		#middle h2
		{
			font-size: 12px;
			color: #fff;
			margin: 10px;
			line-height: 15px;
			font-weight:bold;
		}
		
		#middle strong
		{
			font-size: 12px;
			color: #fff;
			line-height: 15px;
			font-weight:bold;
			
		}
		
		#middle em
		{
			font-size: 12px;
			color: #fff;
			line-height: 15px;
			font-style:italic;
		}
		
		 #middle img
		{
			float:left;
			margin-right:10px;
			border:1px solid #FFFFFF;
		}
	
	    #middle a {
			color:#FFFFFF;
			text-decoration:underline;
		}
		
		#middle a:hover {
			color:#FFFFFF;
			text-decoration:none;
		}
		
		#middle hr {
			color:#CCCCCC;
			width:70%;
			height:1px;
			border-bottom:1px solid #CCCCCC;
			border-top:none;
			border-right:none;
			border-left:none;
			padding:2px 0 2px 0;
			
		}
		#middle table {
			text-align:center;
			margin-left:auto;
			margin-right:auto;
		}
	
	
	
	#right
	{
		padding-top: 5px;
		float: right;
		width: 231px;
		text-align: center;
	}
		#right img
		{
			margin-bottom: 5px;
		}
		#right a>img:hover
		{
			opacity:0.7;filter:alpha(opacity=70);
		}
	
	
	#middle,#right
	{

	}
	
	#footer
	{
		width: 100%;
		text-align: center;
		height: 72px;
		line-height: 72px;
		color: #6f97bd;
		font-size: 11px;
	}
	
	#footer a {
			color:#6f97bd;
			text-decoration:none;
		}
		
	#footer a:hover {
			color:#ffffff;
			text-decoration:none;
		}
		
		
/*lightbox*/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#lightbox-save-link { color: #1e66a8; text-decoration: none; margin-top: 3px; }
	#lightbox-save-link:hover { text-decoration: underline; }
	