@charset "utf-8";
* {/* it's good practice to zero global margin and padding values to account for differing browser defaults */
	padding: 0; 
	margin: 0;
}
body {
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 1px;
	letter-spacing: 0em;
	color: #002D62;
	background-color: #EFF1F1;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.2em;
	margin: 0.65em 0 0.8em 0;
	padding: 0;
}
/*set h1 bigger in homepage - otherpages h1 displayed at h2 size*/
h1, h2{
	font-size: 1.6em;
	/*font-weight:normal;*/
	line-height:1.3em;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
h3{
	font-size: 1.3em;
	line-height:1.3em;
	margin-top: 0.6em;
}
h4{	
	color: #333;
	font-size: 1.2em;
	margin-top: 0.4em;
}
h5{	
	color: #333;
	font-size: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
p,ul{
	font-size: 1.1em;
	line-height: 1.6em;
	/*letter-spacing: 0.04em;*/
	margin-bottom: 1.2em;
}
table{
	margin-bottom: 1.2em;
}
img{ /*(Max image width in mainContent = 356px)*/
	margin: 0;
	padding: 0;
}
a {
	/*font-weight: bold;*/
	color: #007DC3;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{ 
	border: none;
}
a.internalLnk{
	color: #002D62;
	background:url(Imgs/internalLnk_0.gif) repeat-x bottom left;
}
a.internalLnk:hover{
	text-decoration: none;
	background:url(Imgs/internalLnk_1.gif) repeat-x bottom left;
}
strong{
	font-weight: bold;
	/*color: #892E89;*/
	}
ol{
	list-style-type:decimal;
	line-height: 1.5em;
	}
ul{
	list-style-type:square;
	list-style-position:outside;
	line-height: 1.5em;
	}
li{
	margin-left: 20px;
	margin-bottom: 0.4em;
	padding-left: 0px;
}
q{
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	color: #555;
}
blockquote, blockquote ul, .quotee{
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom: 0.2em;
}
p.quotee{
	font-style:normal;
	font-weight:normal;
	text-align:right;
	margin-bottom:1.4em;
}
.sup{ /*Use instead of <sup> tag so that line height isn't messed up by browsers*/
		position:relative;
		top:-3px;
		font-style:normal;
		font-size:0.9em;
	}

/* ------------- Main Layout Boxes ------------- */
#container {
	width: 760px;
	margin-top: 10px;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px;
	margin-left:auto;
	background: #FFF;
	border:1px solid #405555;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headerBox{
	width: 760px;
	height: 96px;
	padding:0px;
	border-bottom: 1px solid #405555;
	z-index:50;
	}
.FloatRightHdr{
	float:right;
}

/* ---------- container for main content, menu and footer  ---------- */
#content{
	/*clear: both;*/
	width: 760px;
	background-color: #fff;
	background-image:url(Imgs/Content_BG.gif);
	background-repeat:repeat-y;
	}
	
/* ---------- menu ----------------- */
#menu{
	float:left;
	width:180px;
	padding:5px 0px 20px 0px;
	margin:0;
	border:0;
	z-index:100;
	font-size: 1.1em;
	background-color:#DEE2E3;
	background-image:url(Imgs/Content_BG.gif);
	background-repeat:repeat-y;
	}
#menu ul{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	/*letter-spacing: 0;*/
}
#menu li{
	margin: 0 0 0 0;
	text-transform:capitalize;
	display: block;
}
#menu a{	
	display: block;
	height:1%; /* this is a hack for IE 6 and below otherwise links don't act as blocks */
	margin:5px 0 0 0; /* don't use bottom margin because it causes a bug in IE6 (margins squash on rollover unless BG color is the same for all link states) */
	padding:3px 10px 3px 20px;
	color:#405555;
	/*background-color:#DEE2E3;*/
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	color: #007DC3;
	/*background-color: #DEE2E3;*/
	background-image: url(Imgs/Butt_BG_01.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu a:active{
	color: #007DC3;
	/*background-color: #DEE2E3;*/
	background-image: url(Imgs/Butt_BG_01.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu .currentLink a{ /*use to pick out the current page in the menu (place class on corresponding <li>)*/
	display: block;
	color: #002D62;
	/*background-color: #DEE2E3;*/
	background-image: url(Imgs/Butt_BG_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu .subMenu a{ /*indent Submenu links (place class on corresponding <li>)*/
	margin-top: 0px;
	/*margin-left: 15px;*/
	padding:3px 10px 3px 20px;
	font-weight: normal;/**/
}

#RSSbox{
	background-color: #E7EAEA;
	border:1px solid #415656;
	margin:10px;
	padding:4px 4px 6px 4px;
}
#RSSbox .RSSbutt, #RSSbox .RSSbutt a{
	float:left;
	margin:0 0 0 0;
	padding:0;
}

#menu #RSSbox a{
	padding-left:5px;
	background:none;
}
#menu a.RSSnews {
	font-size:1.2em;
	line-height:0.8em;
	color: #002D62;
}

#menu a.RSSnews:hover {
	color: #007DC3;
}
/* ----------- main content holders ------------- */
#main{
	/*Don't specify width otherwise floatdrop in IE 6 or less. Max width for images = 579px*/ 
	margin: 0 0 0 180px;
	padding: 0;
	background-color:#FFF;
	min-height:450px;/**/
	}
.txtBox{
	padding: 24px 24px 10px 24px;
	text-align: left;
}
#footer{
	clear: both;
	margin: 0;
	padding: 20px 10px;
	border-top: 1px solid #405555;
	text-align: center;
	color: #eee;
	background-color: #647575;
}
#footer p{
	font-size: 1em;
	line-height: 1em;
	/*letter-spacing: 0.04em;*/
	margin-bottom: 0;
}
#footer a{
	color: #eee;
}

#designLink{
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	padding-top:5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.4em;
	color: #bbb;
	word-spacing: 0;
}
#designLink a{
	color: #ababab;
}
#designLink a:hover{
	color: #333;
}

/* ----------- 3px float fix for < IE7 ----------- */
* html #main{
	height: 1px;
	margin-left: 0;
}
* html #menu{
	margin-right: -3px;
}

/* ---------- general placeholders --------*/
.smallTxt{
	font-size:90%;
	/*font-weight:bold;*/
	line-height:1.4em;
	color: #777;
	}
.imgbox{
	margin: 0px 10px 10px 10px;
	/*padding: 10px 10px 10px 0px;*/
	}
.imgbox2{
	margin:0px;
	float:left;
	/*border:1px solid #000;padding: 0px 0px 10px 0px;*/
	}
.floatLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	}
.floatRight {
	float: right;
	margin: 0px 0px 15px 15px;
	}
.floatRight img{
	margin: 8px 0px 8px 5px;
	}
.centerBox{
	text-align:center;
}
.rightAlignTxt{
	text-align:right;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    font-size: 1px;
    line-height: 0px;
	height:1%;
}


