/* Global Styles */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d2f29;
}
body {
	background-color: #334841;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #09002F;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d2f29;
	line-height: 18px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	text-align: justify;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #9999FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ID Styles - This selector is most widely used with layers, since layers are always defined with a unique ID.
*/

#banner {
	background: url(images/banner.jpg) no-repeat;
	height: 127px;
	width: 720px;
	margin-right: 15px;
	margin-left: 15px;
	border-right: 1px solid #98c2ae;
	border-left: 1px solid #98c2ae;
	font: verdana;
	font-size: 200%;
	text-align: right;
}
#motto {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 715px;
	margin-right: 100px;
	margin-left: 15px;
	padding-right: 5px;
	border-right: 1px solid #98c2ae;
	border-left: 1px solid #98c2ae;
	background-color: #233A66;
	text-indent: 465px;
}
#end {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 715px;
	margin-right: 100px;
	margin-left: 15px;
	padding-right: 5px;
	border-right: 1px solid #98c2ae;
	border-left: 1px solid #98c2ae;
	background-color: #233A66;
	text-indent: 465px;
}
#menu {
	text-align: left;
	height: 20px;
	width: 720px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 4px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 50px;
	background-color: #131E3A;
	border-bottom: 1px solid #FFFFFF;
}
#bottom {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;text-align: left;
	height: 20px;
	width: 720px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 4px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 50px;
	background-color: #131E3A;
	border-bottom: 1px solid #FFFFFF;
}
#main {
	font-size: 90%;
	width: 720px;
	margin-right: 15px;
	margin-left: 15px;
	border-right: 1px solid #98c2ae;
	border-bottom: 1px solid #98c2ae;
	border-left: 1px solid #98c2ae;
	background-color: #FFFFFF;
}
#all {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

/* Class Styles */

.bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #233A66;
	line-height: 18px;
    font-weight: bold;
}
.pageName {
	font:20px  Verdana, Arial, Helvetica, sans-serif;
	color: #242635;
	letter-spacing:0.1em;
	line-height:26px;
	}	
.topbottborder {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}	
