/* CSS Document */

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus 
	{
	outline: 0;
	}

body 
	{
	line-height: 1;
	color: black;
	background: white;
	}

ul 
	{
	list-style: none;
	}

#linksothersites
	{
	list-style-type: disc !important;
	list-style-position: inside !important;
	}
#linksothersites ul
	{
	list-style-type: square !important;
	list-style-position: inside !important;
	padding-left: 25px;
	}

/* tables still need 'cellspacing="0"' in the markup */
table 
	{
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td 
	{
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after 
	{
	content: "";
	}

blockquote, q 
	{
	quotes: "" "";
	}


body
	{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

b
	{font-size: 110%;}

em
	{color: red;}

div#maincontainer
	{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:99%;
	}

div#topsection
	{
	height:259px; /*Height of top section*/
	clear:both;
	}

#logoMenu h1
	{
	margin: 0;
	font-size:14px;
	font-weight:bold;
	color: #000000;
	}

#topBanner 
	{
	color:#000;
	}
	
#topBanner h1 
	{
	border:medium none;
	text-align:left;
	font-size:46px;
	left:16px;
	margin-top:10px;
	padding-left:0;
	padding-top:10px;
	position:relative;
	text-align:left;
	top:91px;
	}

#topBanner h1.y 
	{
	color:#F1863E;
	float:left;
	font-size:64px;
	top:85px !important;
	width:29px;
	}

#topBanner h3 
	{
	border:medium none;
	clear:left;
	color:#000;
	font-size:26px;
	left:20px;
	position:relative;
	text-align:left;
	top:114px;
	width:300px;
	}

#topBanner h4 
	{
	clear:left;
	color:#000;
	font-size:20px;
	left:26px;
	position:relative;
	text-align:left;
	top:120px;
	width:300px;
	}




#contentwrapper
	{
	float: left;
	width: 100%;
	background-color: transparent;
	}

#contentcolumn
	{
	margin-left: 0px; /*Set left margin to LeftColumnWidth*/
	margin-top:0px;
	/*min-height:500px !important;*/
	height: expression( this.scrollHeight < 600 ? "599px" : "auto" ); /* sets min-height for IE */
	min-height: 600px; /* sets min-height value for all standards-compliant browsers */
	}

#leftcolumn
	{
display:none;
	}


#footer
	{
	clear: left;
	width: 100%;
	height:32px;
	background-color:transparent;
	color: #000;
	text-align: center;
	padding: 4px 0;
	}

#footer a
	{
	color: #000;
	}

.insideTop
	{
	margin: 0px; 
	margin-top: 0;
	}

.insideLeft
	{
	margin: 0px; 
	margin-top: 0;
	}

.inside
	{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

/* Sub Menu Styles  */


/* misc */
.little 
	{
	font-size:12px;
	font-weight:normal;
	text-align:right;
	}
	
.medium 
	{
	font-size:17px;
	font-weight:bold;
	text-align:right;
	}

/* clear */
.clear 
	{
	clear:both;
	}
	
