BODY {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	color: #6f7378;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/body_bg_3.jpg_); 
        background-repeat: repeat-x; 
        background-position: bottom left; 
	background-color: #e7e9e6;

}
TR, TD, UL, LI {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #5d5d5d;

}

LI {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	LIST-STYLE-TYPE: disc;
	font-size: 11px;
}


P {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #68b900;
	text-decoration: none;
	padding-left: 5px;
}

H2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #f79239;
	text-decoration: none;
}


IMG {
	border: 0px;
}

A {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #6f7378;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	text-decoration: underline;
	color: #f79239;
}

a.active:link, a.active:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #f79239;
	font-weight: bold;
}
a.footer:link, a.footer:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #f79239;
	font-weight: normal;
}

a.menu:hover {
	text-decoration: underline;
}
#outer1 {height: 570px; overflow: hidden; position: relative; width: 100%;}
#outer1[id] {display: table; position: static;}
		
#middle1 {position: absolute; top: 50%; width: 100%; text-align: center; background-color: #e7e9e6;} /* for explorer only*/
#middle1[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner1 {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner1 {width: 200px; margin-left: auto; margin-right: auto;} /* for all browsers*/

#outer {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
      }
       
#inner {
        width: 300px;
        height: 200px;
        margin-left: -150px;
        position: absolute;
        top: -100px;
        left: 50%;
        background-color:red;
      }


#whole {
	clear: both;
	width:990px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	height: 640px;
	/*overflow: hidden; position: relative;*/
	
	}
#whole1 {position: relative; top: -50%; text-align: left;} /* for explorer only */
#whole1 {width: 990px; margin-left: auto; margin-right: auto;} /* for all browsers*/

#whole {
        margin-left: -495px;
        position: absolute;
        top: -320px;
        left: 50%;
      }


#footer {
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	margin:0px auto;
	text-align:center;
        background-image: url(images/orange_spline.gif); 
        background-repeat: repeat-x; 
        background-position: top left; 
	background-color: #fff;
	height: 180px;
	
	}
	
#top {
	clear: both;
	width:800px;
	margin:0px auto;
	text-align:right;
	padding:30px 0px 0px 0px;
    background-image: url(images/top_bg.png); 
    background-repeat: repeat-x; 
    background-position: top left; 
	}

div.page {
	float:left;
	width:360px;
	height:480px;
	margin-bottom:0px;
	text-align:left;
	padding:0px;
	}
div.navi {
	width:100%;
	height:0px;
	margin:0px 0px 5px 0px;
	text-align:center;
	padding:20px 0px 80px 0px;
	}
div.overlay {
	width: 241px; 
	height: 200px;
	z-index: -1;
	background-color: red;
	}


#main {
	clear: left;
	width:50%;
	min-height:200px;
	text-align:left;
	padding: 7%;
	}

div.menu_p {	
	clear:left; 
	padding: 10px 10px 10px 10px; 
	width: 175px; 
	background-color: #fff; 
	background-image: url(images/blue_grad.gif); 
	background-repeat: repeat-y; 
	background-position: top right; 
	margin-top: 3px;
	border:2px solid #81a0c9; 
	color: #324c89;
	}


	
div.menu {	
	clear:right; 
	float:right;
	width: 79px; 
	padding: 5px 180px 5px 10px; 
	}

div.item {
	float:left;
	}

div.row {
	clear:left;
	float:left;
	padding: 5px 0px 0px 10px; 
	border-top:1px solid #9aabce; 
	border-bottom:1px solid #798cb2; 
	color: #fff;
	text-align: left;
	}
div.checkbox {
	float:left;
	padding: 3px 10px 2px 10px; 
	border-top:1px solid #9aabce; 
	border-bottom:1px solid #798cb2; 
	color: #002361;
	text-align: center;
	}

div.first_row {
	clear:left;
	float:left;
	padding: 5px 0px 5px 10px; 
	border-bottom:1px solid #798cb2; 
	color: #002361;
	font-weight: bold;
	text-align: left;
	}


div.footer {
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 5px 10px; 
	color: #ff7700;
	}

input[type="checkbox"] {
	color: green;
	background-color: #333 !important;
	border: 1px solid red !important;
	}
