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

p, h1 {padding-left: 58px; padding-right:15px; font-family:Arial, Helvetica, sans-serif; }

p { color: #000000; font-size:14px;}
h1 { color: #0093d0; font-size:28px; font-weight: normal;}


p.sidebar {padding-left:20px; padding-right:0px; font-size:14px; color:#000000; font-weight:bold;}

p.sidesmall {padding-left:20px; padding-right:0px; font-size:12px; color:#000000; font-weight:bold;}

p.sidewhite {padding: 5 20 5 20; padding-right:0px; font-size:13px; color:#FFFFFF; text-transform:uppercase; }

p.sideblue {padding-left:20px;  padding-right:0px; font-size:24px; font-weight:normal; color:#0093d0;}

p.grey {padding-left:58px; color:#666666; font-size:14px;}

p.biggrey {padding-left:58px; color:#666666; font-size:15px; text-transform:uppercase; font-weight:bold;}

span.bigblack {color:#000000; font-size:15px; text-transform:uppercase; font-weight:bold;}

span.bigblack2 {color:#000000; font-size:15px; font-weight:bold;}

span.sidesmall {font-size:12px; color:#000000; font-weight:bold;}

p.blue {padding-left:58px; color:#0093d0;}

a.blue {color:#0093d0; text-decoration:none; font-weight:normal;}
a.blue:hover {text-decoration:underline;}

a.grey {color:#636363; text-decoration:underline;}

div.center {

}

div.center div.border{
	width: 800px;
	border: 1px solid gray;
}

	

ul {
    margin: 0;
    padding-left:60px;
	padding-right:15px;
    list-style: none;

	font-family:Arial, Helvetica, sans-serif; color: #0093d0; font-weight:bold; font-size:14px;
    }
	
li {
    margin: 0 0 0 1em;
    }



ul li {
	background: url(/images/emdash.gif) no-repeat 0 0.6em ;
	padding-left: 15px;	
    color: #000000;
    font-size: 1em;
	font-weight:normal;
    }

sup  { 
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}