/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font-family: Arial, Helvetica, sans-serif;
text-align: center;

}
a img 
{
border:none; 
}
#wrapper
{
text-align: left;
margin: 0 auto;
width: 950px;
border: 1px solid #707276;
}
#top
{
background:   url("../images/banner.gif") no-repeat;
width: 950px;
height: 114px;

}
#top a
{
width: 950px;
height:114px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
background: #143d8d;
text-align:center;
width: 950px;
line-height: 30px;
font-size: 14px;
height:30px;
}
#menu ul
{

}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 20px;
}
#menu a:link, #menu a:visited
{
font-size:14px;
font-style: italic;
font-weight: bold;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #d11341;

}
#content
{
background: #fff;
font-size: 14px;
line-height: 18px;
margin: 0 auto;
width: 950px;
}
#content a:link, #content a:visited
{
color: #143d8d;

}
#content a:hover, #content a:active
{
background-color: #143d8d;
color: #fff;
text-decoration: none;
}
.left
{
background: #fff;
width: 130px;
padding: 0 0 0 10px;
float: left;
border-left: 2px solid #bbbbbb;
border-right: 2px solid #bbbbbb;
font-size:12px;
margin:10px 5px 5px 5px;
}
.empty
{
background: #fff;
width: 130px;
padding: 0 0 0 10px;
float: left;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
font-size:12px;
margin:10px 5px 5px 5px;
}
.left a
{
text-decoration:none;

}
.right
{
background: #fff;
width: 700px;
padding: 0 0 0 10px;
float: left;
}
h1
{
font-size: 20px;
color: #143d8d;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #bbbbbb;
}
h2
{

}
#footer
{
clear: both;
background: #143d8d;
text-align:center;
width: 950px;
line-height: 30px;
font-size: 14px;
}
#footer a:link, #footer a:visited
{
font-size: 11px;
color: #fff;
text-decoration: none;
}
#footer a:hover, #footer a:active
{
text-decoration: underline;
}
.display
{
	font-size:14px;
	border-collapse:collapse;
}

.display tr td
{
	padding: 3px 6px;
}

.display tr th
{
	padding: 5px 7px;
	text-align:left;
	background-color:#C2C9FF;
}
.row_one
{
	background-color:#DDE1FF;
}
.row_two
{
	background-color:#ffffff;
}

.button-links { 
	font-size:14px;
	border-collapse:collapse;
}
.button-links tr td { padding: 5px 10px 5px 0; }
.round-button {
	border:1px solid black;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
	padding:8px 10px;
	display:block;
	text-align:center;
	width:170px;
	font-weight:bold;
	text-decoration:none;
	color:#143D8D;
	background-color:#cccccc;
}

.docthing {
	list-style:none;
	background-image:url(../images/document_notes.png);
	background-repeat:no-repeat;
	line-height:40px;
	margin-left:-30px;
	padding-left:40px;
	padding-bottom:10px;
}
.docthing a { 
	color: #000000 !important;
	background-color:#FFFFFF !important;
	text-decoration:none !important;
}




