/* Four values: top, right, bottom, left */

body,
html {
	margin: 20px auto;
	padding:0;
	background:#fff;
	color:#000;
	font-family: Geneva, Verdana, Arial;
	font-size: 12px;
	color: #333;
}

#container {
	margin: auto;
	text-align: center;
	width: 782px;
	background: #29468E url(images/bg.gif) repeat-x;
	padding: 0;
}

#wrap {
	background:#fff;
	margin:0 auto;
	width:662px;
	padding: 0;
}

#main {
	background:#fff;
	float:right;
	width:518px;
	padding: 0;
	margin: 0 2px 0 0;
	text-align: left;
}

#sidebar {
	background:#fff;
	float:left;
	width:136px;
	text-align: left;
	margin-left: 2px;
	border: 0 solid red;
}
#sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px 0;
	text-indent: 0;
}
#footer {
	background:#28458E;
	clear:both;
}
#footer p {
	padding: 0;
	margin-right: 54px;
	color: #fff;
	text-align: right;
	line-height: 24px;
	font-size: 90%;
}

.p_img {
	text-align: left; 
	margin: 0; 
	padding: 0;
}
p {
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 16px;
}	

ul, li {
	text-align: left;
	list-style-type: disc;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #28458E;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #28458E;
	text-decoration: underline;
}
strong {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

.subt2_nav {
	background: #818BCF;
	width: 122px;
	height: 31px;
	text-align: right;
	color: #fff;
	display: block;	
	font-size: 80%;
	text-decoration: none;
	padding-right: 6px;
	padding-top: 8px;
}
.subt2_nav_c {
	background: #28458E;
	width: 122px;
	height: 31px;
	text-align: right;
	color: #fff;
	display: block;	
	font-size: 80%;
	text-decoration: none;
	padding-right: 6px;
	padding-top: 8px;
}