/*  
	njcolonials.com Universal CSS
	Main Template and Commonly Used styles
	Developed by DigitalKick

MAIN 
------------
*/
* { /* Reset the margins so IE doesnt barf all over with Box Model problems */
	margin: 0px;
	padding: 0px;
}

html {height: 100%;}

/*div#test {
	height: 100%;
}*/


body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 95%;	
}

#nonFooter {position: relative;min-height: 95%;}
* html #theFooter {margin-top: 0em;}
#thefooter {position: relative;margin-top: 0em auto 0 auto;}

#contents {
	position: absolute;
	top: 0;
    left: 0;
}


/*LINKS
-----------------------------------------------------------------------------
*/

a {
	text-decoration: none;
	outline: none;
}
	
a:link {
	color: #7ABCE0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7ABCE0;
}
a:hover {
	text-decoration: none;
	color: F4393F;
}
a:active {
	text-decoration: none;
	color: #7ABCE0;
}



/* CONTENT AREA
----------------------------------------------------------------------------- 
*/

#Mainbody {
	margin: 0px 0px 0px 0px;
	float: center; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.3em;
	text-align: left;
}
#coach {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #444444;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#teamtable {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#teamtitle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: F4393F;
}


#recordtext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: F4393F;
}


#Newstitles {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7ABCE0;
	line-height: 1.3em;
	font-weight: bold;	
	text-align: left;
}

#BodyLinks {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7ABCE0;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
}

#RedTitles {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4393F;
	line-height: 1.3em;
	font-weight: bold;
}
#WhiteTitles {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.3em;
	font-weight: bold;
}
#RedTitlesMed {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F4393F;
	line-height: 1.3em;
	font-weight: bold;
}

#newspicfront {
	border-width: 1px;
    border-style:solid;
	border-color: #7295A8;
}

#teampic {
	border-width: 1px;
    border-style:solid;
	border-color: #F4393F;
}

#leftnav {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 24px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #5C5C5C;
	padding-left: 24px;
	text-align: left;	
}



/* FOOTER
----------------------------------------------------------------------------- 
*/

#footer {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	background-color: #5D5D5D;
	background-image: url(../images/bg_footer.gif);
	width: 100%; /* See note below */
	height: 36px;
	text-align: center;
	vertical-align: bottom;
	padding: 0 15%;
	left: 0;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {height: 100%;}

#thefooter {
	position: relative;
	margin-top: 0em; 
	min-width: 100%;
}
