@charset "utf-8";
/* CSS Document */
body  {
	font: medium normal Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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 */
}
a {
	color: #999900;
	color: #669999;	
	}
a:hover {
	color: #669999;
	color: #999900;	
	}

#header {
	background: #ffffff  url(images/dotswhite5.jpg) no-repeat 110px 0;
	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. */
	height: 111px;
}
#header h1{
	font:bold x-large Arial, Helvetica, sans-serif;
	color: #330066;
	letter-spacing:.4em;
	line-height:28px;	
	position:absolute; 
	left: 210px; 
	top:35px;
	}
#header h2{
	font:normal medium Arial, Helvetica, sans-serif;
	color: #330066;
	letter-spacing:.1em;
	line-height:14px;	
	position:absolute; 
	left: 210px; 
	top:70px;
	}	
#headerstripe {
	background: #669999;
	background: #cccc00;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 20px;	
	top:110px;	
	}	
#header img{
	position:absolute; 
	right:99px; 
	top:35px;
	border: 0;
	margin: 0;
	}
		

#container { 
	/* width: 46em;  this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF url(images/bg_tealblue.gif) 0 0;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 2px solid #330066;
	border-bottom: 2px solid #330066;	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 

#mainnavigation {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #669999 url(images/bg_tealblue.gif) 0 0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin: 0;
}
#mainnavigation ul {
	padding: 0;
	margin: 0;
	}
#mainnavigation li {
	border-bottom: 3px solid #669999; 
	list-style:none;
	margin: 0;
	padding: 0;
	}
#mainnavigation a {
	font: smaller  Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #669999;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:18px 16px 8px 44px;
	}
#mainnavigation a:hover {
	color:#FFFFCC;
	color: #cccc00;	
	font-weight:bold;
	background: url("images/dotpurple.gif") 30px 65% no-repeat;
	}
#mainnavigation p {
	margin: 18px 0 18px 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	font: medium Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-align: right;		
}

/*-----------------------------------------Sidebar Start-------------------------------------*/
#sidebar {
	float: right; 
	width: 15em; /* since this element is floated, a width must be given */
	background: #FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	background: #f8d86f;
	background: #e5e4e4;
	background: #ffffff;	
	padding: 13px 0; /* top and bottom padding create visual space within this div */
}
#sidebar h3 {
	font: medium Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccc00;
	line-height: 20px;
	letter-spacing: .2em;
	padding: 0 16px 8px 10px;	
	}
	
#sidebar p {
	margin: 18px 18px; /* the left and right margin should be given to every element that will be placed in the side columns */
	font: small Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:14px;
	letter-spacing:.1em;
	}	
#sidebar img {
	padding: 0 15px 0 15px;
	padding: 0;
	margin: 0 15px 0 15px;	
	}
	
#sidebar p img {
	margin: 0;
	padding: 0;
	}
/*-----------------------------------------Main Content Start-------------------------------------*/	
#mainContent {
	margin: 0 20em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0;
	} 

#mainContentPhoto {
	margin: 0 10em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	} 

#mainContent h3 {
	font:large bold Arial, Helvetica, sans-serif;
	color: #FFFF00;
	color: #FFFFFF;	
	color: #330066;		
	line-height:24px;
	letter-spacing:.1em;
	margin: 15px 0 0 0;
	padding: 0;
	}
#mainContentPhoto h3 {
	font:large bold Arial, Helvetica, sans-serif;
	color: #FFFF00;
	color: #FFFFFF;	
	color: #330066;		
	line-height:24px;
	letter-spacing:.1em;
	margin: 15px 0 0 0;
	padding: 0;
	}
#mainContent h4 {
	font: medium bold Arial, Helvetica, sans-serif;
	color: #330066;
	line-height:14px;
	letter-spacing:.1em;
	margin: 0;
	padding: 5px 0;	
	}	
#mainContentPhoto h4 {
	font: medium bold Arial, Helvetica, sans-serif;
	color: #330066;
	line-height:14px;
	letter-spacing:.1em;
	margin: 0;
	padding: 5px 0;	
	}	
	
#mainContent p {	
	font:small Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}
#mainContentPhoto p {	
	font:small Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}	
#mainContent ul {
	font: small Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;		
	line-height:16px;
	letter-spacing:.1em;
	}	
#mainContent li {
	font: small Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;		
	line-height:16px;
	letter-spacing:.1em;	
}
#mainContent a {
	font: smaller  Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #669999;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	padding:0;
	}
#mainContent a:hover {
	color:#FFFFCC;
	color: #cccc00;
	font-weight:bold;
	text-decoration: underline;
	}	
#mainContent hr {
	color: #669999;
	background-color: #669999;	
	style: 
	height: 3px;
	border: none;	
	border-color: #669999;
	}	
.line {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #d0e4e4;
}	
#aboutContent ul {
	font: small Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;		
	line-height:22px;
	letter-spacing:.1em;
	margin: 0;
	padding-top: 0;
	}	
#aboutContent li {
	font: small Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;		
	line-height:22px;
	letter-spacing:.1em;
	}		

/*-----------------------------------------Footer Start-------------------------------------*/
#footer {
	clear: both;
	background: #ffffff;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 20px;
	padding: 0;
}
#footer p{
	font:normal small Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing:.2em;
	line-height:14px;	
	position: relative;
	left: 215px; 
	top:0px;
	}	
/*-----------------------------------------Footer End-------------------------------------*/
.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;	
}