/*This is for the global formatting*/
@import url(http://yui.yahooapis.com/2.7.0/build/grids/grids-min.css);
body {
	background-color: #00417B;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	width:auto;
	height: auto;
	overflow: auto;
	
}
hr{color:#A09FA4}

body, div, span, p, .p,  li, td ,th,input, textarea, select
		{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 95%;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #00417B;
}
a:link		{ text-decoration: none;  color: #ff9900;font-weight: bold; }
a:hover 	{ text-decoration: none; color: #80BED7; font-weight: bold;}
a:visited 	{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
 #Box, #Box p{
	font-size: 12px;
	
	

}#Box { /*background-image: url(../../images/box.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	*/padding: 0px 0px 0px 0px; }
#Box a:hover{text-decoration: none; color: #ff6600;font-weight: bold;}
#Box a:link {text-decoration: none; color: #FFFFFF;font-weight: bold;}/* End*/
/*This is for the area Above the header*/
#navBackground{background-image:  url(../../images/belowHeaderBG.jpg);
	background-repeat: repeat-x;
	background-position: right top;}
#nav {
	background-color: #443F45;
	color: #F3F3F3;
	padding-right: 8px;
	padding-left: 8px;
}
#nav a:hover 	{ text-decoration: none; color: #80BED7;font-weight: bold;}
#nav a:visited 	{ text-decoration: none; color: #F3B363;font-weight: bold;}
#nav a:link{
	color: #F3F3F3;
	text-decoration: none;
	padding: 8px;
		font-weight: bold;
		text-transform: capitalize;}

/*End*/

/* The is for the Header area*/

#head{
	padding: 0px;
	border: 0px;
	background-color: #0084C4;
	background-image:  url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 88px;

}/**/
#Subhead{ padding: 16px 16px 16px 16px;border: 0px;
		background-color: #524D54;background-image:  url(../../images/subkiller.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}


/*This is for the footer area*/

.bottom {
	
	background-image: url(../../images/bottom.jpg);
	background-repeat: repeat-x;
}
	
/*End*/
/*This formats the table the content rests in*/
.content {
	background-color: #FFFFFF;
	padding: 4px 8px 0px 8px;
	background-image: url(../../images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.shadow {
	background-image: url(../../images/sideBarShadowL.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow2 {
	background-image: url(../../images/sideBarShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #00417B;

}/*End*/
#side{
	background-image: url(../../images/bigSide.jpg);
	background-position: left top;
	background-repeat: no-repeat;

}
.side{
	background-color: #0084C4;
	background-image: url(../../images/bigSideBG.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.feature{
	background-color: #2D2D2D;
	background-image: url(../../images/featBG.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;padding-bottom: 8px;
}
#feature{
	color: #FFFFFF;
	width: 200px;
}
.top {
	background-color: #00295B;
	background-image: url(../../images/top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.featurebg {
	background-image: url(../../images/featureBottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #474747;}
#leftfeature {
	color: #FFFFFF;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#featurebox {
	color: #FFFFFF;
	padding: 8px;
	margin: 0px;
}
#topfeature{
	color: #FFFFFF;
	width: 450px;
	height: 88px;
	padding: 0px;
	margin-left: 8px;
}
#topfeature td {
	color: #FFFFFF;
	width: 450px;
	padding: 0px;
	margin-left: 8px;
	font-size: 90%;
}
#copy {
	font-size: 70%;
	color: #FFFFFF;
	height: 40px;
	padding: 8px;
}

/*navigation*/
#list-menu {
	width: 105px;
	margin-left: 8px;
	margin-right: 8px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
font-family: verdana, arial, sanf-serif;
font-size: 97%; } 
#list-menu li {
	margin-bottom: -11px;
} #list-menu a {
	display: block;
	width:105px;
	text-decoration: none; /*lets remove the link underlines*/
	height: 27px;
	background-image: url(../../images/navigation/button.jpg);
	padding-top: 6px;
	background-repeat: no-repeat;
	font-size: 90%;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 8px;
}
#list-menu a:hover {
	color: #FF9900;
	background-image: url(../../images/navigation/button_over.jpg);
}
