@import url(http://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700);

body {
	background-color: #E5E5E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}

.normal {
	color: #666666;
        font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	line-height: 20px
           a {font-family: Open Sans, Arial, sans-serif;}
           a:link {text-decoration: underline;}
           a:visited {text-decoration: underline;}
           a:hover {text-decoration: none;}
           a:active {text-decoration: underline;}
}

.header {
	PADDING-BOTTOM: 5px; PADDING-TOP: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; 
	FONT-FAMILY: 'Open Sans Condensed', sans-serif; COLOR: #484A47; font-size:35px
}
.subheader {
      PADDING-BOTTOM: 2px; PADDING-TOP: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; 
	FONT-FAMILY: 'Open Sans Condensed', sans-serif; COLOR: #FF6600; font-size:20px
}

.quicklinks {
            color: #FF6600;
            font-family: 'Open Sans Condensed', sans-serif;
            valign: bottom;
	    font-size: 14pt;
            padding-bottom:5px;
            padding-right:25px;
                a {font-family: Open Sans, Arial, sans-serif;}
                a:link {text-decoration: bold; underline;}
                a:visited {text-decoration: underline;}
                a:hover {text-decoration: none;}
                a:active {text-decoration: underline;}
}

.footer {font-size: x-small; font-family: Arial, Helvetica, sans-serif; padding-right:25px; padding-left:25px; }
           
#coolmenu{
border: 0px solid #A7DFFE;
width: 200px;
background-image: images/nav-bkg.jpg;
}

#coolmenu a{
font: 20px 'Open Sans Condensed';
padding: 10px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid #C7EAFB;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #00B9F2;
color: white;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC3333;
}
a:active {
	text-decoration: none;
}



