body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #557D91;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-top: 4px;
	margin-bottom: 2px;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 950px;
	background: #FFFFFF url(../images/back.jpg) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
background:url(../images/gmnheader.jpg) no-repeat;
height:74px;
}
.callout {
	font: bold 130% Arial, "Arial", Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 180px;
	float: left;
	padding: 0px 0px 0px 55px; /* side padding is added to total width above for a 160px "real total" */
}
#nav p{
	padding-bottom:10px;
}
#nav h1 {
    font-size:20px;
	font-style:italic;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-weight:bold;
}
#nav a{
	font-size:18px;

	font-family:"Verdana, Arial, Helvetica, sans-serif";
	}
#nav a:link { 
	color: #FFFFFF;
	text-decoration: none;
	
}
#nav a:visited { 
	color: #FFFFFF;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color:#CC6633;
	text-decoration:none;
}

/* content styles */
#content {
	margin: 0px 12px 0px 240px;
	padding: 5px;
}
#content p {
    font-family:Arial, Helvetica, sans-serif;
	line-height: 130%;
	color:#666666;
}
#content a {
	font-size:18px;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	color:#CC6633;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content h1 {
    font-size:100%;
	color: #666666;
	font-weight:bold;
}
#content h2 {
    font-size:100%;
	color: #666666;
	font-weight:bold;
}
#content h3 {
    font-size:100%;
	color: #40566F;
	font-weight:bold;
}
#content h5 {
    font-size: 70%;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
    color: #666666;
    line-height: 130%;
}

#content li {
     font-size: 80%;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#666666;
	 line-height: 130%;
	 text-indent: 15px;
}
#contact{
	    font-family:Arial, Helvetica, sans-serif;
		background-image:url(../images/contactus.jpg);
		background-repeat:no-repeat;
	width:470px;
	height:495px;
	float:right;
	padding-right:110px;
	padding-top:50px;
	
}
/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #557D91;
	font-size: 80%;
	color: #736B5E;
	background: url(../images/back-footer.jpg) repeat-y;  /* This background color covers the faux column effect that spans the entire holder div */
}
#footer a:link { 
	color: #557D91;
	text-decoration: none;
}
#footer a:visited { 
	color: #557D91;
}
/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.leftimage {
float:left;
margin-right: 10px;
margin-left: 0px;
}
.leftimage1 {
float:left;
margin-right:10px;
margin-left: 0px;
border:2px solid #40566F;
}
.rightimage {
float:right;
margin-left:15px;
margin-right:5px;
margin-bottom: 5px;
}
.rightimage1 {
float:right;
margin-left:5px;
margin-top:5px;
margin-bottom: 10px;
border:2px solid #40566F;
}
