/*--------------------------------------------------
New England Freeze Handball Club - website style sheet
http://www.nefreeze.org
----------------------------------------------------*/
/*
Color Codes:
		* background grey			#999999
		* Navigation inactive			#CCCCCC
		* Navigation hover/active		#444444 
*/

/*--------------------------------------- BODY Elements ------------------------------------------*/

body
{
	margin:0px;
	background-color:#BBBBBB;
	text-align:center;
	font-size:medium;
	font:arial,times,sans-serif;
/* The line below is only seen by IE. the 'medium' in Firefox is comparable to the 'small' in IE*/
	font-size=small;
}

body, table
{
}

/*--------------------------------------- Main block (MAINBLOCK) ---------------------------------------*/
#mainblock
{
	border:0px solid #336633;
	width:800px;
	text-align:left;
	margin: 0px auto 0px auto;
}

/*------------------------------------------------ HEADER ---------------------------------------------*/
#header
{
	background-image:url(images/webimages/header_logo.png);
	background-repeat:no-repeat;
	width:100%;
	height:168px;
	float:left;
	clear:both;
}

/*-------------------------------------------- NAVIGATION BAR -------------------------------------------*/
#navbar
{
	background-image:url(images/webimages/navbar_bcgd.png);
	background-repeat:repeat-y;
	width:100%;
	height:30px;
	float:left;
	clear:both;
}

#navbar ul
{
	list-style-type:none;
	font-size:1.3em;
	margin:0px auto 0px auto;
}

#navbar ul li
{
	float:left;
	display:block;
	text-decoration:none;
	padding: 0px 15px 10px 22px;
	font-weight:bold;
}


/* anchors */
#navbar a
{
	color:#DDDDDD; /*for transparent use #ECECEC*/
	text-decoration:none;
	font-weight:bold;
}

#navbar a:hover, #navbar a:active
{
	color:#996699;
}




/*-------------------------------------------- Content box -------------------------------------------*/
#pgcontent
{
	background-color:#FFFFFF;
	padding: 0px 40px 0px 40px;
	float:left;
	clear:both;
	min-height:520px;
	width:720px;
/*The line below is a hack to go around the different interpretations of padding in IE and FireFox
  Only IE can see it, not firefox*/
	width=100%;
}

#pgcontent ul
{	
	color:#000000;
	margin: 0px 20px 0px 40px;
	padding: 0px 20px 0px 40px;
}

#pgcontent ol
{	
	font-weight:bold;
}

div.roster_box
{
	margin: 20px 35px 20px 35px;
	width: 150px;
	height: 190px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px solid #336633;
	clear: none;
	float: left;
}

#pgcontent p.error
{
	color:#DD0000;
}

/*-------------------------------------------- Text format -------------------------------------------*/
p
{
	margin-top: 0.5em;
	margin-bottom:0.5em;
	text-align:justify;
	color:#000000;
}

p.articledate
{
	color:#333333;
	font-size:0.9em;
	font-style: oblique;
	margin: 0px;
}

p.articlebody
{
}

h1
{
	color:#000000;
	font-size:1.5em;
	margin-top:1em;
	margin-bottom:0em;
	clear:both;
}

h2
{
	color:#000000;
	font-size:125%;
	font-weight:bold;
	margin-bottom:0;
	clear:both;
}

h3
{
	color:#336633;
	font-size:100%;
	font-weight:bold;
	margin-bottom:0;
	clear:both;
}

hr
{
	line-height:1px;
	width:70%;
	background-color:#668866;
	color:#336633;
	border: 0px solid #336633;
}

form.entry
{
	border:2px solid #336633;
}

img.profile
{
	margin: 4px 4px 4px 4px ;
}

table.form
{
	margin:10px 0px 10px 20px;
}

table.form td
{
	font-size: 90%;
	vertical-align:top;
	padding: 2px 2px 2px 10px;
}

table.form td.label
{
	font-weight: bold;
}

/*-------------------------------------------- Footer format -------------------------------------------*/

#footer
{
	background-color:#FFFFFF;
	text-align:center;
	clear:both;
	border:0px solid #336633;
}

#footer p.footer
{
	font-size:80%;
	color:#222222;
	margin: 5px 30px 5px 30px;
	text-align:center;
}

