BODY, TD {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	line-height : 18px;
	margin : 0 0 0 0;
	text-align : center;
	background-color : #d9d9d9;
	color : #103f6d;
}

#Container {
	width : 790px;
	text-align : left;
	background-color : #fff;
	margin-right : auto;
	margin-left : auto; 
}

#Top {
	height : 5px;
	/*background-image : url(../images/back_top.gif);*/
}

#Footer {
	height : 20px;
	clear : both;
	text-align : center;
	font-size : 11px;
}

#Bottom {
	height : 10px;
	/*background-image : url(../images/back_bottom.gif);*/
	clear : both;
}

#Left {
	float : left;
	width : 153px;
}

#Right {
	float : right;
	width : 636px;
	border-left : 1px solid #2E5282;
}

.Logo {
	margin-left : 2px;
	margin-top : 25px;
	margin-bottom : 20px;
}

DIV.Nav {
	margin-left : 15px;
	border-top : 1px solid #2E5282;
	padding-top : 4px;
	padding-bottom: 5px;
}

DIV.SubNav {
	margin-left : 15px;
	border-top : 1px solid #2E5282;
	padding-top : 4px;
	padding-bottom: 5px;
	padding-left: 8px;
}
	
A.Nav {
	font-size : 10px;
	text-decoration : none;
	color : #103f6d;
}

A.Nav:HOVER {
	color : #971328;
	text-decoration : underline;
}

.Banner {
	margin-top : 20px;
	margin-left : 10px;
	margin-bottom : 20px;
}

.Content {
	padding-left : 10px;
	padding-right : 10px;
}

.ContentLeft {
	float : left;
	width : 419px;
	border-right : 1px solid #2E5282;
}

.ContentRight {
	float : right;
	width : 195px;
}

.Text {
	margin-top : 12px;
	margin-left : 35px;
	margin-right : 35px;
	margin-bottom : 20px;
}

.RightBlock {
	margin-right : 20px;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	border-bottom : 1px solid #2E5282;
}

.PageTitle {
	color : #99152a;
	font-size : 19px;
	font-weight : bold;
}