body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000CA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000ca;
}
a:hover {
	text-decoration: none;
	color: #C72000;
}
a:active {
	text-decoration: none;
}

/* Clear Float Element */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	background-image: url(../images/mainheader.jpg);
	float: left;
	background-repeat: no-repeat;
	width: 975px;
	height: 160px;
}
#navbar {
	position: relative;
	float: left;
	height: 31px;
	width: 830px;
	margin-left: 60px;
	margin-bottom: 10px;
}
#button1 a {
	background-image: url(../images/button1_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button1 a:hover {
	background-image: url(../images/button1_on.gif);
	background-repeat: no-repeat;
}
#button2 a {
	background-image: url(../images/button2_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button2 a:hover {
	background-image: url(../images/button2_on.gif);
	background-repeat: no-repeat;
}
#button3 a {
	background-image: url(../images/button3_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button3 a:hover {
	background-image: url(../images/button3_on.gif);
	background-repeat: no-repeat;
}
#button4 a {
	background-image: url(../images/button4_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button4 a:hover {
	background-image: url(../images/button4_on.gif);
	background-repeat: no-repeat;
}
#button5 a {
	background-image: url(../images/button5_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button5 a:hover {
	background-image: url(../images/button5_on.gif);
	background-repeat: no-repeat;
}
#button6 a {
	background-image: url(../images/button6_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button6 a:hover {
	background-image: url(../images/button6_on.gif);
	background-repeat: no-repeat;
}
#button7 a {
	background-image: url(../images/button7_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button7 a:hover {
	background-image: url(../images/button7_on.gif);
	background-repeat: no-repeat;
}
#button8 a {
	background-image: url(../images/button8_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 118px;
	float: left;
}
#button8 a:hover {
	background-image: url(../images/button8_on.gif);
	background-repeat: no-repeat;
}
#leftlayout {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 5px;
	padding: 10px;
	clear: left;
}
#centerlayout {
	float: left;
	height: auto;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rightlayout {
	float: right;
	height: auto;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
}
#rightcontent {
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 240px;
	background-position: right top;
}
#container {
	height: auto;
	width: 980px;
}
#footer {
	height: auto;
	width: 975px;
	text-align: center;
	font-size: 11px;
	float: left;
	clear: left;
	margin-top: 50px;
}
#table {
	display: table;
}
#table-row {
	display: table-row;
	height: auto;
	width: auto;
	float: left;
	padding-left: 15px;
}
#table_cell {
	display: table-cell;
	text-align: left;
	float: left;
	width: 175px;
	padding-bottom: 8px;
}
#leftcontent {
	background-image: url(../images/background1.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 500px;
	background-position: left top;
}
#content {
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 40px;
	text-align: justify;
	margin-bottom: 10px;
	clear: left;
}
.title_box {
	height: 25px;
	width: 100%;
	background-color: #0000B0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
}
.title_box2 {
	height: 25px;
	width: 100%;
	background-color: #EBECFE;
	color: #00009B;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
}
#feature {
	margin-top: 5px;
	border: 1px solid #666666;
	padding: 10px 5px 5px 10px;
	background-color: #F2F2FF;
}
.select_box {
	background-color: #FFFFFF;
	width: 70%;
	border: 1px solid #AAAAFF;
	font-size: 14px;
	height: 20px;
}
.label {
	text-align: center;
	margin-top: 5px;
	color: #000080;
	font-weight: bold;
}
.button {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 29px;
	width: 59px;
	margin: 8px 10px 10px 18px;
	font-size: 0.83em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 3px;
}
#view1 {
	margin-top: 5px;
	border: 1px solid #666666;
	padding: 10px;
	background-color: #F2F2FF;
	width: 100%;
	height: auto;
}
#viewinfo {
	float: right;
	width: 60%;
	height: auto;
	clear: none;
	position: relative;
}
.darkBold {
	font-weight: bold;
	color: #333333;
}
#viewphoto {
	float: left;
	width: auto;
	position: relative;
	height: auto;
	border: 1px solid #666666;
	padding: 3px;
}
#cntrViewLayout {
	float: left;
	height: auto;
	width: 600px;
	padding: 10px;
	margin: 0px;
}
.lrgBoldBlue {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
#pageNav {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
}
#detailPhoto {
	float: left;
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: 5px;
}
#main_Photo_Container {
	height: 330px;
	width: 350px;
	float: left;
}
#cntrDetailLayout {
	float: left;
	height: auto;
	width: 859px;
	padding: 10px;
	border: 1px solid #000000;
	margin-left: 45px;
}
#detailText {
	float: right;
	width: 480px;
	height: 300px;
	margin: 10px;
}
.lrgBoldBlueCnt {
	font-weight: bold;
	color: #0000CE;
	font-size: 15px;
	text-align: center;
}
#rightBox {
	float: right;
	width: auto;
	padding-bottom: 10px;
	clear: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
