body {
	background:#001133;
    margin: 0; padding:0px;
}


body, p, div, td { font: 10pt verdana, sans-serif; color: #000000;}

h1, h2, h3, h4, h5, h6, h7 { color:#112856; margin-top:0; }

#header_container {
	width: 100%;
	background: #6b8ccf;
	height: 177px;
	text-align:center;
}

#header {
	width:920px;
	margin:0px auto;
	/*border:1px solid red;*/
}

#logo {
	float:left;
	width:432px;
}

#status_area {
	background-image:url(../images/user_box.png);
	background-repeat: no-repeat;
	float:right;
	width:488px;
	height:177px;
	text-align:left;
}

#status_box {
	padding-left: 131px;
	padding-top: 52px;
	width: 323px;
	height: 75px;
	text-align:center;
}

#menu_container {
	width: 100%;
	background:#062c78;
	height:41px;
	text-align:center;
}

#menu {
	width:920px;
	margin:0px auto;
}

#content_container {
	width: 100%;
	text-align:center;
	background:#c9c9c9;
}

#content_area {
	width:920px;
	margin:0px auto;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
}

#content{
	text-align:left;
	padding:25px;
}

#footer_container {
	width:100%;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	background-color:#001133;
}

#footer {
	width:920px;
	margin:0px auto;
}

#footer * {
	color:#fff;
}

.product_box {
	border: 1px solid #112856;
	text-align:left;
}

.product_box h2 {
	margin:0;
	padding: 4px;
	border-bottom: 1px solid #112856;
	background-image:url(../images/content_header_bg.png);
	background-repeat:repeat-x;
	color: #fff;
}

.product_box div {
	margin:0;
	padding: 8px;
}

.step_title {
	background: #99baed;
}

.step_title td {
	padding:3px;
}

.step_title td a {
	color:#112856;
	font-size:18px;
	text-decoration:none;
}

.step_description {
	padding:8px;
	
}

.passport_box {
	border: 1px solid #112856;
	width:350px;
	text-align:left;
	background:#a8c4f1;
}

.passport_box h3 {
	margin:0;
	padding: 4px;
	border-bottom: 1px solid #112856;
	background-image:url(../images/content_header_bg.png);
	background-repeat:repeat-x;
}

.passport_box h3 a {
	margin:0;
	color: #fff;
	text-decoration: none;
}

.passport_box p {
	margin:0;
	padding: 8px;
}

.cart {
	background: #99baed;
}

.cart thead tr td {
	background:#112856;
	color:#fff;
}

.cart tbody tr td {
	background:#fff;
}

.table {
    background: #7b93b8;
}

.table thead td {
    font-weight: bold;
    background: #1d3963;
    color: #fff;
}

.white_tr {
    background: #fff;
    color: #000;
}

.error {
    color: #AB2620;
}

#status_message {
    border: 1px solid #AB2620;
    background-color: #E2ECF8;
    padding: 5px;
}

.big_link {
	font-weight:bold;
	text-decoration:none;
	color:#112856;
}

#index_list {
	width:288px;
}

.home_list {
	width: 270px;
	border: 1px solid #112856;
    background-color: #6b8ccf;
	padding: 15px;
}

.home_list td {
	font-size:11pt;
	color: #fff;
}