	/* Project Remand, Inc. - Screen CSS */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
    font-size: 100.01%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}	

#container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CBCBF4;
}

#header {
	background-image: url(../images/remandHeaderText.gif);
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBF4;
	height: 160px;
	font-size: 1%;
	background-position: 180px;
}

#mainBody {
	background-image: url(../images/buttonUp.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#navigation {
	float: left;
	width: 160px;
}

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navigation td a {
	text-decoration:none;
	font-weight: bold;
	font-size: 75%;
	color:#FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/buttonUp.gif);
	height: 20px;
	width: 160px;
}

#navigation td a:hover, #navigation td a:focus {
	text-decoration:none;
	color: #0000CC;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/buttonHover.gif);
}

#content {
	margin-left: 170px;
	padding: 5px;
	font-size: 75%;
	width: 580px;
	float: none;
}

#content h1 {
	font-weight: bold;
	color: #0000CC;
	font-size: 20px;
	padding-top: 10px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	padding-top: 10px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#content ol {
	margin-left: 30px;
}

#content ul {
	margin-left: 30px;
}

#content p {
	padding-top: 10px;
}

#footer {
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CBCBF4;
	background-color: #0000CC;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

#footer a:hover, #footer a:focus {
	text-decoration:underline;
}

.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}

.titleBar {
	background-color: #0000CC;
	display: block;
	width: 100%;
	font-size: 4px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.divBar {

	background-color: #CBCBF4;
	display: block;
	width: 100%;
	font-size: 4px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.pullQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	border: none;
	color: #0000CC;
	float: none;
}

