body  {
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	background: #666666;
	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: #000000;
	background-color: #0c233a;
}

.twoColFixRtHdr #header { 
	background: #0d365d;
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixRtHdr #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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0d365d;
	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. */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #0d365d; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}

.centered {
	margin:0px auto;
	text-align:center;
}


	


#menu {
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699CC;
	border-right-color: #EEEEEE;
	border-bottom-color: #6699CC;
	border-left-color: #EEEEEE;
}

/* MENU */

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 16px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #0d365d;
color: white;
width: 100%;
font-family: 'ArialMT', 'Arial', sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 15px;
}

#navcontainer ul li a
{
padding-left: 25px;
padding-right: 25px;
padding-bottom: 5px;
padding-top: 5px;
color: black;
text-decoration: none;
}


#navcontainer ul li a:hover
{
 color: white;
}

#navcontainer ul li a:active
{
   color: #b7c5f1;
}


#navcontainer #current 
{ 
color: #ffbd76;
}


/* MENU END */

.listcomment {
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	color: #8f8f8f;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}


.twoColFixRtHdr #container #mainContent p {
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	color: #8f8f8f;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.twoColFixRtHdr #container #mainContent em {
	color: #ffbd76;
	font-style: normal;
font-variant: normal;
font-weight: normal;
}

.twoColFixRtHdr #container #header h2 {
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: uppercase;
}

.twoColFixRtHdr #container #mainContent h4 {
font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}

.twoColFixRtHdr #container #mainContent h3 {
	color: #000000;
    font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;

}
.twoColFixRtHdr #container #sidebar1 p {
	color: #cddee3;
    font-family: 'Futura-MediumItalic', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.twoColFixRtHdr #container #mainContent blockquote {
	color: #b7c5f1;
    font-family: 'Futura-MediumItalic', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    opacity: 1.00;

}
.twoColFixRtHdr #container #mainContent cite {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	display: block;
	padding-left: 5em;
}
.twoColFixRtHdr #container #mainContent li {
   color: #ffbd76;
    font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.twoColFixRtHdr #container #sidebar1 img {
	border: 3px solid #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.twoColFixRtHdr #container #sidebar1 p {
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
}


a {
    color: #98a4c9;
    text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
    color: #d4d4d4;
    text-decoration: underline;
}
a:active {
    color: #ffbd76;
    text-decoration: underline;
}

.styleb {
    color: #b7c5f1;
}

.stylew {
    color: #efeef1;
}

.styleo {
    color: #ffbd76;
	}

.copyright {
    color: #8f8f8f;
    font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 11px;
}


.twoColFixRtHdr #container #mainContent p.styleo {
	color: #ffbd76;
	}
.twoColFixRtHdr #container #mainContent p.stylew {
	color: #efeef1;
	}
.twoColFixRtHdr #container #mainContent p.styleb {
	color: #b7c5f1;
	}
.twoColFixRtHdr #container #mainContent img.left {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
	border: 2px solid #000000;
}
.twoColFixRtHdr #container #mainContent img.right {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	float: right;
	border: 2px solid #000000;
}

	
