@charset "UTF-8";
/* CSS Document */

body {
	background-color:#C1D62F;
	font-size: 90%;
	font: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	
	/*margin: 30px auto 30px auto;
	width:800px;*/
}

h1-h6 a:link, a:hover, a:active, a , #footer a{
	color: #981B1E;
		border-bottom: 0px;
	 	text-decoration: none;
}

/*a:hover img{
border: 2px solid #981B1E;

}

a img {
border: 2px solid #3A3A3A;
}*/

a img {
border:none !important;

}


a, a:link a:visited{
	text-decoration: none;
	color:#3A3A3A;
}


h1 {
	font-size:120%;
	color:#981B1E;
	margin-top:0px;
}

h2 {
	font-size:95%;
	color:#3A3A3A;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


h5{
	font-size:80%;
	font-weight:lighter;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;

}

h6 {
	font-size:70%;
	font-weight:lighter;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#template{
	width: 800px;
	margin: 0px auto 0px auto;
	/*border: 1px solid #3A3A3A;*/
	height:auto;
	background-color:#C1D62F;
}

#header{
	background-image: url("images/headerred.jpg");
	background-repeat:no-repeat;
	height:60px;
	width:800px;
}

#navigation{
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#navigation a:link, #navigation a:visited {
	display:block;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
	color: #3A3A3A;
}

#navigation ul {
	list-style-image:url(images/heart.gif);
}

/*#navigation a:link, #navigation a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #3A3A3A;
}*/

#navigation a:hover {
	border-bottom: 2px solid #cccccc;
/*	background-color: #FFFFCC;
	background-image: none;*/
	font-weight: bold;
 	text-decoration: none;
	color:#981B1E;
}


#content{
    padding: 0px 0px 10px 10px; 	/*padding: 0px 10px 10px 20px;*/
	/*text-align:left;*/
}

#footer{
	width:100%;
	height:35px;
	background-color:#443266;
	margin:0px;
	padding:15px 0px 0px 0px;	
}

#footer, #footer a{
	color:#FFFFFF;
}

.bannerTop{
	width:100%;
	height:30px;
	background-color:#443266;
	margin:0px;
	padding:0px;
}

