/* CSS Document */

#fixwide { 
	margin: 0 auto 0;
 	width: 781px;
	height: 100%;
	background-image: url(images/top.png);
   background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}



body,th,td,tt,p,div,span {
	color: #333300;
	font: 100%  Verdana, Lucida Sans, Arial;
	text-align:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font: 10px  Verdana, Lucida Sans, Arial;
	text-align:left;
}
body {
	background-color: #ffffff;
   background-image: url(images/bg.jpg);
	min-width: 910px;
}


#header { 
	background: transparent; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
}
#header_nav {
	text-align:left;
	line-height: 1.3em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 35px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom: 0px;
} 
#header_nav p {
	display:inline;
	padding-left:5px;
	padding-right: 10px;	
}
#header_nav a:link{
	font-family: Verdana, Lucida Sans, Arial;
	font-size: 1.05em;
	font-weight:bold;
	text-decoration:none;
	color: #336633;

}
#header_nav a:visited{
	font-family: Verdana, Lucida Sans, Arial;
	font-size: 1.05em;
	font-weight:bold;
	text-decoration:none;
	color: #336633;
}
#header_nav a:hover{
	
	font-weight:bold;
	text-decoration:underline;
	font-size:1.05em;
	color: #336633;
}
#header_nav a:active{
	
	font-size: 1.05em;
	font-weight:bold;
	text-decoration:none;
	color: #336633;
}
#header_nav #current_page a{
	font-family: Verdana, Lucida Sans, Arial;
	font-size: 1.05em;
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
	}


#inner-container {
	width: 750px;
	height:100%;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the division 
*/
	text-align: center; /* this overrides the text-align: center on the division element. */

}
#sidebar1 {
	float:left;
	position:relative;
	top:0px;
	left:0px;
	height:450px;
	width: 345px; 
	background: #FFFFFF; 
	margin: 0px;
	padding: 0;
	border-right:thin;
	border-right-color:#333333;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	text-align:left;
}
 img {
border:none;
}

#content {
position:relative;
	top:0px;
	right:0px;
	padding: 0px;
	width: 690px;
	
	border:none;

	
	
}
#content p{
	margin: 10px 5px 10px 5px;
	font-family:Verdana, Lucida Sans, Arial;
	font-size:.8em;
	line-height: 1.2em;
	color:#333300;
	text-align:left;
}
#content a:link{
font-family: Verdana, Lucida Sans, Arial;
	font-size: .9em;
	font-weight:bold;
	text-decoration:none;
	color: #336633;
} 
#content a:visited{
font-family: Verdana, Lucida Sans, Arial;
	font-size: .9em;
	font-weight:bold;
	text-decoration:none;
	color: #336633;
}
#mainContent {
	position:relative;
	top:0px;
	right:0px;
	padding: 0px;
	margin-left:346px;
	width: 360px;
	border:none;

	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:left;
}
#mainContent p{
	margin: 20px 10px 30px 10px;
	font-family:Verdana, Lucida Sans, Arial;
	font-size:.8em;
	line-height: 1.2em;
	color:#333300;
	text-align:left;
} 



#bottom_navbar {
	text-align:center;
	line-height: 1em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 0px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom: 10px;
}

#bottom_navbar p {
	display:inline;
	padding-left:5px;
	padding-right: 5px;	
}
#bottom_navbar a:link{
	font-family: Verdana, Lucida Sans, Arial;
	font-size: .8em;
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
}
#bottom_navbar a:visited{
	font-family: Verdana, Lucida Sans, Arial;
	font-size: .8em;
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
}
#bottom_navbar a:hover{
	
	font-weight:bold;
	font-size:.8em;
	color: #ffffff;
	text-decoration:underline;
}
#bottom_navbar a:active{
	
	font-size: .8em;
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
}

#bottom_navbar  #current_page a{
	font-family: Verdana, Lucida Sans, Arial;
	font-size: .8em;
	font-weight:bold;
	text-decoration:none;
	color: #333300;
	}

#copyright{
	font-family: Verdana, Lucida Sans, Arial;	font-size: .8em;
	color:#FFFFFF;
	margin-top: -5px;
	text-align:center;
}

#footer { 
	padding: 0;
	text-align:center;
} 


#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: 10px 0; /* 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;
}
