@import url("/css-reset.css");

body  {
	font: 71%/125% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
p {
	margin: 12px 0px;
}
h1 {
	font-size:180.5%;
	color: #295BAD;
	padding: 20px 0px 5px 0px;
	line-height: 110%;
}
h2 {
	font-size:132.1%;
	color: #316CCE;
}
h3 {
	font-size:108%;
	color: #666666;  
}
h1,h2,h3 {
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6, {
	font-weight:normal; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}
th,td {
	border:1px solid #9EB8CF;
	padding:.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
strong {
    font-weight:bold; 
}
a:link		{ color: #316cce }
a:visited	{ color: #5876A7}
a:hover		{ color: #000000 }

#body_wrapper {
     margin:0px auto;background:url(images/bodyBkgd.gif) repeat-y left top;
     width:800px;
	 text-align:left;
	 clear:both;
}
#body_wrapper_bottom {
	background: url(images/bodyBkgdBot.gif) no-repeat top;
	height: 40px;
	width: 800px;
	text-align: left;
	margin:0px auto;
}
#body_wrapper_top {
	background: url(images/bodyBkgdTop.gif) no-repeat bottom;
	height: 10px;
	width: 800px;
	text-align: left;
	margin:0px auto;
}
.twoColFixLtHdr #container {
	width: 780px;  
	background: #FFFFFF url(images/sidebarBkgd.gif) repeat-y;
	margin: 0 auto; 
	border: 1px solid #a5bcd1;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0; 
	margin: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 160px;
	padding: 10px;
	margin: 0px;
	font-size: 88%;
}
#sidebar1 h3 {
	margin: 0px;
	padding: 2px 2px 2px 4px;
	color: #FFFFFF;
	font-size: 110%;
	background: #B3C7D9;
}
#sidebar1 ul {
	margin:0;
	padding:0px;
  }
#sidebar1 li {
	margin:0px;
	padding:2px 2px 3px 2px;
	list-style:none outside;
	vertical-align: middle;
	line-height: 100%;
	border-bottom: 1px solid #D1DBE4;
  }
#sidebar1 a {
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	font-weight:normal;
	color:#316cce;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#sidebar1 a {float:none;}
/* End IE5-Mac hack */
#sidebar1 a:hover {
	color:#000000;
	text-decoration: none;

  }

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; 
	padding: 0 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
	font-size: 88%;
	color: #666666;
}
#footer a {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration:none;
	font-weight:normal;
	color:#5983ac;

  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#footer a {float:none;}
/* End IE5-Mac hack */
#footer a:hover {
	color:#5983ac;
	text-decoration: underline;
  }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*     Table styles   */
.table1 {
	border: 1px solid #9EB8CF;
	border-collapse: collapse;
	font-size:100%;
}
.table1 td {
	border: 1px solid #9EB8CF;
	padding: 4px;
}
.table1 caption {
	font-size:123.1%;
	font-weight: bold;
	color: #334d98;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
.table1H1 {
	font-size:105%;
	font-weight: bold;
	background-color: #334d98;
	color: #FFFFFF;
	padding: 3px;
}
.table1H2 {
	font-size:100%;
	font-weight: bold;
	color: #334d98;
	background: #CCDAE6;
}
.table1Altrow {
	background-color: #F5F5F5;
}

