@charset "UTF-8";


body {
	font-family: Lucida,Arial,sans-serif;
	font-size: 14px;
	background-color: #fff;
	top: 10px;
	color: #000;
	padding: 10px;
}

p {line-height:1.5em; padding: 10px;}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: .5em;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: .5em;
}
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: #003399;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	

}

/* ~~ The header design will accommodate a logo or banner image up to 960 pixels wide.  ~~ */
.header {
	background: #c4c4c4;
}
/* ~~ These are the columns for the layout. ~~ 
The background colors of the columns match those in the background image of the container. This is redundant on the desktop but plays an important role for viewing with a tablet or phone.
*/
.sidebar1 {
	float: left;
	width: 960px;
	background: #fff;
	border-top:1px solid #c4c4c4;
	
	padding:10px 0 10px 0;

}
.content {
	padding: 10px 0 10px 0;
	/*width: 700px;*/
width: 960px;
	float: left;
	background: #FFF;

}
.sidebar2 {
	float: left;
width: 0px;
	/*width: 260px;*/
	/*background: #FFF;*/
	/*padding: 10px 0;*/

}

.content ul, .content ol { 
	padding: 0 0px 0px;
}

ul.nav {
	list-style: none;
	
	margin: 0;
	background: #fff;
}
ul.nav li {
	
	font-size: 16px;
	border-bottom: 1px solid #c4c4c4;
	float:left;
	width: 120px;

}
ul.nav a, ul.nav a:visited {
	padding: 5px 20px 5px 20px;
	display: block;
	width: 100px;
	text-decoration: none;
	background: #fff;
	color: #585858;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	text-decoration: none;
	color: #585858;
}




.footer {
	/*position: relative;*/
	clear: both;
	background: #fff;
	border-top:5px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	vertical-align: text-bottom;
	text-align: center;
	padding:10px 0px;
	color:#000;
}


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* The following two styles make adjust the size of images in the header and content divs for all platforms */
.header img {
	max-width: 100%;
	height: auto;
}
.content img {
	max-width: 100%;
	height: auto;
}
pre {
	margin-right: 40px;
	margin-left: 40px;
}

iframe, object, embed{max-width: 100%;}
