/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.50em;
	font-weight:	700;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 0px;
	margin-bottom: 10px
	}	
		
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;
	color: #cccccc;
	margin-top: 0px;
	margin-bottom: 10px
	}	
		
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;
	color: #003366;
	text-align: center
	}	
		
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:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	
{	
	text-decoration:	none;
	color:	#aaaaaa;
}	
A.menu:link	
{	
	text-decoration:	none;
	color:	#000000;
	margin-top:10px
}	
		
A.menu:visited	
{	
	text-decoration:	none;
	color:	#000000;
	margin-top:10px
}	
		
A.menu:active	
{	
	text-decoration:	none;
	color:	#000000;
	margin-top:10px
}	
		
A.menu:hover	
{	
	text-decoration:	none;
	color:	#aaaaaa;
	margin-top:10px
}	


A.body:link	
{	
	text-decoration:	none;
	color:	#195989;
	height: 30px;
	font-weight:bold
}	
		
A.body:visited	
{	
	text-decoration:	none;
	color:	#195989;
	height: 30px;
	font-weight:bold
}	
		
A.body:active	
{	
	text-decoration:	none;
	color:	#195989;
	height: 30px;
	font-weight:bold
}	
		
A.body:hover	
{	
	text-decoration:	none;
	color:	#867c7b;
	height: 30px;
	font-weight:bold
}

A.body0:link	
{	
	text-decoration:	none;
	color:	#195989;
	font-weight:bold
}	
		
A.body0:visited	
{	
	text-decoration:	none;
	color:	#195989;
	font-weight:bold
}	
		
A.body0:active	
{	
	text-decoration:	none;
	color:	#195989;
	font-weight:bold
}	
		
A.body0:hover	
{	
	text-decoration:	none;
	color:	#867c7b;
	font-weight:bold
}		
	
A.sidemenu:link	
{	
	text-decoration:	none;
	color:	#aaaaaa;
}	
		
A.sidemenu:visited	
{	
	text-decoration:	none;
	color:	#aaaaaa;
}	
		
A.sidemenu:active	
{	
	text-decoration:	none;
	color:	#aaaaaa;
}	
		
A.sidemenu:hover	
{	
	text-decoration:	none;
	color:	#ffffff;
}
	
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;
	}
	
LI.disc	
{	
	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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
IMG.photo 	
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
IMG.photoR	
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
IMG.body	
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px
}


IMG.title	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
DIV.copyright
{
	height: 40px; 
	border-collapse: collapse;
	font-size: 8pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 600px;
	color: #000000;
	padding-top: 10px;
	margin-left: 178 
}
DIV.awd
{
	height: 20px; 
	border-collapse: collapse;
	FONT-SIZE: 7pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 604px;
	color: #ffffff;	
	padding-top: 0px;
	margin-left: 178 		
}
DIV.sidemenubase
{
	height: 60px;
	width:178px;
	vertical-align: middle;
	text-align:center;
	border-collapse: collapse;
	font-size:	10pt;
	padding-top:20px;
	float:left
}
DIV.topbar
{
	width:790px;
	height: 100px;
	background-color: #195989;
	vertical-align: middle;
	text-align:center;	
	border-collapse: collapse;	
	padding:0px;
	margin:0px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 2px;
	
}
DIV.topmenu
{
	height: 40px;
	width:790px;
	background-color: #003366;
	vertical-align: middle ;
	text-align:left;
	BACKGROUND-IMAGE: url(images/menubar3.jpg);	
	border-collapse: collapse;
	font-size:	10pt;	
	padding: 0px;
	padding-top: 10px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 2px;
}
DIV.basemenu
{
	height: 60px;
	width:790px;
	background-color: #003366;
	vertical-align: top;
	text-align:left;
	BACKGROUND-IMAGE: url(images/basemenu2.jpg);	
	border-collapse: collapse;
	font-size:	10pt;	
	padding: 0px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 2px;
}

