/* CSS Document */

/***HTML Tag Styles***/

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #122746;
	text-align:center;
	

}

#main{

	
	background-color: #122746;
	width: 100%;
	margin: 0px 0px 0px 0px;

}
#rule{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
    width: 90;
	height: 10px;
	vertical-align:top;
	background-color: #CCCCCC;
	float: left;
}


#toprule{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 90;
    width: 390px;
	height: 10px;
	vertical-align:top;
	background-color: #a62f40;
	
}

#page{

	background-color:#122746;
	width: 680px;
	height:480px;
	margin: 0px 0px 0px 0px;
	
}


#globalNav{
	align:left;
	height: 18px;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;

}

#logo{
	align:left;
	padding: 0px 6px 0px 0px;
	margin: 70px 0px 0px 100px;
	border:none;
	
	
	
}

#phone{
	float:right;
	vertical-align:top;
	
	}


#border{
	border-top: 1px solid #5998c8;
		border-bottom: dashed;
	border-bottom-width: thin;
	border-bottom-color: #A62F40; 
}

#image{
	margin: 0px 0px 5px 0px;
	align:center;
    display:block;
	}

.style1 
{			
/*this is for home page text in yellow*/
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #cccccc;
text-align:left;


}

.style2 
{			
/*this is for home page quote citation text*/
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #ffffff;
text-align:left;


}

.style3 
{			
/*this is for page titles*/
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #a62f40;
text-align:left;


}

.style4 
{			
/*this is for page text*/
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;

text-decoration: none;
color: #ffffff;
text-align:left;


}

.hlt {
                background-color: #5c6771;
				color: #000000;
				
            }

A
{
/*this is for the document links as well as the nav links*/
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	
	

}

a:Hover
{
	color: #ffffff;
	
}

A:visited 

{

text-decoration:none;
}

#homeLinks a:link, #homeLinks a:visited {

	font-family: Verdana;
	font-size: 10px;
	color: #a62f40;
	font-weight: bold;
}

#homeLinks a:hover{

	text-decoration: none;
	color: #ffffff;
}



#textLinks a:link, #textLinks a:visited {
text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

#textLinks a:hover{

	text-decoration: none;
	border: none;
	color: #a62f40;
}