@import url(nav.css);
@import url(typography.css);
@import url(layout.css);
@import url(forms.css);

/* GENERAL
/************************************************************************************/

* {}

html 	{min-height: 100%; margin-bottom: 1px; }

body {
	font: 0.715em/1 Verdana, "Trebuchet MS", Tahoma;
	color: #586876; height: 100%;
	background: #57533E url(../img/bg/bg.jpg) repeat-y center;
	text-align: center; margin: 0px; padding: 0px;
}

body#newwindow {
	font: 0.715em/1 Verdana, "Trebuchet MS", Tahoma;
	color: #586876;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #57533e;
}

body#video {
	font: 0.715em/1 Verdana, "Trebuchet MS", Tahoma;
	color: #586876;
	margin: 0px; padding: 10px 0px 0px 0px;
	background: #fff;
}


.msg{color: #990000;font-weight: bold}

td.webform {
	background: #fff;
	padding: 0px 0px 10px 0px;
}

/* HYPERLINKS {not including menu} */
/***********************************************************************************/
a img {border: none;}

a {color: #3388AA; font-weight: normal; text-decoration: underline;}
a:link, a:visited {color: #555;}
a:hover {color: #0099CC;}

/* Only links in main paragraph will be bold - for extra definition */
#main_content p a:link, a:visited  {font-weight: bold; color: #41696C;}
#main_content p a:hover {font-weight: bold; color: #333;}

#ccea_nav a:link, #ccea_nav a:visited {color: #999999; text-decoration: none;}
#ccea_nav a:hover {color: #333; text-decoration:none;}

#breadcrumb a:link, #breadcrumb a:visited {color: #fff; text-decoration: underline; font-weight:bold;}
#breadcrumb a:hover {color: #fff; text-decoration: none;}

#page_nav a:link, #page_nav a:visited {color: #41696C; text-decoration: none; padding-right: 10px;}
#page_nav a:hover {color: #333; text-decoration: none;}

#footer a:link, #footer a:visited {color: #ccc; text-decoration: underline; padding: 0px; font-weight: normal;}
#footer a:hover {color: #fff; text-decoration: none;}

body#mia h3 a:link, body#mia h3 a:visited {color: #1A7CA1; }
body#mia h3 a:hover {color: #555; }

body#history h3  a:link, body#history h3  a:link{color: #008351;}
body#history h3  a:hover {color: #555;}

