Body {
	background: #87CEFA fixed top;
	color: Black;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width: 740px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background: white url(images/blue.jpg) repeat-x;
}

#banner {
	padding-bottom: 0px;
	height: 140px;
	/*border-bottom: 1px solid #4682B4;*/
}

#footer {
	clear: both;
	color: white;
	background: url(images/blue.jpg) top;
	padding: 2px;
}

H1 {
	font-size: 16pt;
	color: Green;
}

H2 {
	font-size: 12pt;
	color: #0068CC;
}

H2 A {
	font-size: 12pt;
	color: #003CFF;
}

H2 A:hover {
	font-size: 12pt;
	color: #4400FF;
}


H3 {
    font-size: 12pt;
}


A {
	color: navy;
}

A:Hover {
	color: black;
}

HR {
	height: 1pt;
}

#menu_h ul
{
	padding-left: 0px;
	padding-top: 10px;
	margin-left: 0px;
	color: #CCCCCC;
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

#menu_h ul li { display: inline; }

#menu_h ul li a
{
	color: #333333;
	text-decoration: none;
	float: left;
	border-right: 1px solid Gray;
	padding: 3px 10px 4px 10px;
	border-bottom: 4px solid Gray;
}

#menu_h ul li a:hover
{
	color: Black;
	border-bottom: 4px solid #CCCCCC;
}

#int_left {
	float: left;
	padding: 10px;
	width: 440px;
	text-align: left;
}

#int_right {
	float: right;
	padding: 10px;
	width: 260px;
	text-align: left;
}

#int_full {
	padding: 10px;
	margin-top: 40px;
	text-align: center;
}

#box {
	padding: 5x;
	margin: 8px;
	border-top: 1px dashed #4169E1;
	border-bottom: 1px dashed #4169E1;
	text-align: left;
}

.img_c {
	padding: 1px;
	margin: 2px;
	border: 1px solid #3366CC;
}