/*CSS Reset*/
 
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }






/*Wordpress*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

body {
		margin-top: 40px;
		background-color: #D5E1E3;
		text-align: center;
	}
	
	a:hover {
	color: #147;
	text-decoration: underline;
	}

#header {
	
	}


.clear {
	clear: both;
}

#footer {
	
	}

#footer p {
	
	}

/*	Begin Headers */
h1 {
	
		color: #6b93a7;
	
		padding-bottom: 15px;
	
		font-style: normal;
	
		font-weight: normal;
	
		line-height: 26px;
	
		font-size: 22px;
	
		font-family: Georgia, "Times New Roman", Times, serif;
	
	}

h2 {
	}


h3 {
	
		line-height: 24px;
	
		font-size: 18px;
	
		color: #cb0924;
	
	}

#container {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		background-image: url(images/container_bg.gif);
		width: 900px;
		background-repeat: repeat-y;
	}

#header {
	}

#content {
		width: 715px;
		float: right;
		display: inline;
	}

#footer {
		clear: both;
	}

#sidebar {
		padding-bottom: 60px;
		padding-top: 302px;
		display: inline;
		float: left;
		background-image: url(images/sidebar_logo.gif);
		width: 181px;
		background-repeat: no-repeat;
	}

div.post {
		padding-left: 45px;
		padding-bottom: 40px;
		padding-right: 45px;
		padding-top: 40px;
	}

#sidebar ul {
		margin-top: 0px;
	}

p {
		margin-bottom: 10px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		line-height: 22px;
		font-size: 13px;
		color: #5e5e5e;
	}

	
	
                               

ul li {
		list-style-position: inside;
		list-style-type: disc;
		margin-bottom: 5px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		line-height: 15px;
		font-size: 13px;
		color: #5e5e5e;
	}

	
	
/* End Various Tags & Classes*/

ul#home_fade li    { position: absolute; z-index: 1; visibility: hidden; display: block; height: 182px; }
ul.crossfade    { margin-left: -4px; height: 182px; position: relative; z-index: auto; display: block; }
#sidebar ul li a    { padding-bottom: 5px; padding-top: 5px; color: #6b93a7; line-height: 24px; font-size: 14px; font-family: Helvetica, Verdana, Arial, sans-serif; text-decoration: none; background-color: white; display: block; }
#sidebar ul li    { list-style-type: none; text-align: center; margin-bottom: 1px; }
a    { color: #6b93a7; }
#sidebar ul li a:hover, #sidebar ul li a.selected    { color: white; background-color: #cb0924; }
.header_img    { margin-left: -4px; }


