@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #8f1c40;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #333333;
	background-image: url(../images/deron_diag.gif);
	background-repeat: repeat;
}

p {
	padding: 0px 0px 0px 0px;
}

/********************* Link Styles *********************/

a:link {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #3a4789;
	text-decoration: none;
}

a:visited {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #3a4789;
	text-decoration: none;
}

a:hover {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-decoration: underline;
	color: #3a4789;
}
/* overrides decoration from previous rule for hovered links */

/********************* List Styles *********************/

ul {
	
	/*list-style: disc url(../images/bullet.gif) inside;*/
	
	/*text-indent: -1em;*/
}
	
ul li {
	
    background-position:0 5px;
}
	
ul ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}

/********************* Header Styles *********************/

h1 {
	color: #8f1c40;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #3a4789;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin:0;
}

h3 {
	color: #8f1c40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

/********************* Build Styles *********************/

#container { 
	width: 888px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px dashed #d8d7bf;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#flash { 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px dashed #d8d7bf;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f0efe5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	color: #8f1c40;
}

#sidebar1 h3{
	padding: 4px 10px 4px 10px;
	color: #F2F2F2;
	background-color: #6c78b0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar1 p{
	padding: 0px 10px 0px 10px;
}

#sidebar1 a:link{
	color: #3a4789;
	text-decoration: none;
}
#sidebar1 a:visited{
	color: #3a4789;
	text-decoration: none;
}
#sidebar1 a:hover{
	color: #3a4789;
	text-decoration: underline;
}

#sidebar1 ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}
	
#sidebar1 ul li {
	padding: 5px 0px 5px 10px;
    background:transparent url(../images/bullet.gif) no-repeat;
    background-position:0 5px;
}
	
#sidebar1 ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
#sidebar1 ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}

#sidebar1 .nostyle {
	list-style:none;
	background:none;
}

#sidebar1 .nostyle ul{
	padding-top:0px;
	margin:0px;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 206px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f4f4ef; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	border-left: solid 1px #d8d7bf;
}

#sidebar2 h3{
	padding: 4px 10px 4px 10px;
	color: #F2F2F2;
	background-color: #8ea99d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContent { 
	margin: 0px 230px 0px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	border-top: 1px dashed #d8d7bf;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/************************* Extra Styles ***********************************/

.footLink {
	font-size: 10px;
	color: #8f1c40;
}

#base {
	border: 1px solid #f0efe5;
	margin: 2em;
	width: 10em;
	padding: 5px;
}

#story{
	margin: 0px 2px 0px 2px;
	padding: 10px 10px 10px 10px;
	
}

#story ul {
	list-style:none;
	margin:0;
	padding:0;
}

#story li {
	padding:10px 0;
}

#story li h3 a{
	font-size:14px;
	font-weight:bold;
	color: #8f1c40;
}

.storyImgL{
	margin: 0px 10px 30px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	float: Left;
}

.side2ImgC{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	text-align: center;	
}

.arrow {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

.section {
	text-align: center;
	padding: 5px 0px 10px 0px;
}

#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	display: block;
}

#kdchy-kdchy {
	border:1px solid #999999;
	width:120px;
	color:#999999;
}

#sub {
	border:1px solid #999999;
	background-color:#CCCCCC;
	color:#8f1c40;
}



