body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #B1E3D2;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	background-color: e1e6e4;
	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 */
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 5px; 
	padding-top: 5px; 

}

a img { 
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 839px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.container p {font-size: 0.9em;}

.header {
}

#sidebar {
	float: left;
	width: 190px;
	min-height: 300px;
	/* background: #DCF5EC; the background color will be displayed for the length of the content in the column, but no further */
	padding:0px 0; /* top and bottom padding create visual space within this div */
	padding-left: 5px;
	font-size:0.8em;
}
#sidebar h4{
	background: #444 url(images/minisna.png); 
	background-repeat:no-repeat;
	background-position: center right;
	color:#fff;
	padding: 3px 0 3px 3px;
}
.content {
	width: 620px;
	float: right;
	border: 1px solid #454545;
	background: #fafafa;
padding: 5px 0px 10px 10px;
    min-height: 800px;
    overflow: hidden;

}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.content h1 {

        border-bottom: solid 2px #555;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
 .content h2  {
        border-bottom: solid 2px #bbb;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
.content h3, .content h4, .content h5 {
         border-bottom: solid 2px #ddd;
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul#nav {
	width: 150px; 
	list-style: none; /* this removes the list marker */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul#nav li {
	width: 150px; 
	padding:0 0 0 0px;
}
ul#nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 45px;
	display: block; 
	width: 100%;  
	text-decoration: none;
	background: url(images/minisn.png);
	background-repeat:no-repeat;
	background-position: center left;
}
ul#nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: url(images/minisna.png); 
	background-repeat:no-repeat;
	background-position: center left;
	padding: 5px -5px 5px 45px;
	width: 150px; 
	color: #000;
	text-decoration:none;
}
ul#nav #active a { 
	background: url(images/minisna.png); 
	background-repeat:no-repeat;
	background-position: center left;
	padding: 5px -5px 5px 45px;
	width: 150px; 
	color: #000;
}

/* ~~ The footer ~~ */
.footer {
	text-align: center;
	font-size:10px;
	color:#000;
	height:20px;
	padding: 1px 10px 10px 10px;
	position: relative; /* this gives IE6 hasLayout to properly clear */
	clear: both;  /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#sidebar ul {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px dotted #444;
}
#sidebar ul li {
	list-style: none;
	border-bottom: 1px dotted #444;
	padding: 5px 0 5px 5px;
}

fieldset#contact-form {border:none;}
