/* CSS Document */

BODY {
	background-color : #101E4D;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 50px;
	padding:0px;
	text-align:center;
	font-size: 12px;
	line-height: 110%;
	color: 101E4D;
	   }
	
#Content {
	width:800px;
	margin:0px auto auto;
	text-align:left;
	padding:0px 0px 6px;
	border:8px solid 101E4D;
	height: auto;
	line-height: 125%;
	background-color: #c7cee5;
	}
 
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
  
a:link {/*normal links in the text*/
  font-weight: normal;
  color: #080F26;
  }

a:link, a:visited {
	font-weight: bold;
	color: #080F26;
}

a:hover { 
  font-weight: bold;
  color: #6666CC; 
 }
 /*******HEADER***/
 /****Main Category Menu Box on the top****/

.MainHeaderBox {
	width: 727px;
	padding: 10px;
	background-color: #203C99;
	float: left;
	margin: 10px;
	height: auto;
	border: 5px solid #eeeeee;
}
 
a.navbox:link {
	color: #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	font-size:12px;
}
a.navbox:visited {
	color: #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	font-size:12px;
}

a.navbox:hover {
  color: #CCCCCC; 
  text-decoration : none; 
  font-weight: bold; 
  font-size:12px;
}


/*******Layout for Main Section of Page**********/
#ContentLayout {
	margin-right: 5px;
	width: 565px;
	border: 0.1px none;
	margin-top: 0px;
	padding: 4px 10px 10px;
	left: auto;
	margin-left: 5px;
	margin-bottom: 10px;
	line-height: 125%;
	float: left;
	clear: none;
	background-color: #C7CEE5;
	}
	
#ContentLayoutFront {
	margin-right: 10px;
	width: 750px;
	border: 0.1px none;
	margin-top: 0px;
	padding: 15px 10px 0px;
	left: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 125%;
	float: left;
	clear: none;
	background-color: #C7CEE5;
	}

.picbox {
	float: right;
	height: auto;
	width: 425px;
	margin: 10px 5px 5px 10px;
	position: relative;
}
.TitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #182D73;
	letter-spacing: 4px;
	line-height: 110%;
	border-top: none;
	border-right: none;
	border-bottom: 3px none #4e4e68;
	border-left: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-variant: normal;
	margin-top: 10px;
	float: none;
	margin-right: 10px;
	width: 500px;
	margin-left: 0px;
}

 #MainTextBox {
	border: #FFFFFF;
	position: relative;
	}
/******NAVIGATION BAR*******/

.Navigation {
	width: 160px;
	height: auto;
	line-height : 100%;
	background-color: #203C99;
	margin-left: 5px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 8px;
	position: relative;
	padding: 6px;
	border: 4px solid #eeeeee;
	clear: none;
	float: left;
    }                  /*have the navigation elements better separated*/	  
	
 
/************* #Page Bottom styles ***************/
#siteInfo{
	clear: both;
	padding: 5px;
	border-top: 5px solid #1b3382;
	border-right: none #1b3382;
	border-bottom: none #1b3382;
	border-left: none #1b3382;
	font-size: 10px;
	position: relative;
	width: 600px;
	margin-right: 0px;
	margin-left: 100px;
	margin-top: 5px;
	float: none;
	background-color: #C7CEE5;
}
/*layout for bottom of page*/

#footer {
	width: auto;
	margin: 4px auto 0px;
	float: none;
	line-height: 150%;
	padding: 0px;}
/*copyright info space*/

#Bottom {
	border: none;
	position: static;
	width: 100px;
	float: left;
	height: 100px;}

.NavTitle {
	font-size: 14px;
	color: #FFFFFF;
	float: none;
	font-weight: normal;
	line-height: 115%;
	text-decoration: none;
}
.secondtitle {
	font-size: medium;
	font-weight: bold;
}
.navindent {
	padding: 0px 0px 0px 4px;
}

