﻿html, body{
	color: #FFFF00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #000036;
	background-image:url('images/ssback.gif')
}

p{
	color: #cccccc;
	padding-left:10px;
	padding-right:10px;
}

h1{
	border-top:thin yellow dotted;
	border-bottom:thin yellow dotted;
	text-align:center;
	font-size:x-large;
	color:yellow;
}

h2{
	text-align:center;
	font-size:1em;
	color:fuchsia;
	font-style:italic;
	
}

#mdiv{
	width: 970px;
	position: relative;
    left: 50%;
    margin-left: -505px;
    bottom:1px;
    border:10px #9fe103 solid;
	background-color:#000066;
	overflow:hidden;
    
}

#header{
	height:200px;
	width:970px;
	background-color:#000066;
	position:relative;
}

#menuleft{
	width: 190px;
	height: 604px;
	position: relative;
	float: left;
	left: 10px;
	top: -4px;
	background-color: #000066;
}

#content{
	width: 730px;
	top: 0px;
	right: 10px;
	padding-left:40px;
	bottom: 15px;
	float: right;
	background-color: #000066;
	position: relative;
}


.glossymenu{
	margin: 15px 0 5px 5px;
	padding: 0;
	width: 170px; /*width of menu*/;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: url('images/buttons/button_link1.png') no-repeat left bottom;
	font: bold 20px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fdf408;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	height: 30px;
	padding-top: 15px;
	padding-left: 38px;
	text-decoration: none;
}

.glossymenu a.menuitem:hover{
	background: url('images/buttons/button_hover1.png') no-repeat left bottom;
}



.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #000066;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #fdf408;
text-decoration: none;
padding: 2px 0;
padding-left: 0px;
text-align:center;
padding-right:5px
}

.glossymenu div.submenu ul li a:hover{
background:navy;
color: #43d249;
}




	
.lphoto {
	font-size: small;
	color : yellow;
	font-style : italic;
	margin-top : 6px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 18px;
	text-align: center;
	float: left;
	position: relative;
	clear:both;
}
	
.rphoto {
	font-size: small;
	color : yellow;
	font-style : italic;
	margin-top : 6px;
	margin-bottom : 18px;
	margin-left : 18px;
	margin-right : 0px;
	text-align: center;
	float: right;
	clear:both;
}
.cphoto {
	font-size: small;
	color : yellow;
	font-style : italic;
	margin-top : 5px;
	margin-bottom : 18px;
	width : 100%;
	margin-left:0px;
	text-align: center;
	float: none;
}
	
#footer {
	text-align:center;
	clear:both;
}

.photo_title {
	color:#99CCFF;
	font-weight:bold;
	font-size:medium;
	margin-bottom:0px;
	text-align:center;
}
.photo_loc {
	color:#66CCFF;
	font-size:x-small;
	font-variant:small-caps;
	margin-top:0px;
	text-align:center;
	
	
}
.photo_des {
	color:#66CCFF;
	font-size:small;
	text-align:center;
	
}

.gphoto {
	border:medium black solid;
}

 a:hover .gphoto{
	border:medium #66CCFF solid;
}

a:link {
	outline:aqua none thin;
}

ul.pallet li {
	list-style-image:url('images/bullet2.gif');
	padding-left:10px;
	
}

ul.std li {
	line-height:22px
}
