/* main styles */
body {
	margin:0;
	padding:8px 0 0 0;
	background:#fff url(../images/body-bg.jpg) repeat-x left top;
  	color:#555555;
	font-family:arial, sans-serif;
	font-size:12px;
	}
form {
	margin:0;
	padding:0
	}
img {border:none;}
a {
	color:#216292;
	text-decoration:none;
	}
a:hover {text-decoration:underline;}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.visible {display:block !important;}

input.text,
select,
textarea {
	color:#000000;
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
	
/* main container */
#main {
	width:766px;
	margin:0 auto;
	border:2px solid #666666;
	overflow:hidden;
	background:#fff url(../images/bg-main.jpg) repeat left top;
	}
/* Notes */
#Notes {
	margin:0 10px 0 10px;
	
}



/* bordered container */
#container {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main.gif) repeat-y left;
	position:relative;
	
	}
	
/* main columns */
#left-column {
	float:left;
	width:150px;
	padding:15px 0 20px 0;

		
	}
#right-column {
	float:right;
	width:615px;
	}
	

/* left navigation */
#left-navigation {
	margin:0;
	padding:5px 0 5px 0px;

	}
#left-navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
#left-navigation li {
	padding: 0 0 10px 11px;
	}
#left-navigation li a {
	padding: 0 0 0 11px;
	background:url(../images/RedBullet.jpg) no-repeat  0 4px;
	font-size:14px;	
	color:#3A4D7D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#left-navigation li a:hover {
	background:url(../images/GreenBullet.jpg) no-repeat;
	color:#FF0000;
	text-decoration:none;
	}
	
	
/* left navigation2 */
#left-navigation2 {
	margin:0;
	padding:5px 0 5px 0px;

	}
#left-navigation2 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
#left-navigation2 li {
	padding: 0 0 10px 11px;
	}
#left-navigation2 li a {
	padding: 0 0 0 11px;
	background:url(../images/GreenBullet.jpg) no-repeat  0 4px;
	font-size:13px;	
	color:#E1B500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#left-navigation2 li a:hover {
	background:url(../images/RedBullet.jpg) no-repeat;
	color:#3A4D7D;
	text-decoration:none;
	}
		
/* left Q-Notes */
#left-column div.Notes {
	margin:0 0 30px 0;
	background-image: url(../images/Notes-q.gif);
	background-repeat: no-repeat;	
}

/* top visual box */
.visual {
	width:100%;
	height:215px;
	position:relative;
	background:url(../images/visual.jpg) no-repeat left top;
	}

	
/* text content */
div.text-content {
	padding:0px 40px 0 39px;
	}
div.text-content p {
	margin:0 0 16px 0;
	line-height:16px;
	color:#5E6B4E;
	}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content .paging {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin:0 0 16px 0;
	font-weight:normal;
	}
.text-content h1 {
	font-size:20px;
	color:#212A5E;
	}
.text-content h2 {
	font-size:17px;
	color:#728CA5;
	}
.text-content h3 {
	font-size:15px;
	color:#91AF74;
	}
.text-content .paging {
	color:#798C65;
	font-size:16px;
	}
.text-content .paging a {
	color:#798C65;
	}
.text-content .paging a:hover {
	color:#728CA5;
	text-decoration:none;
	}
.text-content img {
	border: thin groove #000000;
	}
.text-content a {
	color:#216292;
	text-decoration:underline;
	}
/* site by */
.site-by {
	clear:both;
	padding:10px 45px 5px 0;
	margin:-10px 0 0 190px;
	}
	
.site-by a {
	font-size:10px;
	color:#515D8E;
	text-decoration: underline;
	}
	
.site-by a:hover, .site-by a:focus {
	color:#798C65;
}
.line {
	background:url(../images/Line.jpg) no-repeat center top;
	height: 10px;
}