/* Layout Stylesheet */ 

body {
	margin-top: 10px;
	background-color: #aeaeae;
	background-image: url(images/bg.gif);
	text-align: center;
}

#outer {
 background:#e5eaf3;
 margin:0;
 width:780px;
 text-align: left;
 margin:auto;
 }

#hdr {
	height:60px;
	background:#eeeeee url(images/header.gif) no-repeat;
	color: #333333;
	width: 780px;
 }
#hdr p {
 font-family: verdana;
 color: #fff;
 font-size: 10px;
 font-weight: normal;
 text-align: right;
 vertical-align: bottom;
 padding-top: 4px;
 padding-right: 10px;
 }
	 

#bar {
 height:25px;
 background:#99adce;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background:#e5eaf3;
 color: #333333;
 width:780px;
 padding:0;
 }

#l-col {
 background:#e5eaf3;
 color: #333333;
 width:152px;
 font-family: verdana;
 color: #666666;
 font-size: 12px;
 padding:16px;
 font-weight: normal;
 text-align: justify;
 }

#cont {
 float:left;
 width:552px;
 background:#ffffff;
 font-family: verdana;
 color: #666666;
 font-size: 12px;
 border-right: 1px solid #000000;
 padding: 20px;
 font-weight: normal;
 text-align:justify;
 }

#ftr {
 height:25px;
 background:#698c56;
 font-family: verdana;
 color: #ffffff;
 font-size: 10px;
 clear:both;
 font-weight: normal;
 text-align: center;
 vertical-align: middle;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 padding-top: 6px;
 }
h1 {
	background-color: #ffffff;
	font-family: verdana;
	color: #698c56;
	font-size: 16px;
	font-weight: bold;
	}
h2 { 	
	font-family: verdana;
	color: #466786;
	font-size: 15px;
	font-weight: bold;
	clear:both;
	background-color: transparent;
}
h3 { 	
	font-family: verdana;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
}
li {
	padding: 6px;
	margin: 0;
	list-style-position: outside;
}
ul {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 40px;
	list-style-position: outside;
	list-style-type: square;
}
ol {
	padding: 10px;
	list-style-position: outside;
	list-style-type: decimal;
}
a.footerbottom:link,a.footerbottom:visited,a.footerbottom:active{ color: #ffffff; font-family: verdana; font-size: 10px; text-decoration: underline; }
a.footerbottomk:hover{ color: #E85A48; font-family: Verdana; font-size: 10px; text-decoration: underline; }

#hdr a:link { font-family: verdana; font-size: 10px; font-weight: normal; color: #fff; text-decoration: none; }
#hdr a:visited { font-family: verdana; font-size: 10px; font-weight: normal; color: #fff; text-decoration: none; }
#hdr a:hover { font-family: verdana; font-size: 10px; font-weight: normal; color: #fff; text-decoration: underline; }
#hdr a:active { font-family: verdana; font-size: 10px; font-weight: normal; color: #fff; text-decoration: none; }

a:link,a:visited { font-family: verdana; font-size: 12px; font-weight: normal; color: #E85A48; text-decoration: none; }
a:hover { font-family: verdana; font-size: 12px; font-weight: normal; color: #69B518; text-decoration: underline; }
a:active { font-family: verdana; font-size: 12px; font-weight: normal; color: #E85A48; text-decoration: none; }
