@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #333366;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #cfcfcf;
}

h1 {
	color: #333366;
	font: 1.4em Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0px 25px 0px;
}

h2 {
	color: #333366;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid grey;
	margin: 40px 0px 20px 0px;
}

h2 span {
	border-bottom: 4px solid #CCCC99;
}

h3 {
	color: #333366;
	margin-top: 12px;
	margin-bottom: 0px;
}

h4 {
	color: #FF0000;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 5px;
}

h5 {
	color: #333366;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-family: Arial, Verdana, Univers;
	font-size: 12px;
	color: #333366;
}

.red {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.dark {
	color: #555555;
}

.fuschia {
	color: #990066;
}

a          {
	color: #36C;
}
a:visited  { color: #36C; }
a:hover    { color: #5872f4; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}



/* BANNER AREA */
.bannerArea {
	width: 100%;height: 83px;
	background-color: #333366;
}

.bannerArea .container {
	width: 980px;
	height:83px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #999999; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #666699;
}
.topnavigationArea .container {
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #666699;
	width: 980px;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 1px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #f0eff0;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f2f2f2;
}

.contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;

	width: 210px;
}

.imageright {	
	margin-left: 5px;
	float: right;
}

.contentone {
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}	

dt	{
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	background: url(images/arrow.gif) no-repeat 0 .2em;
}

dd	{
	padding: 0 0 0 20px;
	margin: 0 0 1em 0;
}


	
dl.report2 {
	background:#CCCC99;
    border: 1px #ccc;
	width: 50%;
	padding: 0.5em;
	margin: 0 0 0 1em;
  }

dt.report2 {
    float: left;
    clear: left;
    width: 60px;
    text-align: left;
    font-weight: bold;
    color: #990066;
	background: none;
	margin: .5em .5em 0 .5em;
	padding: 0 0 1.0em 0;
  }

dd.report2 {
    margin: 0 0 0 2em;
    padding: .6em 0 .75em 0;
  }
	

/*tables*/

table {
	margin: 12px 6px 12px 6px;
	border-width: 1px;
	border-style: solid;
}

th {
	font-weight: bold;
	border-width: 1px;
	border-bottom-style: solid;
}

td {
	border-width: 1px;
	border-bottom-style: dotted;
	padding: 2px 2px 2px 2px;
	vertical-align: text-top;
}

td.last {
	border-bottom: none;
	padding: 2px 2px 2px 2px;
	vertical-align: text-top;
}


/*end tables*/


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #cfcfcf;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: repeat-x;
}

.footerArea .container {
	height: 77px;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: repeat-x;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.copyright a { color: #666666; text-decoration: none; }
.copyright a:visited { color: #666666; }
.copyright a:hover { color: #112c4c; text-decoration: none; }
