/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #333;
 background:#395eae;
 padding:0;
 font: 0.86em/1.2 Arial, Helvetica, sans-serif;
 }

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

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #FFFFFF;
 }

#hdr {
 padding-top: 150px;
 background: #fff url(../images/headerlogo.gif) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
	width:751px;
	background: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #003399;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: #000080;
}

#ftr {
	clear: both;
	color: #CCCCCC;
	background:#385ead url(../p7tbm/img/navy_on.jpg) repeat-x;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 15px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #CCCCCC;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #fff;
}

#leftImg
{
float:left;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
padding: 0 0 5px 5px;
}
.boxFlag {
	background: #6699CC;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #000000;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxNavyWhite {
	background: #010788;
	border: 5px solid #990000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding: 15px;
}
.boxNavyWhite a:link, .boxNavyWhite a:visited, .boxNavyWhite a:active {
color: #fff!important;
text-decoration: underline;
}
.boxNavyWhite a:hover {
text-decoration: none;
color: #fff!important;
}
.mousetype {
	font-size: 11px;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}
.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.txtBigBlue {
	font-size: 1.3em;
	font-weight: bold;
	color: #000080;
}
.txtBigRed {
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
}
.guestbook {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}