/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image: url(images/back.jpg);
    background-repeat:repeat-x;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #8D2323;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 3px
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.10em;
	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.00em;
	font-weight:	bold;
	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:	#808080;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#8D2323;
	}
	
A.topleftmenu:link	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 11pt;
	font-weight:bold;
	}	
		
A.topleftmenu:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 11pt;
	font-weight:bold;
	}	
		
A.topleftmenu:active	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 11pt;
	font-weight:bold;
	}	
		
A.topleftmenu:hover	{	
	text-decoration:	none;
	color:	#cccccc;
	font-size: 11pt;
	font-weight:bold;
	}	
	
A.toprightmenu:link	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 10pt;
	font-weight:bold;
	}	
		
A.toprightmenu:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 10pt;
	font-weight:bold;
	}	
		
A.toprightmenu:active	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 10pt;
	font-weight:bold;
	}	
		
A.toprightmenu:hover	{	
	text-decoration:	none;
	color:	#c0c0c0;
	font-size: 10pt;
	font-weight:bold;
	}	
A.baselinks:link	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:visited	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:active	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:hover	
{	
	text-decoration:	none;
	color:	#cccccc;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
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: 0px;
	padding: 0px;
	}
IMG.leftmenu
{
	margin: 0px;
	margin-left: 4px;
	padding: 0px;
	}
	
IMG.contact
{
	margin: 10px;
}
DIV.topbar
{
	width: 980px;
	height: 280px;
	background-image: url(images/topbar8.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	vertical-align:top
}
DIV.topleft
{
	width: 258px;
	height: 218px;
	float: left;
	margin-left: 10px;
}
DIV.toplefttop
{
	width: 258px;
	height: 191px;
	float: left;
}
DIV.topleftmenu
{
	width: 238px;
	height: 32px;
	float: left;
	padding-top: 6px;
	text-align: center;
	font-size: 10pt;
}
DIV.topleftbase
{
	width: 258px;
	height: 25px;
	float: left;
	/*background-color:#EE1C25*/
}
DIV.toprighttop
{
	width: 702px;
	height: 191px;
	vertical-align:top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 250px;
}
DIV.topmidmenu
{
	width: 589px;
	height: 34px;
	float: left;
	padding-top: 7px;
	text-align: left;
	font-size: 10pt;
}
DIV.toprightmenu
{
	width: 100px;
	height: 34px;
	float: left;
	padding-top: 7px;
	text-align: left;
	font-size: 10pt;
}
DIV.toprightbase
{
	width: 699px;
	height: 6px;
	float: left;
	padding: 0px;
	padding-left: 10px;
	padding-top: 15px;
	text-align: left;
	font-size: 10pt;
}
DIV.topright
{
	width: 702px;
	height: 218px;
	margin:0px;
	padding: 0px;
	border-collapse:collapse;
	vertical-align:top;
	float:left;
	padding-top: -5px
}
DIV.frame
{
	width: 988px;
	margin: 0px;
	padding: 0px;  
}

Table.main
{
	width: 980px;
	background-image: url(images/mid.jpg);
	border-collapse: collapse;
	margin: 0px;
	padding: 0px; 	
}
TD.mainleft
{
	width: 240px;
	margin: 0px;
	padding: 0px; 	
}
TD.spacer
{
	width: 11px;
	margin: 0px;
	padding: 0px; 	
}
TD.mainmenu
{
	width: 258px;
	margin: 0px;
	padding: 0px; 	
	vertical-align:top;	
}
TD.maincenter
{
	width: 620px;
	margin: 0px;
	padding: 10px; 
	font-size: 10pt;	
	vertical-align:top;
}
TD.maincopyright
{
	width: 960px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 8pt; 
	vertical-align: middle;
	text-align: center;
	color: #000000;
	height: 80px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px
}
TD.mainone
{
	width: 955px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 8pt; 
	vertical-align: middle;
	text-align: center;
	color: #000000;
}
TD.mainonecont
{
	width: 955px;
	height: 420px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12pt; 
	font-weight:bold;
	vertical-align: top;
	text-align: center;
	color: #000000;
}
TD.mainonesmap
{
	width: 955px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 10pt; 
	font-weight:bold;
	vertical-align: top;
	text-align: center;
	color: #000000;
}
TD.contactleft
{
	width: 400px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 11pt; 
	font-weight:bold;
	vertical-align: top;
	text-align: center;
	color: #000000;	
}
TD.contactright
{
	width: 455px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 10pt; 
	font-weight:bold;
	vertical-align: top;
	text-align: left;
	color: #000000;
	padding-top: 30px;
}
