/* CSS Document: JRCLS SD CAL Chapter*/


/* id= */
#body_content {
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
}
#body_content a{
	text-decoration: none;
	color: #8C0C10;
}
#body_content a:link {
}
#body_content a:visited {
}
#body_content a:hover {
	color: #7B9EBD;
}
#body_content a:active {
}
#body_content .paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00204A;
	padding-top: 8px;
}
#body_content .title {
	padding-top: 20px;
	border-bottom: solid thin #CEC694;
	font-family: Arial, Helvetica, sans-serif;
	color: #00204A;
	font-size: 18px;
	font-weight: 500;
	font-variant: small-caps;
}
#body_content .title2 {
	padding-top: 20px;
	border-bottom: solid thin #CEC694;
	font-family: Arial, Helvetica, sans-serif;
	color: #00204A;
	font-size: 16px;
	font-weight: bold;
}
#container {
	margin: 0 auto 0 auto;
	padding: 0px 0px;
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
	min-height: 700px;
	border: solid thin #CEC694;
}
#content{
	margin: 0 auto 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
#header {
	padding-bottom: 0px;
	height: 200px;
	border-bottom: solid thin #00204A;
}
#header img{
	padding: 0px;
}
#left_nav{
	height: auto;
	width: auto;
	clear: both;
	float: left;
	background-color: #7B9EBD;
/*	border-right-color: #CEC694;
	border-right-style: solid;
	border-right-width: thin; */
	padding-bottom: 1200px;
	margin-bottom: -1000px;
	border-right: solid thin #CEC694;
}
#left_nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #00204A;
	text-decoration: none;
	display: block;
	width: 180px;
	text-align: left;	
	padding: 8px;
}
#left_nav a:link{
}
#left_nav a:visited {
}
#left_nav a:hover {
	background-color: #4A6573;
	color: #ffffff;
}
#left_nav a:active {
}
#left_nav tr {
}

/* class= */
.table {
	width: 520px;
}
.table td {
	width: 50%;
}
.tableHeader {
	font-weight: bolder;
	text-transform: capitalize;
}
.subH {
	font-size: 16px;
	font-weight: bold;
}

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    padding: 7px; 
    border: solid 2px #CEC694;

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/blue.png');
    background-image:url(images/blue.png);
}

/* tags */
body {
	background-color: #00204A;
	margin: 0 0;
	padding: 15px;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}