
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
	border-style: none;
}

a:link, a:visited, a:hover {
	color: #660033;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #660033;
}

h2{
	font-size: 115%;
	color: #660033;
	padding-top: 3px;
}

h3{
	font-size: 100%;
	color: #660033;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
}

ul a:link, ul a:visited, ul a:hover {
	color: #660033;
	font-weight: bold;
}
ol a:link, ol a:visited, ol a:hover {
	color: #660033;
	font-weight: bold;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #F5AAB5;
}

#navBar{
	position: fixed;
	left: 0;
	top: 120px;
	width: 180px;
	background-color:#FFCCCC;
	bottom: 40px;
}

#main{
	margin-left: 180px;
	margin-top: 120px;
	background-color:#FFFFFF;
}

#content{
	padding: 15px;
}

#footer{
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color:#FFCCCC;
	text-align: center;
	vertical-align: middle;
}

* html #masthead { position: absolute; }
* html #navBar { position: absolute; }

/***********************************************/
/*Component Divs                               */
/***********************************************/

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#mainNav a {
	text-decoration: none;
	border: none;
	display: block;
}

#mainNav a:hover {
	background-color: #F5AAB5;
}

#mainNav a:active {
	background-color: #F5AAB5;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#banner {
	border: 2px solid #0A5C5F;
	padding: 10px 10px 4px 10px;
}
#banner h3 {
	color: #0A5C5F;
}
#banner a:link, #banner a:visited, #banner a:hover {
	color: #0A5C5F;
	font-weight: bold;
}

#banner-purple {
	border: 2px solid #660033;
	padding: 10px 10px 4px 10px;
}

#listing a:link, #listing a:visited, #listing a:hover {
	color: #660033;
	font-weight: bold;
}

#special {
	text-align: center;
	/*font-weight: bold;*/
	color: #660033;
}

#special a:link, #special a:visited, #special a:hover {
	color: #660033;
	font-weight: bold;
	text-decoration: underline;
}

#special-green {
	text-align: center;
	/*font-weight: bold;*/
	color: #0A5C5F;
}

#special-green a:link, #special-green a:visited, #special-green a:hover {
	color: #0A5C5F;
	font-weight: bold;
	text-decoration: underline;
}

#message {
	margin: 10px;
}