DIV.main
{
	height: auto;
	width:790px;
	background-color: #195989;
	vertical-align: top ;
	text-align:left;
	font-size:	10pt;	
	padding: 0px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 2px;	
	margin: 0px
}
DIV.mainlist
{
	height: auto;
	width:790px;
	text-align:center;
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;	
	padding: 0px;
	padding-top: 15px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 2px;	
	margin: 0px
}
DIV.listleft
{
	height: 250px;
	width: 250px;
	text-align:center;
	background-color: #ffffff;
	vertical-align: top;
	font-size:	9pt;	
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	margin-left: 10px;
	border-left-style: solid;
	border-left-color: #195989;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-color: #195989;
	border-right-width: 4px;
	border-top-style: solid;
	border-top-color: #195989;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #195989;
	border-bottom-width: 4px;
	float: left
	
}
DIV.listright
{
	height: 250px;
	width: 250px;
	text-align:center;
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;	
	padding: 0px;
	padding-top: 3px;
	margin: 0px;	
	margin-right: 10px;
	border-left-style: solid;
	border-left-color: #195989;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-color: #195989;
	border-right-width: 4px;
	border-top-style: solid;
	border-top-color: #195989;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #195989;
	border-bottom-width: 4px;
	float:right
}
DIV.listmid
{
	height: 250px;
	width: 250px;
	text-align:center;
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;	
	padding: 0px;
	padding-top: 3px;
	border-left-style: solid;
	border-left-color: #195989;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-color: #195989;
	border-right-width: 4px;
	border-top-style: solid;
	border-top-color: #195989;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #195989;
	border-bottom-width: 4px;
	margin-right: 250px;
	margin-left: 250px;
	float:none
}
DIV.sidemenu
{
	width:178px;
	height: 100%;
	vertical-align: top;
	background-color: #867c7b;	
	border-collapse: collapse;
	text-align:left;
	font-size:	10pt;
	float:left;
}
DIV.content
{
	width:606px;
	height:450px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;
	padding: 10px;
	margin-left: 178px
}
DIV.sidemenuhome
{
	width:250px;
	height: 100%;
	vertical-align: top;
	background-color: #195989;	
	border-collapse: collapse;
	text-align:center;
	font-size:	10pt;
	color: #ffffff;
	padding-top: 15px;
	float:left;
}
DIV.contenthome
{
	width:532px;
	height:450px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;
	padding: 10px;
	padding-top: 15px;
	margin-left: 250px
}
DIV.contentcontact
{
	width:532px;
	height:450px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;
	font-size:	10pt;
	padding: 10px;
	padding-top: 15px;
	margin-left: 250px
}
DIV.clearfix:after 
{
    width: 790px; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden
}
DIV.bar
{
    width: 780px; 
    display: block; 
    height: 10px; 
    visibility: hidden
    
}
TD.sidemenuhome
{
	width:250px;
	height: 100%;
	vertical-align: top;
	background-color: #195989;	
	border-collapse: collapse;
	text-align:center;
	font-size:	10pt;
	color: #ffffff;
	padding-top: 15px;
	float:left;
}
TD.contenthome
{
	width:532px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;
	padding: 10px;
	padding-top: 15px;
}
TD.contactleft
{
	width:250px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;
	padding: 10px;
	padding-top: 5px;
	text-align: center
}
TD.contactright
{
	width:250px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;
	padding: 10px;
	padding-top: 5px;
	text-align: center
}
TD.contactone
{
	width:500px;
	border-collapse: collapse; 
	background-color: #ffffff;
	vertical-align: top;
	font-size:	10pt;
	padding: 10px;
	padding-top: 5px;
	text-align: center
}
TD.list
{
	height: 250px;
	width: 250px;
	text-align:center;
	background-color: #ffffff;
	vertical-align: top;
	font-size:	9pt;	
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	margin-left: 10px;
	border-left-style: solid;
	border-left-color: #195989;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-color: #195989;
	border-right-width: 4px;
	border-top-style: solid;
	border-top-color: #195989;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #195989;
	border-bottom-width: 4px;
	
}







