/* CSS Document */
body {
	font-family: Arial;
	font-size: 75%;
	background-color: transparent;
}
#container {
	margin: 0px auto;
	width: 675px;
}

#gallery {
	width: 673px;
	padding-top: 5px;
}

#header{
	width: 673px;
	height: 107px;
	margin: 0px auto;
}

#topLogo{
	color: #FFFFFF;
	width: 113px;
	height: 105px;
	float: left;
	background-color: transparent;
}
#headerText{
	width: 407px;
	height: 105px;
	float: right;
	text-align: right;
	background-color: transparent;
}

#pictureGallery{
	margin: 0px auto;
	width: 673px;
	height: 141px;
	padding-top: 10px;
	clear: both;
}
#mainNavBar{
	margin: 0px auto;
	width: 673px;
	padding-top: 10px;
}

#leftColumn{
	float: left;
	width: 213px;
	margin-top: 5px;
	background-color: #0065ce;
	color: #ffffff;
	padding: 3px;
	font: bolder Georgia;
	margin-bottom: 3px;
}

#news {
	width: 213px;
	margin-top: 5px;
	background-color: #0065ce;
	color: #ffffff;
	padding: 3px;
	font: bolder Georgia;
}

#rightColumn{
	width: 440px;
	float: right;
	margin-top: 5px;
	background-color: transparent;
	margin-bottom: 5px;
	text-align: justify;
}
#footer{
	margin: 0px auto;
	background-color: #0065ce;
	padding: 12px;
	width: 649px;
	color: white;
	font-size: 90%;
	clear: both;
	border-top: 5px solid #FFFFFF;
	border: 1px solid grey;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#ffffff;
	text-decoration	: none;
}

/*Form styles*/
fieldset {
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #000066;
	background-color: #0065ce;
}

fieldset.submit{
	background-color: #003399;
}

legend{
	font-weight: bold;
	border: 1px solid #556644;
	height: 20px;
	background-color: #0099CC;
	color: #000066;
}

/* download title and caption divs */
#dwnldsTitle{
	background-color: #0066FF;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 4px;
}
#caption{
	padding: 4px;
	border: 1px solid #0066FF;
	font-size: 11px;
}



/* other styles for links*/
.an {
    color		: #666666;
	text-decoration	: none;
	}
	    
.an:hover
    {
    color		: #000000;
    text-decoration	: none;
    }
	 
.an2 {
	color: #FFFFFF;
	text-decoration: none;
	font: larger;
}	
	
.an2:hover
    {
	color: Red;
	text-decoration: none;
	font: bolder;
}	

table{
	border-spacing: 0;
	border-collapse:collapse;
}
#mainNavBar td { 
 border-bottom: 1px solid #bbaa99; 
 background-color: #0066FF;
 color: #FFFFFF;
} 

h1 {
	padding: 2px;
	margin: 2px;
	font-size: 100%;
	font-weight: bold;
	color: White;
	border-bottom-color: Gray;
}
h2 {
text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	color: red;
}
h4 {
	font-size: 160%;
	color: #F01E1E;
}


/*horizontal menu items*/

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 95px; /*Width of top level menu link items*/
	height: 15px;
	padding: 2px 8px;
	border: 1px solid #202020;
	border-left-width: 0;
	text-decoration: none;
	background: url(images/menu_imgs/menubg.gif) repeat-x center center;
	color: White;
	font: bold 11px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
	background: url(images/menu_imgs/menubgover.gif) repeat-x center center;
}

.horizontalcssmenu ul li ul li a:hover{
	background: #6666ff;
	color: #FFFF00;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* other styles for links*/
.an {
    color		: #666666;
	text-decoration	: none;
	}
	    
.an:hover
    {
    color		: #000000;
    text-decoration	: none;
    }
	 
.an2 {
	color: #FFFFFF;
	text-decoration: none;
	font: larger;
}	
	
.an2:hover
    {
	color: Red;
	text-decoration: none;
	font: bolder;
}	 
	 
.date {
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;	 
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
