/* CSS Document */

.bluelarge {font-family: georgia, times new roman, times, serif;
		 font-size: 22px;
		 color: #2895bd;
		 margin-left: 50px
}
.bluemed {font-family: georgia, times new roman, times, serif;
		 font-size: 16px;
		 color: #2895bd
} 

.bodytext {font-family: georgia, times new roman, times, serif;
		 font-size: 12px;
		 color: #000000;
		 margin-left: 50px
} 

.footer {font-family: georgia, times new roman, times, serif;
		 font-size: 12px;
		 color: #000000;
	 
}

.style1 a:link
		{text decoration: none; font-size:18px; color: #2895bd; margin-left: 20px}
.style1 a:hover 
		{text decoration: none; font-size:18px; color: #2895bd; margin-left: 20px}
.style1 a:visited 
		{text decoration: none; font-size:18px; color: #2895bd; margin-left: 20px}
.style1 a:active 
		{text decoration: none; font-size:18px; color: #2895bd; margin-left: 20px}



a {font-size: 12px}
hover {font-size:12px}
visited {font-size:12px}
active {font-size:12px}
	

/*MAIN NAVIGATION\*/


/*to remove any list style\*/
#nav-menu ul
{
list-style: none;
padding: 10px;
margin: 0;


}

/* to get the navigation on one line 
#nav-menu li
{
float: left;
margin: 0 0.15em;
}
*/
/*other attributes for the nav\*/


#nav-menu li a
{

height: 2em;
line-height: 2em;
float: left;
width: 190px;
display: block;
/*border: 0.1em solid #dcdce9;\*/
color: #000000;
font-family:georgia, times new roman, times, serif;
font-size:14px;
text-decoration: none;
text-align: left;
padding-left:5px

}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */


#nav-menu li a:visited
{

height: 2em;
line-height: 2em;
float: left;
width: 190px;
display: block;
/* border: 0.1em solid #dcdce9;\*/
color: #2895bd;
font-family:georgia, times new roman, times, serif;
font-size:14px;
text-decoration: none;
text-align: left;
padding-left:5px
}

/* Hide from IE5-Mac \*/
#nav-menu li a:visited
{
float: none
}
/* End hide */

#nav-menu li a:hover
{

height: 2em;
line-height: 2em;
float: left;
width: 190px;
display: block;
/* border: 0.1em solid #dcdce9;\*/
color: #2895bd;
font-family:georgia, times new roman, times, serif;
font-size:14px;
text-decoration: none;
text-align: left;
padding-left:5px
}

/* Hide from IE5-Mac \*/
#nav-menu li a:hover
{
float: none
}
/* End hide */

#nav-menu li a:active
{

height: 2em;
line-height: 2em;
float: left;
width: 190px;
display: block;
/* border: 0.1em solid #dcdce9;\*/
color: #2895bd;
font-family:georgia, times new roman, times, serif;
font-size:14px;
text-decoration: none;
text-align: left;
padding-left:5px
}

/* Hide from IE5-Mac \*/
#nav-menu li a:active
{
float: none
}
/* End hide */


/* END OF NAVIGATION CODE \*/


.navtext {font-family: georgia, times new roman, times, serif;
		 font-size: 14px;
		 color: #000000;
		 margin-left: 5px
} 

.navtext a:link {
color: #000000;
text-decoration: none;
}
.navtext a:hover {
color: #2895bd;
text-decoration: none;
}
.navtext a:visited {
color: #2895bd;
text-decoration: none;
}
.navtext a:active {
color: #2895bd;
text-decoration: none;
}