#leftBox {
	float: left;
	width: auto;
	clear: left;
	height: auto;
}
.lrgdarkBold {
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
#detailPhotoSml {
	float: left;
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	position: relative;
}
#email {
	position: relative;
	height: 65px;
	width: 65px;
	left: 873px;
	top: 1px;
}
#cntrInputlayout {
	float: left;
	height: auto;
	width: 755px;
	padding: 10px;
	border: 1px solid #666666;
	margin-left: 70px;
}
#leftInputlayout {
	float: left;
	height: auto;
	width: 350px;
	padding: 10px;
	margin-top: 15px;
	background-color: #E2E3FE;
	border: 1px solid #070F9C;
}
#rightInputlayout {
	float: right;
	height: auto;
	width: 350px;
	padding: 10px;
	margin-top: 15px;
	background-color: #E2E3FE;
	border: 1px solid #070F9C;
}
.mdmdarkBold {
	font-weight: normal;
	color: #333333;
	font-size: 13px;
}
.textArea {
	background-color: #FFFFFF;
	width: 95%;
	border: 1px solid #AAAAFF;
	font-size: 14px;
	height: 150px;
}
.textfield1 {
	height: 15px;
	width: 120px;
	border: 1px solid #AAAAFF;
}
#login_box {
	height: 100px;
	width: 135px;
	padding-top: 40px;
	padding-left: 25px;
}
.smlldarkBold {
	font-weight: bold;
	color: #333333;
	font-size: 10px;
}
#cntlpnllayout {
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#cntlpnlNav_box {
	height: 25px;
	width: 130px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.select_box2 {
	background-color: #FFFFFF;
	width: 92%;
	border: 1px solid #CECEFF;
	font-size: 12px;
	height: 20px;
	margin-left: 5px;
}
.textfield2 {
	height: 15px;
	width: 92%;
	border: 1px solid #0000C1;
	font-size: 12px;
	margin-left: 5px;
}
.textfield3 {
	height: 15px;
	width: 30px;
	border: 1px solid #0000C1;
	font-size: 12px;
	margin-left: 5px;
	text-align: center;
}
#detailBox {
	height: 350px;
	width: auto;
	position: relative;
}
#cp_table_row {
	float: left;
}
#cp_table_row_header {
	float: left;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/table_Background.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	height: 65px;
	width: 840px;
	margin-top: 20px;
}
#cp_account {
	float: right;
	padding-top: 4px;
	background-image: url(../images/cp_account.gif);
	height: 22px;
	width: 195px;
	background-repeat: no-repeat;
	text-align: center;
	clear: right;
}

