/* CSS Document */
@import url("menu_styles.css");
@import url("footer_styles.css");

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #264c70;
}

a {
	text-decoration: none;
	color: #264c70;
}

a:hover {
	text-decoration: underline;
}

.page {
	width: 790px;
	text-align: left;
}

#header {
	width: 790px;
	height: 148px;
}

#masthead {
	width: inherit;
	height: 229px;
}

#bluebar {
	background-image: url(images/Index_bluebar.jpg);
	background-repeat: no-repeat;
	height: 51px;
	padding-top:2px;
	width: inherit;
}

#content_area {
	background-image: url(images/Index_main_bg.jpg);
	background-repeat: repeat-y;
	min-height: 300px;
	width: inherit;
}

#content_top {
	background-image: url(images/Index_main.jpg);
	background-repeat: no-repeat;
	min-height: 90px;
	width: inherit;
}

#content_top_inside {
	background-image: url(images/Inside_main.jpg);
	background-repeat: no-repeat;
	min-height: 282px;
	width: inherit;
}

.content_padding {
	padding:20px 30px 20px 35px; 
	min-height:310px;
}

.title {
	font-size: 25px;
	font-weight: bold;
	color: #3791CD;
}

.subtitle {
	font-size: 18px;
	color: #3791CD;
}

.content {
	line-height: 20px;
}

