@charset "utf-8";
/* CSS Document */


 
body
{
	margin: 0;
	color: #333;
	height: 870px;
	width: 900px;
	background-color: #223e7c;
	background-position: -10px -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	left: 150px;
	background-repeat: repeat-x;
	margin-top: 0px;
}

.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(assets/cssc_bk_gdb.jpg);
	background-position: left bottom;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-color: #192E87;
	background-image: url(assets/cssc_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	height: 205px;
	width: 781px;
	margin: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	left: 40px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5px;
	color: #000;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	height: 738px;
	padding: 5px;
	color: #000;
	background-color: #F1F0F6;
	margin-left: 15px;
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0px 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: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #192E87;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #192E87;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.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: 15px;
	margin-right: 10px;
}
.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;
}
.twoColFixRtHdr #container .clearfloat {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent table tr td {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent p .twoColFixRtHdr {
	text-align: left;
}
.twoColFixRtHdr #container #mainContent p .twoColFixRtHdr {
	text-align: left;
}
.twoColFixRtHdr #container #mainContent p center {
	font-size: 16px;
}
.twoColFixRtHdr #container #mainContent p .twoColFixRtHdr span {
	font-size: 14px;
}
.twoColFixRtHdr #container #mainContent table tr th h1 {
	text-align: left;
}
.maincontenth1 {
	font-size: 24px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 14px;
}
.maincintenth2 {
	font-size: 14px;
}
.sidebar01 {
}