#cp_table_cell {
	float: left;
	height: auto;
	width: 56px;
	padding: 5px;
	text-align: left;
	margin-left: 5px;
}
#cp_table_cell_65 {
	float: left;
	height: auto;
	width: 65px;
	text-align: left;
	padding: 5px;
	margin-left: 5px;
}
#cp_table_cell_75 {
	float: left;
	height: auto;
	width: 82px;
	padding: 5px;
	text-align: left;
	margin-left: 5px;
}
#cp_table_cell_400 {
	float: left;
	height: auto;
	width: 260px;
	padding: 5px;
	text-align: left;
	margin-left: 5px;
}
#cntr_pnl_container {
	float: left;
	height: auto;
	width: 840px;
	padding: 10px;
	border: 1px solid #666666;
	margin-left: 60px;
}
#cntrPhotolayout {
	height: auto;
	width: 450px;
	padding: 10px;
	margin-top: 15px;
	background-color: #E2E3FE;
	text-align: left;
	margin-left: 150px;
	line-height: 16px;
}
.filefield1 {
	height: 22px;
	width: 325px;
}
.mdmRedBold {
	font-weight: bold;
	color: #EB1801;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#cntrReglayout {
	height: auto;
	width: 320px;
	padding: 10px;
	margin-top: 15px;
	background-color: #E2E3FE;
	text-align: left;
	margin-left: 215px;
	line-height: 16px;
	border: 1px solid #070F9C;
}
.lrgBoldBlueCntUL {
	font-weight: bold;
	color: #0000CE;
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.tabTitle {
	font-weight: bold;
	color: #297429;
	font-size: 16px;
	padding-left: 40px;
	padding-bottom: 5px;
}
#cp_button1 a {
	background-image: url(../images/cp_button1_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	float: left;
	margin-right: 4px;
}
#cp_button1 a:hover {
	background-image: url(../images/cp_button1_on.gif);
	background-repeat: no-repeat;
}
#cp_button2 a {
	background-image: url(../images/cp_button2_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	float: left;
	margin-right: 4px;
}
#cp_button2 a:hover {
	background-image: url(../images/cp_button2_on.gif);
	background-repeat: no-repeat;
}
#cp_button3 a {
	background-image: url(../images/cp_button3_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	float: left;
	margin-right: 4px;
}
#cp_button3 a:hover {
	background-image: url(../images/cp_button3_on.gif);
	background-repeat: no-repeat;
}
#cp_button4 a {
	background-image: url(../images/cp_button4_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	float: left;
	margin-right: 4px;
}
#cp_button4 a:hover {
	background-image: url(../images/cp_button4_on.gif);
	background-repeat: no-repeat;
}
#cp_button5 a {
	background-image: url(../images/cp_button5_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	float: left;
	margin-right: 4px;
}
#cp_button5 a:hover {
	background-image: url(../images/cp_button5_on.gif);
	background-repeat: no-repeat;
}

#header_cp_box {
	float: right;
	height: 40px;
	width: 90px;
	clear: both;
	margin-top: 10px;
}
#header_button1 a {
	background-image: url(../images/header_button1_off.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 88px;
	float: right;
	clear: right;
	margin-top: 5px;
}
#header_button1 a:hover {

	background-image: url(../images/header_button1_on.gif);
	background-repeat: no-repeat;
}
#header_button2 a {
	background-image: url(../images/header_button2_off.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 88px;
	float: right;
	clear: right;
	margin-top: 5px;
}
#header_button2 a:hover {


	background-image: url(../images/header_button2_on.gif);
	background-repeat: no-repeat;
}
.select_box3 {

	background-color: #FFFFFF;
	width: 80%;
	border: 1px solid #AAAAFF;
	font-size: 14px;
	height: 20px;
}
.textFieldSmall {
	width: 40px;
}
.lrgRedBold {

	font-weight: bold;
	color: #EB1801;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#cp_button1_grey {

	background-image: url(../images/cp_button1_grey.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	float: left;
	margin-right: 4px;
}
#cp_button2_grey {


	background-image: url(../images/cp_button2_grey.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	float: left;
	margin-right: 4px;
}
#topAd_box {
	height: 60px;
	width: 468px;
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 295px;
}
#details_print {
	height: 10px;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
