@charset "utf-8";
/* CSS Document */

body {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
}
#content-container {

	margin:0 auto;
	padding:0 144px 20px 144px;
	width:678px;
}
#header {
	background:url(images/header.png) no-repeat center top;
	height:195px;
	margin:0 auto 20px auto;
	width:886px;
}
#navigation {
	width: 170px;
	float: left;
	text-align:left;
}

#navigation li a {
	color:#000;
	display:block;
	text-decoration:none;
	padding:4px 4px 4px 10px;
	margin:0;
	border-bottom:1px solid #eaeaea;
	background:url(images/bullet-blue.gif) no-repeat left center;	
}
* html #navigation li a { /* for ie6  */
	height:1em; 
	}
#navigation li a:hover {
	background:#4891dc;
	color:#fff;
	border-bottom:1px solid #4891dc;
}
#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
}
#navigation ul li {
	padding:0;
	margin:0;
}

#content {
	float:right;
	width:490px;
}
#footer {
	background: url(images/divider.gif) no-repeat center top;
	clear:both;
	font-size:0.8em;
	height:70px;
	margin:0 auto;
	padding:50px 144px;
	width:678px;
}

.float-left {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
.float-right {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #c00;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	color:#4891dc;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	color:#4891dc;
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	color:#4891dc;
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul {
	margin-top:1em;
	margin-bottom:1em;
	}
li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
.clear-float {
	font-size:1px;
	clear:both;
	}
.caption {
	font-size:0.8em;
	line-height:1.2em;
	}	
.img-border {
	padding:5px;
	border:1px solid #ccc;
	background:#eaeaea;
	}	
.top-link {
	padding-right:12px;
	background:#fff url(/cdufiles/ssi/images/up-arrow.gif) no-repeat right 0.3em;
}	
/* for padding */	
.table td{ 
	padding:0 20px 5px 0;
	}	
