@charset "utf-8";
a {
	color:#036;
}
h1 {
	font-size:160%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:130%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #036;
	background-image:url(Links/background_gradient4.png);
	background-position:center top;
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.Intra #container {
	width: 970px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 3px solid #003;
	text-align: left;
}
.Intra #header {
	background: #036;
	padding: 0;
	overflow:hidden;
	height: 225px;
	vertical-align:top;
	width: 950px
}
.Intra #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	padding: 0px 15px 0px 15px;
	border-left:#006 medium solid;
	border-right:#036 thin solid;
	color:#036;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.Intra #sidebar1 H3 {
	color:#666;
}
.Intra #sidebar2 {
	float: right; 
	border-right:#036 medium solid;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
}
.Intra #mainContent {
	padding: 0px;
	vertical-align:top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#036;
	width: 940px;
	background-color:#FFF;
}
.Intra #mainContent h3 {
	color:#666;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
}
.Intra #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-left:#036 medium solid;
	border-right: #036 medium solid;
}
.Intra #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

