@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../images/bkg.jpg);
	background-color: #E5E5E5;
	background-repeat: repeat-x;
	margin: 0;
}
.basic #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 1em auto;
	padding: 20px;
	color: #444;
	font-size: 0.9em;
}

.basic #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 2em;
	font-size: 0.9em;
	/*background-image: url(../images/vertLine.gif);
	background-position: 0 3em;background-repeat: no-repeat;*/
	height: 1100px;
	border-left: 2px solid #ccc;	
}


.basic #mainContent {
	margin: 0;/
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
} 
.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;
}
.basic #container  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #224466;
	margin: 0px;
	padding: 0.2em .5em;
	width: 928px;
}

.basic #container #wideContent{
	margin: 0;
	padding: 0;

}

.basic #container #wideContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #224466;
	margin: 0px;
	padding: 0.2em .5em;
	display: inline-block;
	width: 35%;
	
}
.basic #container #sidebar1 h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #224466;
	white-space: normal;
	display: block;
	padding: 0.2em;
	margin-top: .3em;
}
.basic #container .lightborder {
	border: 2px solid #aaa;
	margin-bottom: 20px;
}

.basic #container #sidebar1 iframe {
	border: 0px solid #FFFFFF;
	width: 235px;
}
.basic #search h3 {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #224466;
	white-space: normal;
	display: block;
	padding: 0.2em;
	text-align: center;
	margin: 0;
	
}
.basic #search iframe {
	border: 0px solid #FFFFFF;
	width: 260px;
}
.basic #container a {
	font-weight: bold;
	color: #362;
	text-decoration: none;
}
a:hover {
	color: #778899;
}
.basic #container #footer {
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: .6em .5em .2em .5em;
}
.basic #container #footer .logo {
	position: relative;
	top: 0.4em;
	border: 0px;
}
.basic #container #footer a {
	text-decoration: none;
}
.basic #container #wideContent .border {
	border: thin solid #FF0000;
}
.basic #container #wideContent .narrow {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	text-align: center;
}
.basic #container #mainContent .third {
	width: 200px;
	float: left;
	padding: 5px 0;
}
.offset {
	padding-left: 3em;
}

