body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
.menu{
background-image:url(images/menu-bg.gif);
width: 740px;
background-position:top left;
background-repeat:repeat-x;
border-left:2px solid #f7f5e9;
border-right:2px solid #f7f5e9;
list-style-type:none;
float:left;
}
.column2 p{
	display:block;
	float:left;
	width:210px;
	font-size: 10pt;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	padding-right: 0px;
	margin: 0 15px 0 0;
}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
}
.column p{
	display:block;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color:#666;
	padding-top:5px;
	padding-right: 20px;
	padding-left: 20px;
	}
.column2{
	width:200px;
	float:left;
	padding-right: 19px;
	margin: 0px 10px 0px 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.column2 span{
	font-weight:bold;
	color:#2c61a9;
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.more{
	background-image:url(images/arrows.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	color:#2c61a9;
	font-size:9pt;
	display:block;
	width:175px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}
.subscribe{
	background-image:url(images/subscribe.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:215px;
	height:32px;
	float:left;
	font-size: 9pt;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.subscribe input{
width:123px;
float:left;
margin:46px 6px 0 12px;
font-weight:bold;
font-size:11px;
color:#41505c;
border:3px solid #FFFFFF;
}
.subscribe button{
width:56px;
height:21px;
float:left;
margin:45px 0 0 0;
border:0px;
background:none;
cursor:pointer;
cursor:hand;
}
.subscribe a{
display:block;
text-decoration:underline;
color:#313e4b;
font-weight:bold;
margin:9px 0 0 12px;
float:left;
display:inline
}
.subscribe a:visited{text-decoration:underline}
.subscribe a:hover{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#content .column h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #2C61A9;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-variant: normal;
}
#content .column2 p {
	font-size: 10pt;
}
#content .column2 p {
	font-family: Arial, Helvetica, sans-serif;
}
#footer{
	background-image:url(images/end.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#f7f5e9;
	width:750px;
	float:left;
	padding:12px 0 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#222e39
}
#footer div{
width:205px;
float:left;
padding:0 5px
}
#footer a{
color:#222e39;
text-decoration:underline;
line-height:25px;
}
#footer a:visited{text-decoration:underline}
#footer a:hover{text-decoration:none}
#footer strong{
display:block;
padding:0 0 7px 0
}
#footer .centeral-block{
	background-image:url(images/dots.gif);
	background-position:245px top;
	background-repeat:repeat-y;
	width:250px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer #mail{
font-size:11px
}
#footer div {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px;
}

