@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	font-family:Verdana, Geneva, sans-serif;
	color: #000000;
}

table tr td a {
	color:#06C;
	text-decoration:none;
}

.tab_a {
	background-image:url(images/tab_a.jpg);
}

.tab_b {
	background-image:url(images/tab_b.jpg);
}

.tab_c {
	background-image:url(images/tab_c.jpg);
}

#container { 
	width: 1000px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container .sidebar1{
	background-image:url(images/page_lip.jpg);
	background-repeat:no-repeat;
	background-position:top right;
} 

#header { 
	background:url(images/header_bg.jpg);
	height:100px;
} 

#sidebar1 {
	position:relative;
	background-image:url(images/page_lip.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:center;
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
}

#sidebar1 p{
	text-align:left;
	padding: 0px 25px 0px 25px;
}

#sidebar1 img{
	text-align:left;
}

#sidebar2 {
	position:relative;
	text-align:center;
	background-image:url(images/page_lip.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	float: right; /* since this element is floated, a width must be given */
	width: 249px; /* 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 */
}

#sidebar2 p{
	text-align:left;
	padding: 0px 25px 0px 25px;
}

#sidebar2 a{
	color:#2BA3E8;
	font-weight:bold;
	text-decoration:none;
}

#sidebar2 a:link{
	color:#2BA3E8;
}

#sidebar2 a:visited{
	color:#14567E;
}

#sidebar2 a:hover{
	color:#2080B7;
}


#mainContent { 
	position:relative;
	width:500px;
	float:left;
} 

#mainContent_Full { 
	position:relative;
	width:749px;
}

#mainContent_Full p{ 
	width:700px;
}

#mainContent_Full .photo{
	padding-bottom:50px;
}

#mainContent ul li{
	font-size:.75em;
}


p{
	font-size:.75em;
	color:#000000;
	padding: 0px 25px 0px 25px;
}

	
h1{
	text-align:left;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	padding: 15px 25px 0px 25px;
}

h2{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#18628E;
	padding: 15px 25px 0px 25px;
}

h3{
	text-align:left;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	color:#18628E;
	padding: 15px 25px 0px 25px;
}

h4{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding: 0px 0px 0px 30px;
}

.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;
}

#separator {
	position:relative;
	height:20px;
}
	
#footer {
	position:relative;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	width: 1000px;
	}

