/* Default CSS Stylesheet for a new Web Application project */


BODY
{
	background:url(images/bkgrd.jpg) repeat;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Ariel;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
	line-height: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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial;
	}	


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;
	}	

/* Table Styles  */
.contenttable{
	width:754px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
.contenttable2{
	width:754px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:0px;
}
.headertable{
	width:754px;
	background-color:#FFFFFF;
}
.navitable{
	width:754px;
	height:18px;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	background-color:#113d62;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}

.bottomnavitable{
	width:754px;
	height:16px;
	vertical-align:middle;
	text-align:right;
	padding-left:10px;
	padding-right:10px;
	background-color:#113d62;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}

.footertable{
	width:754px;
	vertical-align:middle;
	text-align:right;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial;
	font-size:10px;
}
/* ------------- */


/* Fonts Styles  */
.datefont{
	font-family:Arial;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.navdivline{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
}

.navactive{
	font-family:Arial;
	font-size:12px;
	color:#FFFF00;
	font-weight: bold;
}

a.navtext:link{
 	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}
 
a.navtext:visited{
 	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}
 
a.navtext:hover {
 	color:#FFFF00;
 	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}



.introfont{
	font-family:Arial;
	font-size:25px;
	font-weight: bold;
	color:#FFFFFF;
}

.normalwhitefont{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}

.smallwhitefont{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:700;
}
.newsfont{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:700;
}

.smallblackfont{
	font-family:Arial;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}

.boldsmallblackfont{
	font-family:Arial;
	font-size:10px;
	color:#000000;
	font-weight:bolder;
}

.boldsmallwhitefont{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bolder;
}

.boldbluefont{
	font-family:Arial;
	font-size:12px;
	color:#113d60;
	font-weight:BOLDER;
}

.boldblackfont{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight:BOLDER;
}

.headinggreenfont{
	font-family:Arial;
	font-size:21px;
	color:#0C3C62;
	font-weight:Bold;
}

.smallheadinggreenfont{
	font-family:Arial;
	font-size:14px;
	color:#663300;
	font-weight:Bold;
}

.underlineheadinggreenfont{
	font-family:Arial;
	font-size:12px;
	color:#009933;
	font-weight:Bold;
	text-decoration:underline
}

.blackfont{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:NORMAL;
}

.smallblackfont{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight:NORMAL;
}

/* ------------- */

/* Scroll Text */

a.scrolltext1:link{
	font-family:Arial;
 	color:#e480a4;
	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}
 
a.scrolltext1:visited{
	font-family:Arial;
 	color:#e480a4;
	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}
 
a.scrolltext1:hover {
	font-family:Arial;
 	color:#e480a4;
 	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}

a.scrolltext2:link{
	font-family:Arial;
 	color:#adfb8e;
	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}
 
a.scrolltext2:visited{
	font-family:Arial;
 	color:#adfb8e;;
	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}
 
a.scrolltext2:hover {
	font-family:Arial;
 	color:#adfb8e;
 	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
}

/* ------------ */

/* Misc Styles  */
.annoucementpanel{
	background:url(images/announcementpanelbg.jpg) no-repeat;
	width:215px;
	height:359px;
}

.bluepanel{
	background:url(images/bluepanelbg.jpg) no-repeat;
	width:520px;
	height:123px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	vertical-align:top;
}

#container{
	margin:0 auto;
	width:400px;
	padding:2em 1em;
	background:#fff;
	text-align:left;
}

.imagedot{
	float:left;
	padding:1px;
	background:url(images/dot.gif) repeat;
	margin:0 .5em .2em 0;
}
.var1 img{border:3px solid #fff;}
.var2{background:url(images/dot2.gif) repeat;}
.var2 img{border:1px solid #fff;}
.var3{background:url(images/dot3.gif) repeat;padding:2px;}
.var3 img{border:2px solid #fff;}

/* ------------- */