@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fad400;
	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;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 944px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/pgtp1.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixRtHdr #header {
	background: #fad400;  /* 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. */
	height: 187px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 224px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px;
	font-size: 11px;
	background-image: url(images/pgtp1.gif);
	background-color: #E8E8E8;
	background-repeat: repeat-y;
	background-position: right top;
}
.twoColFixRtHdr #mainContent {
	font-size: 12px;
	text-align: justify;
	margin-right: 270px;
	padding-right: 20px;
	padding-left: 30px;
	background-image: url(url(images/pgtp1.gif));
	padding-top: 30px;
	padding-bottom: 10px;
} 
h1 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	padding-top: 20px;
	line-height: 30px;
}
.hdsnews {
	font-size: 16px;
	padding-left: 20px;
	line-height: 20px;
	vertical-align: top;
}
.twoColFixRtHdr #footer {
	font-size: 11px;
	background-image: url(images/bgfoot2.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 30px;
	color: #666666;
	padding-bottom: 23px;
	background-color: #fad400;
} 
.twoColFixRtHdr #footer p {
	padding-top: 15px;
	margin: 0;
}
.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;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	padding-top: 15px;
	text-align: left;
}
h3 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	line-height: 28px;
	background-image: url(images/bg_hd3.gif);
	background-repeat: repeat-x;
	padding-left: 7px;
	margin-top: 30px;
	background-position: top;
	padding-right: 7px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	text-align: left;
}
h4 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	line-height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: repeat-x;
	background-image: url(images/bghd4.gif);
	padding-left: 7px;
	background-position: top;
	margin-top: 17px;
	padding-top: 3px;
	padding-right: 7px;
}
h5 {
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: repeat-x;
	background-image: url(images/bg_hd3.gif);
	padding-left: 7px;
	background-position: top;
	padding-top: 5px;
	padding-right: 7px;
	display: block;
	padding-bottom: 5px;
}
h6 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: right;
	line-height: 16px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.para_mn1 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	background-color: #9ECD5B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #558900;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #558900;
	border-bottom-color: #558900;
	border-left-color: #558900;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.para_colr {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 20px;
	display: block;
}
.bdymn_hd {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.para_mn2 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	background-color: #C2D385;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9AAD53;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9AAD53;
	border-bottom-color: #9AAD53;
	border-left-color: #9AAD53;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.para_mn3 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	background-color: #90B1DE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5276B2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5276B2;
	border-bottom-color: #5276B2;
	border-left-color: #5276B2;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.para_mn4 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	background-color: #D594CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9B5190;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9B5190;
	border-bottom-color: #9B5190;
	border-left-color: #9B5190;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.para_mn6 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CC9F4A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A36100;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A36100;
	border-bottom-color: #A36100;
	border-left-color: #A36100;
}
.pcsmn {
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	padding-right: 30px;
	width: 210px;
}
.para_mn5 {
	color: #333333;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FCB2A9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D45F56;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D45F56;
	border-bottom-color: #D45F56;
	border-left-color: #D45F56;
	padding-right: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: left;
}
.para_caption {
	font-size: 11px;
	border-bottom-color: #999999;
	line-height: 14px;
	font-style: italic;
}
.hdpg_1 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-image: url(images/bg_phd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.para_news {
	font-size: 12px;
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: 20px;
}
.para_links {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 20px;
	display: block;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
}
