body {
	margin: 0px;
	padding: 0px;
}

#container {
    background-color : white;
    border-width:1px;
	border-style:solid;
 	border-color:#d41c49;
    font-family: Arial, 'sans-serif';
	font-size:85%;
    margin-left:auto;
    margin-right:auto;
    width : 974px;
  }

#header {
    border-bottom:#d41c49 solid 10px;
    min-height:150px;
	background-image:url('images/head2.png');
	background-repeat:no-repeat;
	/*background-color:#d1beb8;*/
  }


#main {
    padding-right:4px;
    padding-left:4px;
  }


#footer {
    clear:both;
	margin-top:5px;
    border-top:#d41c49 solid 10px;
    border-bottom:#d41c49 solid 10px;
	height:65px;
	padding:4px;
	font-size:70%;
  }


.im_rt {
    float:right;
    margin-left:15px;
  }

.im_lt {
    float:left;
    margin-right:15px;
  }

.avail{
	color:red;
	font-style:italic;
	font-weight:bold;
	font-size:90%;
	text-align:center;
}

.req{
	color:red;
	font-style:italic;
	font-size:70%;
}

.tick{
    color:#007b3f;
	font-size:120%;
	font-weight:bold;
	list-style-image:url(images/tick.png);
}

h1 {
    background-color:#C1F9CA;
    color:#d41c49;
	font-size:150%;
  }


h2 {
    color:#007b3f;
	font-size:130%;
  }

h3 {
    color:#606060;
	font-size:110%;
  }

p, ul, ol, dl, td {
    color:#003300;
  }

dl {
    color:#282828;
	font-size:70%;
  }

dt{
	font-weight:bold;
}

a.navh, a.navh:link, a.navh:visited {
	display:block; 
	width:105px; 
	min-height:25px; 
	background:#C1F9CA; 
	border:1px solid #333; 
	margin-top:2px; 
	margin-bottom:4px; 
	text-align:center; 
	text-decoration:none;
	font-weight:bold; 
	font-family:verdana, arial, sans-serif; 
	font-size:100%; 
	color:#d41c49; 
	line-height:25px; 
	overflow:hidden; 
	float:left;
}
a.navh:hover {
	color:#C1F9CA; 
	background:#d41c49;
}
a.navh:active {
	color:#C1F9CA; 
	background:#d41c49;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#007b3f;
}

a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#d41c49;
	}

.capt{
	font-style:italic;
	font-weight:bold;
	color:#007b3f;
	text-align:center;
}

.slogan{
	font-style:italic;
	font-weight:bold;
	color:#007b3f;
	text-align:center;
	font-size:120%;
}

.banner{
	clear:both;
	background-color:#C1F9CA;
	color:#d41c49;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	line-height:25px;
}

#main ul{
	margin-left:330px;
}
