body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	}

.imgnf {float: nofloat; margin: 5px 7px 10px 10px; border: 1px solid #c0c0c0}
.imgleft {float: left; margin: 5px 7px 10px 10px; border: 1px solid #000060}
.imgright {float: right; margin: 5px 10px 5px 10px; border:1px solid #000060}
.img1 {display: inline; margin-top: 10px; margin-left: 10px; border: 1px solid #000060}
.img2 {display: inline; margin-top: 10px; margin-left: 20px; border: 1px solid #000060}


#mainframe {
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #414d6b;
	background-color: #eff3fa;
	width: 875px;
	display: block;
	}

#header {
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url('TopBackGround.jpg');
	background-repeat: no-repeat;
	}
#header h1 {font-family: "times new roman"; margin-left: 25%; margin-top: 0px; padding-top: 25px; line-height: 80%; border: none; background-color: transparent; color: #000080; font-size: 40px;}
#header h2 {margin-left: 25%; padding: 0px; line-height: 80%; border: none; background-color: transparent; color: #000090; font-size: 14px;}

	
#topnav {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	font-size: 12px;
	border: 0px;
	background-color: #063964;
	text-align: right;
	}
	
#topnav a {font-weight: 500; color: #ffffff; text-decoration: none; display: inline}
#topnav a:hover {text-decoration: underline}
#topnav p {display: inline}

/* Content */

#content {margin-left: 0px; margin-top: 20px; padding: 0px 0px 10px 0px; border: none; background-color: #ffffff;}
#content h3 {margin: 0px; padding: 5px 5px 5px 10px; text-align: left; font-size: 14px; color: #ffffff; font-weight: 600; background-image: url(mgcleftnavb.png); background-repeat: repeat-x; background-color: #0b5da1; border: none}
#content h4 {margin-top: 20px; padding: 5px 5px 5px 20px; text-align: left; font-size: 14px; color: #000080; font-weight: 600; background-color: transparent; border: none}
#content p {margin: 0px; padding: 0px 10px 0px 10px; background-color: transparent; font-size: 13px; text-align: justify;}
#content a {color: #0000ff; text-decoration: none;}
#content a:hover {color: #ff0000; text-decoration: underline;}

#linelinks {margin-left: 10px; border: none; background-color: transparent; display: inline; font-size: 13px; color: #c0c0c0}
#linelinks a {color: #0000ff; text-decoration: none;}
#linelinks a:hover {color: #ff0000; text-decoration: underline;}


.tdbox1 {width: 20%; color: #000080; background-color: #f0f8ff}
.tdbox2 {width: 20%; background-color: transparent}


/* Footer */

#footer {
	margin: 0px auto;
	width: 875px;
	padding: 10px 0px 10px 0px;
	border: none;
	font-size: 12px;
	background-color: transparent;
	text-align: center;
	}
	
#footer p {
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
	color: #000040;
	}
	
#footer a {color: #0000ff; text-decoration: underline;}
#footer a:hover {text-decoration: underline; color:#000080}

/* Photo Gallery */

div.img
  {
  margin-top: 10px;
  margin-right: 11px;
  margin-bottom: 10px;
  border: 1px solid #000060;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
  background-color: #ffffff;
  }
div.img img
  {
  display: inline;
  margin: 0px;
  border: none;
  }
div.img a:hover img
  {
  border: none;
  }
div.desc
  {
  text-align: center;
  margin-bottom: 5px;
  border: none;
  font-size: 13px;
  font-weight: normal;
  }