html 				{ min-height: 100%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */
*					{margin:0;padding:0;}
body {
	background: #eff3f4;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	background-image:url(/i/design/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center top;

}
a	{border-bottom:1px solid #CAE9E1;
	text-decoration: none;}
a:link {
	color: #93b1b8;
	text-decoration: none;
}
a:visited {
	color: #93b1b8;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background: #93b1b8;
	text-decoration: none;
}
#logoheader {
	margin: 0px;
	padding: 0 0 20px 0;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
}
#header {
width:800px;
	padding: 30px 0;
	background: #eff3f4;
}
#main, #footer {
	padding: 30px 40px 30px 40px;
	
}
#main {
	border-top: 1px solid #EFEFEF;
	border-bottom:0;
		width: 720px !important;
	width /**/:800px;
}
#footer {
	padding:0 40px;
	font: 12px Tahoma, Arial, sans-serif;
	color: #E5E5E5;
}
#footer p	{margin:0; padding:30px 0; border-top:1px solid #EFEFEF; color: #CCC}
#outer	
	{	
	height:100%;
	padding-bottom:20px;
	background-image:url(/i/design/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:center bottom;}
.imgright {
	margin: 0px 0px 0px 40px;
	float: right;
	border: 1px solid #EFEFEF;
	display:inline;
}
blockquote	{
	font: 13px/24px Tahoma, Arial, sans-serif;
	color: #666666;
	margin: 20px 0 20px 0;
	padding:10px 40px;
	background-image:url(/i/design/bg_blockquote.gif); background-repeat:no-repeat; background-position:0 10px;
	background-color:#eff3f4;
	border-top:1px solid #dae5e7;
}
p {
	font: 13px/24px Tahoma, Arial, sans-serif;
	color: #666666;
	margin: 20px 0 20px 0;
	padding: 0px;
	text-align: justify;
}
#main li	{
	color: #666666;
	font: 12px/20px Tahoma, Arial, sans-serif;
	margin: 17px 0 17px 0;
	list-style:none;
	padding:0 0 0 30px;
	background-image:url(/i/bullet_orange.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
h1 {
	font-size: 22px;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0px 0px 8px;
	padding: 0px;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #333333;
	margin: 0px 0px -5px 0;
	padding: 0px;
}
#menu{
	margin: 0px;
	float: left;
	text-align:left;
	width: 798px !important;
	width /**/:800px;
	border: solid #EFEFEF 1px;
	background-color:#FBFBFB}
#nav {
	font: normal 12px  Tahoma, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	border:0;
	float:right;
}
#nav ul  {
    float: right; 
    margin: 0px 0;
    padding: 0;
    background-color: transparent;
	width: 798px;
    text-align: center;
    list-style-type: none;
	border:0;
}
#nav ul li {
    display: inline;
} 
#nav ul li a {
	float: left;
	text-align: center;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border:0;
	border-right: 1px solid #EFEFEF;
	padding: 13px 15px 13px 15px;
	background: #FBFBFB;
}
#nav ul li a:hover, #nav li a#current:hover 
 {
    color: #a7c0c5;
}
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #666666;
}
.columnMain	{float:left; width:472px; padding:0 0 10px 0;}
.columnRight	{float:left; 	width:204px !important;	width /**/:244px; padding:38px 0 0 40px;}
.columnRight img.imgright	{margin:0 0 20px 40px;}
