@import url(layout.css);

/*    Global styles         */

h1 {font-size: large ;}
h2 {font-size: medium ;}
h3 {font-size: small ;}
h4 {font-size: x-small ;}
h5 {font-size: xx-small ;}
h6 {font-size: xx-small ;}

a {
	text-decoration: none;
	color: #dfdfdf;
}
a:visited {
	text-decoration: none;
	color: #dfdfdf;
}
a:hover {
	background-color: #1EF408;
	color: #ffffff;
}

/*    Global class styles    */
.mastheadimg  {margin: 5px 0 0 20px; height: 131px; width: 54%; z-index: 0;}
.redtxt       {color: #FF0000; font-weight: bold; text-align: center;}
.smredtxt     {color: #FF0000; font-weight: bold; text-align: center; font-size: smaller;}
.smaller      {font-size: smaller;}

#masthead a {text-decoration: none; color: #333333;}
#masthead a:visited {text-decoration: none; color: #000000;}
#masthead a:hover {
	text-decoration: none;
	background-color: #1EF408;
}
#emailimg img {height: 25px; width: 100px;} 

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left ;
}
#navigation li {float: right;}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
}

/* Styles for Left Column */
#column_left a {text-decoration: none; color: #333333;}
#column_left a:visited {text-decoration: none; color: #333333;}
#column_left a:hover {
	text-decoration: none;
	background-color: #1EF408;
}
#column_left li {
	padding-bottom: 4px;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright p {font-size: x-small;}

/*   Styles for fullwidth    */
#fullwidth a {text-decoration: none; color: #333333;}
#fullwidth a:visited {text-decoration: none; color: #333333;}
#fullwidth a:hover {
	text-decoration: none;
	background-color: #1EF408;
}
#fullwidth li {margin-bottom: 9px;}
#fullwidth h5 {font-size: small;}

#newsflash {
	color: red;
	font-size: larger;
}

#links li {margin-top: 6px;}

#logolist {margin-top: -40px;}

#address p {
	margin-top: 3px;
	margin-bottom: 3px;
}

#linklogo img {
	width: 350px;
	height: 50px;
	margin-left: 100px;
}
