﻿body {
	margin:0;
	padding:0;
	font:100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#C0CEFE;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding:0;
	margin:0;
	color:#2B4D70;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
    padding:0;
}
a img {
	border:none;
}
a:link {
	color:#42413C;
	text-decoration:underline;
}
a:visited {
	color:#6E6C64;
	text-decoration:underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width:960px;
	background:#fff;
	margin:0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
div#header {background:#6D8BA7;}

/* ~~ This is the layout information. ~~

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding:10px 0 10px 15px;
}

/* ~~ The footer ~~ */
.footer {
	padding:10px 0;
	background:#fff;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float:left;
	margin-right:8px;
}
.clearfloat { /* this class can be placed on a <br />
 or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:48px;
	font-style:italic;
	color:rgb(0,51,102);
	margin:0;
	padding:0;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:rgb(0,51,102);
	margin:0;
	padding:0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:rgb(0,9,64);
}
#NavBar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	background-color:rgb(166,187,206);
	height:40px;
}
#navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	background-color:rgb(172,193,212);
}

#header h1, #header h2, #header h3 {margin-left:20px;}
td#headphone {text-align:center;}
    td#headphone h3 a, td#headphone h3 a {
        color:rgb(0,9,64);
        text-decoration:none;
    }
#header #navbar ul li {
	float:left;
	list-style-type:none;
}
#header #navbar ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:rgb(51,66,106);
	background-color:rgb(255,255,168);
	display:block;
	width:240px;
	text-align:center;
	height:40px;
	line-height:40px;
	text-decoration:none;
}
.container .footer table tr td h6 {
	font-weight:normal;
}
#header #navbar ul li a:hover {
	color:rgb(223,229,241);
	background-color:rgb(44,52,69);
}
#header #navbar ul li.selected a {
    color:rgb(255,255,168);
    background-color:rgb(44,52,69);
}
p {
    margin:1.25em 1em 0 0;
	color:rgb(24,44,78);
}
.container .footer p a {
	color:#2C3445;
}
.container .footer p a {
	color:rgb(28,38,83);
	font-size:18px;
}
#header #navbar ul li a {
	border-top-color:rgb(51,51,51);
	border-right-color:rgb(51,51,51);
	border-bottom-color:rgb(51,51,51);
	border-left-color:rgb(51,51,51);
}
.container .content table tr td h4 {
	font-family:Tahoma, Geneva, sans-serif;
    margin:0.5em 0;
    color:#000!important;
}

.container .content table tr td h4 {
	color:#036;
}
