/*  
Theme Name: NJSECC Layout
Theme URI: http://njsecc.net
Description: NJSECC Website layout.
Version: 0.1
Author: Tim Zeimann
Author URI: http://umassociates.com/
	
*/

body  {
     margin: 2px 0 2px 0; 
	 padding: 2px 0 2px 0;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
}

/* Here's a list to all the default stuff (updated 8/19/02, Added visited links color)*/
a:link	{
	color: #003399;
	FONT-WEIGHT: bold;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	FONT-WEIGHT: bold;
	text-decoration: underline;
}

a:hover {
        text-decoration: none;
}


/* Here's for the paragraph */
P {FONT-SIZE: 11px; COLOR: #000000; font-family: Verdana, Arial, Sans-Serif;}
	

/* Here's the main banner */
.banner-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000066;
}
.banner-subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
}
.topnavbar {
        color:#FFFFCC; 
        font-weight: bold;
}

.topnavbar a {
        color:#FFFFCC; 
        font-weight: bold; 
        text-decoration=none;
}

.topnavbar a:hover {
        text-decoration: none;
}

.siteurl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: bold;
	color: #000066;
        text-decoration: none;
}
.siteurl a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.siteurl a:visited {
	color: #000066;
	text-decoration: none;
}

/* Here's for the tables */
TD, TR, DD, DL {FONT-SIZE: x-small; COLOR: #000000; font-family: Verdana, Arial;}
TH {background-color: #FFFFCC; FONT-SIZE: x-small; COLOR: #000000; font-family: Verdana, Arial;}

/* Here's for the Headers */
H1 {FONT-SIZE: 20px; COLOR: #993300; font-family: Verdana, Arial, Sans-Serif; font-weight: bold;}
H2 {FONT-SIZE: 18px; COLOR: #993300; font-family: Verdana, Arial, Sans-Serif; font-weight: bold;}
H3 {FONT-SIZE: 14px; COLOR: #993300; font-family: Verdana, Arial, Sans-Serif; font-weight: bold;}
H4 {FONT-SIZE: 12px; COLOR: #000000; font-family: Verdana, Arial, Sans-Serif;}

/* Here's for the horizontal line */
HR {color: #003399; width: 100%; height: 1px;}

/* Here's for the banner, top navigational bar and dropdown menus*/
.TopNav {background-color: #3366CC;}
.GrayLine {background-color: #003399;}  /* originally gray but now its darkblue,*/
.graymedium {FONT-SIZE: 1em; COLOR: #990000;}	/* originally gray but now its red,*/
.white {background-color: #FFFFFF;}

/* Here's for the footer */
.BotNavText {FONT-SIZE: 11px; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; FONT-WEIGHT: bold; COLOR: #003399; }
.BotNavText A {FONT-SIZE: 11px; COLOR: #993300;}
.BotNavText A:visited {COLOR: #993300;}

.contactinfo {
        color: #003399;
        padding: 5px 5px 0 5px;
}

.contactinfo a {
        font-wieght: bold; 
        color: #993300;
        text-decoration: underline;
}

.contactinfo a:visited {
        color: #993300;
        text-decoration: underline;
}

.contactinfo a:hover {
        text-decoration: none;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 10px 5px;
}

.posted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}


.navigation {
        padding: 0 0 10px 0;
}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}