@import url("general.css");
@import url("navigation.css");
@import url("form.css");

body{
	margin:0;
	padding:0;
	background: url(body_bg.jpg) top right no-repeat #fff;
	font-family:arial, helvetivca, "sans serif";
	font-size:11px;
	color:#565656;
	text-align: left;
}
#frame{
	text-align: left;
	width: 978px;
	margin-left:25px;
	margin-left:0;
	background: url(frame_bg.gif) top right no-repeat #fff;
}
#header_site {
	display:block;
	height:129px;
	width: 860px;
	margin-left:25px;
}
#alpha{
	display:block;
	width: 860px;
	margin-left:25px;
}
#beta{
	display:block;
	width: 860px;
	min-height:900px;
}
#footer{
	display:block;
	width: 860px;
	margin-left:5px;
	position:relative;
	bottom:0;
}

/* --- BUTTONS --- */
.learnMore {
	display:block;
	height:15px;
	width:83px;
	background: url(learnMore_btn.gif) top right no-repeat transparent;
}
/* --- DEFAULT --- */
.left {
	float:left;
}
.right {
	float:right;
}
h1 {
	font-size:16px;
	font-family:times, georgia, serif;
	margin:0 0 20px 0;
	padding:0;
	color:#203b71;
}
h2 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0;
	color:#203b71;
}
p {
margin:0 0 12px 0;
padding:0;
}
a, p a{
outline:none;
color:#085099;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a img{
border:none;
}
h1, h2, h3 {
font-weight:bold;
}
.clear {
clear: both;
font-size: 0;
}
.hide {
clear: both;
font-size: 0;
display:none;
}
.clearText {
text-indent: -9999px;
font-size: 0;
text-decoration: none;
}
