/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image: url(images/bg3.gif);
    background-repeat:no-repeat;    
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	}
	
.cs 
{
	color:#003366;
	background-color:White;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
}

.menustyle	
{
	position: absolute;
	left: 14px;
	top: 120px;
	background-color:black;
	border:1px;
	border-bottom-color:black;
	border-top-color:black;
	border-left-color:black;
	border-right-color:black;
	border-style:solid;
}
.menuitem
{
	width:107px;
	height:40px;
	color:white;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border:1px;
	border-bottom-color:black;
	border-top-color:black;
	border-left-color:black;
	border-right-color:black;
	border-style:solid;
}
.mouseover
{
	width:107px;
	height:40px;
	background-color:#10137e;
	color:white;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border:1px;
	border-color:#ff0000;
	border-left-color:#ff0000;
	border-top-color:#ff0000;
	border-right-color:#ff0000;
	border-bottom-color:#ff0000;
	border-style:dotted;	
	cursor:hand;
}
.mousedown
{
	width:107px;
	height:40px;
	background-color:#10137e;
	color:white;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border:1px;
	border-color:#3F3F3F;
	border-left-color:#ff0000;
	border-top-color:#ff0000;
	border-right-color:#ff0000;
	border-bottom-color:#ff0000;
	border-style:dotted;	
	cursor:hand;
}
.mouseup
{
	width:107px;
	height:40px;
	background-color:#10137e;
	color:white;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border:1px;
	border-color:#3F3F3F;
	border-style:none;
	cursor:hand;
}

#topnav
{
	position:absolute;
	top:25;
	left:540;
}
.topnavtext
{
	color:White;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.topnavtext a:link
{
	color:White;
	text-decoration:none;
}

.topnavtext a:visited { 
	color:White;	
	text-decoration:none; 
}

.topnavtext a:hover { 
	color: #41b6c8;	
	text-decoration:underline; 
}

.topnavtext a:active { 
	color: #41b6c8;	
	text-decoration:underline; 
}

#topnav td 
{
	text-align:center;
	padding:0 5 0 5;
}
#main
{
	position:absolute;
	top:124;
	left:130;
	padding:10 10 10 10;
}
#content
{
	color:Black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
#content2
{
	color:Black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
p
{
	color:Black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;	
}
.wide
{
	color:Black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;	
	text-align:justify;
}
#productHTML
{
	color:Black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
#jobHTML
{
	color:Black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
#copy
{
	color:#41b6c8;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-transform:lowercase;
	position:absolute;
	top:573;
	left:10;
}
.nomix
{
	color:#ffffff;
}
.rImg {
	float: right; 
	margin-left: 10px;
}
.lImg {
	float: left; 
	margin-right: 10px;
}
#AdRotatorV {
	float: right; 
	margin-left: 10px;
}
#AdRotatorH {
	float: left; 
	margin-right: 10px;
}
.blurb 
{
	font-size:10px;
}
.event
{
	font-size:14px;
}
#DataList1 tr td 
{
	border:none;
	padding:0px 2px 10px 2px;
	vertical-align:top;
	text-align:justify;
}
.listEven
{
	background-color:#f0f0f0;
}
.listOdd 
{
	background-color:#ffffff;
}
.reg 
{
	font-size:9px;
	vertical-align:super;
}
.tm
{
	font-size:8px;
	vertical-align:super;
}
	
	
	
