body {
	background: #001144;
	text-align: justify;
	font-family: arial;
	font-size: small;
	color: #555E4F;
}

img{
    border:none;
 }
 
h1, h2, h3, h4, h5 {
	margin: 0;
    font-family: arial;
    color: #FFFFFF;
    font-size:19px;
}

#centerimg {
	float:right;
	border: none;
    padding-right:0px;
   	padding-top:33px;
}
      
/* Header */

#header {
	width: 100%;
    height: 205px;      
	margin: 0 auto;
    background:url('images/miniGrant.jpg') no-repeat 25% 15%; 
    padding-top: 1%;
    padding-bottom: 5px;
    border-bottom:solid 10px #FFFFFF;
}

#header img {
	float: right;
	border-bottom: none;
    margin-right: 30%;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0;
	font-size: 34px;
	letter-spacing: -3px;
}

#header p {
	text-align:right;
	margin: 10px 10px 0 0;
	font-size: 12px;
    font-family:sans-serif;
	color: #FFFFFF;
    font-weight:bold;	
}


a {
	color: #EEEEEE;
	text-decoration: none;
}

a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;  
	padding: 10px 10px 10px 10px;
    text-align:center;
}

#margin-news {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding: 20px 7px 20px 7px;
	border: solid 0px;
	border-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

# menu1 li {
	list-style: none;
}

#menu1 a {
      
	display: block;
	width: 160px;
	padding: 10px 0px;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
    padding-bottom: 10px;
}

#menu1 img{
       margin-bottom: 15px;
       height: 110px;
       width: 150px;
       border-color: #aaa #ccc #ddd #bbb;
	   border-style: solid;
	   border-width: 2px;
 }

#menu1 a:hover {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 90%;
	margin: 0 auto;
	background: #001144;
}

#colOne {
	float: left;
	width: 15%;
	margin-top: 10px;
	padding: 25px 0 0 0;
}

#colTwo {
	float: right;
	margin-top: 10px;
	width:  70%;
	padding: 0 10px 0 0;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #FFFFFF;
	color: #FFFFFF
}

#content h3 {
	color: #FFFFFF;
    font-family: arial;
}

#content p{
	color: #FFFFFF;
    font-weight:bold;
    font-size:larger;
}

#content img{
     float: left;   
 }

/*#content li {
	list-style: none;
	}*/
    
LI.list1 {list-style: circle outside; color:white;} 
    
#colTwo a {
	color: #3399FF;
	} 
    
#footer {
	width: 99%;
	margin: 0 auto;
	padding-top: 10px;
    padding-left: 10px;
    border-top: solid 10px #FFFFFF;
}


#footer p {
    font-family:arial;
    font-weight:bold;
	text-align: left;
	padding: 0;
	font-size: 10px;
    color: #FFFFFF;
    margin: -0.5px;
}

#col3 {
    float: left;
	margin-top: 10px;
	width:  60%;
	padding-left: 20px;
 }

col4 {
    float: right;
	margin-top: 10px;
	width:  30%;
	padding-right:20px;

 } 
 
#footer h3 {
    font-size: 120%;
    font-family:arial black;
    color: #FFFFFF; 
 }

/* Menu */

#menu {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	margin-left: -40px;
    padding-left: 0%;
}

#menu ul {
	margin: 0;
	margin-left: 0px;
	padding: 0px 0x 0 10px;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
    
}

#menu a {
	margin-right: 1px;
	padding: 3px 17px;
	background: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #001144;
}

#menu a:visited, #menu .current_page_item a {
	color: #001144;
    background: #FFFFEE;
}

#menu a:hover {
	text-decoration: underline;
    background: #FFFFCC;
}




/* For Forms
...........................................
*/

fieldset {
	background:#999999;
	color:#FFFFFF;
}

label {
	font-family:arial;
    font-weight:bold;
	width: 4em;
	text-align: left;
	margin-left: 1em;
	display: block;
	
} 

input
{
	border: 1px solid #000000;
	color:#000000;
}

textarea{
	border: 1px solid #000000;
	color:#000000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -150px;
	left: -150px;
	z-index: 1;
}

.hoverbox img
{
	background: #777777;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 7px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 420px;
	height: 350px;
}

/*Images in JS
----------------------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

