body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FF9933;
	margin:0;
	padding:0;
}

div.page{
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	border: #000066 2px solid;
	border-right: #000066 2px solid;
}

div.top{
	width: 1024px;
	height: 240px;
	background-image:url(../images/top.jpg);
	background-repeat: no-repeat;
}

div.middle{
	width: 1024px;
	background-image:url(../images/content.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}

div.bottom{
	width: 1024px;
	height: 65px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}

div.content{
	width: 685px;
	float: left;
	min-height: 300px;
	text-align: justify;
	margin-left: 10px;	
}

h2{
	text-indent: 20px;
	margin-top: 0;
}

h3{
	text-indent: 20px;
	margin-top: 0;
	font-size: 16px;
}

h4{
	text-indent:20px;
	margin-top:20px;
	font-size:16px;
	color:#D35B26;
	text-decoration:underline;
}

p{
	text-indent: 20px;
}

p:first-letter{
	font-size: 16px;
	font-weight: bold;
}

p.indent{
	text-indent: 20px;
}


hr{
	background-color:#000066;
	height: 2px;
}

.imagelink img{border:2px solid #FF6633}
.imagelink:hover img{border:2px solid #000066}

a:link {color:#FF6633; text-decoration:none;}     
a:visited {color:#FF6633; text-decoration:none;} 
a:hover {color:#D35B26; font-weight:bold} 
a:active {color:#FF6633;text-decoration:none;} 

.center{
	text-align: center;
}

.space{ margin-left:3px;
}

.img1{
	margin:20px 0 20px 40px;
	border:2px #FF6633 solid;
}

.img2{
	margin:20px 0 20px 20px;
	border:2px #FF6633 solid;
}

td a{
	font-weight:bold;
}

td a:hover{
	text-decoration:underline;
	color:#000;
}

td span{
	color:#000;
	font-weight:bold;
}

.content ol li{
	margin-bottom:5px;
	font-size:16px;
	list-style-type:none;
}

.content ol li a{
	color:#050066;
	font-weight:bold;
}

.content ol li a:hover{
	text-decoration:underline;
}

.content img{
	margin-left:15px;
	margin-top:10px;
}

.pos-left1{
	margin-left:32px;
}

.pos-left2{
	margin-left:66px;
}

.pos-left3{
	margin-left:37px;
}

.pos-left4{
	margin-left:75px;
}

.pos-left5{
	margin-left:43px;
}

.pos-left6{
	margin-left:86px;
}

.pos-left7{
	margin-left:37px;
}

.pos-top{
	padding-top:13px;
}

.pos-right{
	float:right;
	margin-top:100px;
	margin:100px 80px 0 0;
	font-weight:bold;
}

.pos-bottom{
	margin-bottom:15px;
}