@charset "UTF-8";
/* CSS Document */

<style type="text/css">


<!--
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	
	
}
/*THIS IS WHERE THE A STYLING WENT 

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
#container {
	width: 90%;
	max-width: 1080px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: 25px; 
	border-style: solid;
    border-width: 1px;
	border-color:#CCC;
	
}
#langbox {
	width: 90%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin-top: 10px; 
	margin-left: 30px;

}
#header {
	background-color: #FFF;
	height: 100%;
	width: 850px;
	margin: 0 auto;

}
#nav {
	margin-top: -50px;
	margin-bottom: 0px;
	width: 762px;
	height: 100%;
	margin: 0 auto;
	
}


#content {
	height: 100%;
	width: 100%;
	margin-top: 10px;
	
	
	
}/* ~~ 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. */
}

/* ~~ The footer ~~ */
#footer {
	width: 90%;
	max-width: 1080px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: 25px; 
}
#box1 a:hover{
    color:#60F;
	text-decoration:underline
	
}

/* ~~ 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;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

p {
	font-family: font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0;	 
	
}
h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 36px;
	padding-right: 50px;
	padding-left: 50px;
}
h2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	
	
}
h2 a {
    color: #000000;
	text-decoration:none;
}
h2 a:hover  {
	color:#b37001;
	text-decoration: underline;	
}
h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	
	
}
h3 a {
    color: #000000;
	text-decoration:none;
	
}
h3 a:hover {
	color:#b37001;
	text-decoration:underline;
	
		
}
h4 {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 14px;
	line-height:200%;
	margin-top: 0;
	padding-right: 50px;
	padding-left: 50px; 	 
}
h4 a {
    color: #b37001;
	text-decoration:none;

}
h5, h6,  {
	margin-top: 0;	 
	padding-right: 50px;
	padding-left: 50px; 

}h7 {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 100%;
	margin-top: -50px;
	padding-right: 50px;
	padding-left: 50px; 
}
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


-->
</style>