@charset "UTF-8";
body {
	font: 100%/1.0 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ 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: 15px;
	margin-bottom: .5em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

h1           {
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: normal;

}
h2           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 1.4em;
	font-weight: normal;
	color: #660000;
	line-height: normal;

}
h3           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #660000;
	line-height: normal;

}
h4           {
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}
h5           {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #660000;
}
h6           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-style: 
               normal;
	font-weight: normal;
	line-height: normal;
}
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: #1A2289;
	text-decoration: underline;
}
a:visited {
	color: #1A2289;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
p {
	font-size: 0.75em;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #ffe8cc url(../images/bg3.jpg) repeat-y;
	/* ~~ for the desktop view the background for the 3 columns is provided by the background-image for the container div. This is necessary since the sidebars and content divs are varying heights.  ~~ */
	margin: 0 auto;
}

/* ~~ The header design will accommodate a logo or banner image up to 960 pixels wide.  ~~ */
.header {
}
/* ~~ 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: 180px;
	background: #ffe8cc;
	color: #f0cfad;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
	background: #f7eee0;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #ffe8cc;
	padding: 10px 0;
	color: #1A2289;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	font-size: 0.75em;
	border-top: 1px solid #FFF;
	margin: 0;
	background: #ffe8cc;

}
ul.nav li {
	border-bottom: 1px solid #FFF;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #ffe8cc;
	color: #004477;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #CBD1E8;
	color: #002289;
}

.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background: #f0cfad;
	vertical-align: text-bottom;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #000;
}
.footer p {
	font-size: 0.75em;
}

/* ~~ 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;
}
.pictable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
.stylered {
	color: #FF0000;
}