@charset "utf-8";
/* GENERAL */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #000099;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:3px 0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
/* CUSTOM */
#pageTitle {
	margin:5px 0px;
	font-size:14px;
	color:#999999;
	padding:0px;
	text-indent:230px;
	font-weight: normal;
	font-variant: small-caps;
}
#header {
	border-bottom:solid 2px #999999;
	border-top:solid 2px #999999;
}		
#menuItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/bgMenuItem.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	height: 35px;
	width: 200px;
	line-height: 35px;
	color:#2A34A3;
	display:block;
	font-weight:bold;
}
#menuItem a:hover {
	background-image:url(images/bgMenuItemHover.jpg);
	color:#076435;
	text-decoration:none;
}	
#footer {
	border-top:solid 2px #999999;
}

#leftSide {
	padding-top:20px;
}
#leftSide p {
	padding:10px 5px;
	text-indent:10px;
	text-align:justify;
	border-bottom: solid 2px green;
}

#mainArea {
	padding:20px 0px 10px 50px;
}
#mainArea h3 {
	padding:10px 30px;
	font-size:14px;
	text-indent:20px;
	text-align:justify;
}
#mainArea div {
	padding:10px;
}
#mainArea div img {
	width:120px;
	height:90px;
	border:dashed 1px #CCCCCC;
	padding:5px;
	margin-right:20px;
	float:left;
}
#mainArea div h1 {
	padding:0px 0px 0px 5px;
	font-size:16px;
	color:#000000;
}

.fPage {
	margin-left:50px;
}
.fPageImg {
	width:220px;
	height:165px;
}