@charset "utf-8";
body  {
	background: #277AC0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 130%;
	margin: 0;
	text-align: center;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixRtHdr #container {
	width: 768px;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11pt;
	text-align: left;
	top:8px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
.twoColFixRtHdr #header {
	width:747px;
	height:83px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/header_main.gif);
	margin-bottom: 30px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #container #header h1 {
	display: none;
}

#menubar
 {
	height: 27px;
	width: 700px;
	padding-left: 47px;
	padding-top: 82px;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
 
a.navigation {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: none;
}
.twoColFixRtHdr #container #header #navbar ul sub1 {
}


.sidebar  {
	width: 209px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 5px;
	background-image: url(images/sidebar-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 45px;
	text-align: left;
}
.twoColFixRtHdr  #container  .sidebar  .pside {
	font-size: 90%;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	display: block;
}

.twoColFixRtHdr #container .sidebar img {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.sidebar  ul   {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.sidebar  ul  li  h2   {
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #container .sidebar li {
	padding-bottom: 5px;
}

a.side:link, a.side:visited {
	color: #000000;
	text-decoration: none;
}
a.side:hover {
	color: #0000FF;
	text-decoration: underline;
}




.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/subpage_1a.jpg);
	background-repeat: no-repeat;
	width: 467px;
	float: left;
} 
.twoColFixRtHdr #container #mainContent .strong {
	font-weight: bold;
}


.twoColFixRtHdr #mainAlloy {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/subpage_wide.gif);
	background-repeat: no-repeat;
	width: 717px;
	float: left;
} 

.twoColFixRtHdr #container #mainContent #leftimg {
	float: left;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #mainContent #rightimg {
	float: right;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixRtHdr #footer {
	background-image: url(test/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 747px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #277AC0;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
} 
/*.footer, .footer a:link, a:visited{
	font-family:sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:10pt;
	color:white;
	text-decoration:none;
	background-color:#277AC0;
}
.footer a:hover{
	text-decoration:underline;
}*/
.twoColFixRtHdr #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;
}
h1 {
	font-family: sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: Gray;
	text-transform: capitalize;
	padding-top: 10px;
	line-height: 30px;
}

h2 {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: black;
	text-transform: none;
}
a:link {
	color: #277AC0;
	text-decoration: none;
}
a:visited {
	color: #277AC0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.footnav:link, a.footnav:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a.footnav:hover {
	text-decoration: underline;
}

div.feedBurnerFeedBlock p.feedTitle 
{
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRtHdr #container .sidebar .feedBurnerFeedBlock ul {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
}


a.feedBurnerFeedBlock:link, a.feedBurnerFeedBlock:visited {
	color: #000000;
	text-decoration: none;
}
a.feedBurnerFeedBlock:hover {
	color: #0000FF;
	text-decoration: underline;
}
