@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto 0 auto;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color:black;
	background-color:#004668;
	font-size:12px;
}

div#page
{
	margin:0 auto 0 auto;
	width:780px;
	background-color:white;
	background-image:url(../images/contentRepeater.jpg);
	background-repeat:repeat-y;
}
div#header
{
	display:none;
}
	
div#navContainer
{
	display:none;	
}
div#contentContainer
{
	width:98%;
	margin-top:10px;
}

div#graphic
{
	display:none;
}

div#footer
{
	width:780px;
	background-color:#004669;
	margin:0 auto 0 auto;
	color:white;
	font-size:10px;
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
}



/*template styles*/

div#topSpace
{
	display:none;
}

div#contentTemplate
{
	width:100%;
	line-height:16px;
}
div#leftSide
{
	display:none;
}


/*Format Styles*/

h1
{
	font-size:18px;
	font-weight:bold;
	color:#00466a;
	padding-bottom:3px;
	border-bottom:1px solid #C0D7E5;
}

h2
{
	font-size:14px;
	font-weight:bold;
	color:#006599;
	margin:0px;
	padding:0px;
}



a, a:visited
{
	color:#014a70;
	font-weight:bold;
	text-decoration:underline;
}


.small
{
	font-size:10px;
}

.table
{
	border:1px solid silver;
}
.gray
{
	background-color:red;
}

