*{
	margin: 0px;
	padding: 0px;
}
html,body{
	background-image: url(../img/bg_body.gif);
	height: 100%;
}
#mainTable{
	height: 100%;
	border: 0px solid;
}
.tdArea1{
	border-right: 1px solid #132A56;
	height: 264px;
}
.tdArea2{
	background-image: url(../img/bg_left.gif);
}
#menuArea{
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-y;
}
#menuArea ul{
	list-style: none;
	padding-top: 1px;
}
#menuArea ul li{
	vertical-align: top;
	height: 24px;
}
.menuImage{
	padding-top: 2px;
}
#contentArea{
	background-color: #fff;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #132A56;
}
.content{
	margin-top: 20px;
	margin-left: 45px;
	width: 479px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.content p{
	color: #000;
	font-size: 12px;
	margin-bottom: 24px;
	line-height: 24px;
}
.content a{
	text-decoration: none;
	font-weight: bold;
	color: #314B7C;
}
.content a:hover{
	text-decoration: underline;
}
.content table{
	color: #000;
	font-size: 12px;
	line-height: 24px;
}
.content table td{
	vertical-align: top;
}
.content ul{
	margin-left: 25px;
	margin-bottom: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: justify;
}
.content ul li{
	text-align: justify;
}
.content .gallery{
	list-style: none;
	margin-left: 0px;
}
.content .gallery li{
	display: inline;
}