* { padding: 0; margin: 0; }

body {
 font-family: Felix Titling, Tahoma, Helvetica, Arial, sans-serif;
 font-size: 12px;
 background-image:url(../images/Background_Blue.gif); 
 background-repeat:repeat;
}


#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-image:url(../images/whitebck.png); 
 background-repeat:repeat-y;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 border: none;
 height: 140px;
 margin: 0px 0px 0px 8px;
 background: url(../images/header2.jpg);
 background-repeat:no-repeat;
}

#navigation {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 height: 42px;
 margin: 0px 0px 0px 8px;
 background: #7196c4;
}

#leftcolumn { 
 font-family: Felix Titling, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 color: #333;
 border: none;
 background: #fff;
 margin: 0px 5px 5px 10px;
 padding: 10px;
 height: 492px;
 width: 168px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: none;
 background: #fff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 450px;
 height: 600px;
 display: inline;
}

#content-tall { 
 float: left;
 color: #333;
 border: none;
 background: #fff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 450px;
 height: 950px;
 display: inline;
}

#content p{
line-height: 1.4;
}

#content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#rightcolumn { 
 color: #333;
 border: none;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 492px;
 width: 163px;
 float: left;
}
#footer { 
 font-family: Felix Titling, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 width: 900px;
 height: 15px;
 clear: both;
 color: #fff;
 border: none;
 background: #7196c4;
 margin: 0px 0px 0px 9px;
 padding: 10px 0px 10px 0px;
}

#footer a{
 text-decoration: none;
 color: #fff;
}

#footer  a:hover{
 background-color: #f5f5f5;
 color: #7196c4;
}

#menu {
 font-family: Felix Titling, Arial, sans-serif;
 font-weight: bold;
 text-transform: uppercase;
 list-style-type: none;
 font-size: 12px;
 height: 40px;
 padding: 2px 5px 5px 70px;

}

#menu li {
 float: left;
 margin: 0 0 0 2px;				
}

#menu li a {
 text-decoration: none;
 display: block;
 padding: 0 15px;
 line-height: 40px;
 color: #fff;
}

#menu li a:hover{
 background-color: #f5f5f5;
 border-bottom: 2px solid #DDD;
 color: #999;
}

#h3{
color: #7196c4;
}


ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 12px Felix Titling, Verdana, Arial, sans-serif;line-height:100%;width:165px;}
ul.vert-one li{margin:0;padding:0;}
ul.vert-one li a{display:block;text-decoration:none;color:#383D53; padding:0 0 0 2px;width:160px;}
ul.vert-one li a:hover{background:#A3A7A8;}

