/*
	Object Defaults
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #DDE7F2;
	margin: 0px;
	padding: 0px;
}

p, label, form, input, select, textarea, image, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}

/*
	Page Layout
*/

/* Page container */
#page
{
	width: 770px;
	margin: auto;
}

/* Page header */
#page h1
{
	width: 315px;
	height: 65px;
	background: url(../images/banner.jpg) no-repeat;
}

/* Main menu*/
#main_menu
{
	width: 770px;
	height: 31px;
	margin: 5px 0px 10px 0px;
	float: left;
}

#main_menu div
{
	float: left;
}

#main_menu_left
{
	width: 11px;
	height: 31px;
	background: url(../images/menu_left.jpg) no-repeat;
}

#main_menu_center
{
	width: 748px;
	height: 24px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: #4A636E;
	padding-top: 7px;
}

#main_menu_center a
{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#main_menu_center .main_menu_item
{
	padding: 0px 15px 0px 15px;
}

#main_menu_right
{
	width: 11px;
	height: 31px;
	background: url(../images/menu_right.jpg) no-repeat;
}

/* Content container */
#content
{
	width: 770px;
	clear: both;
	float: left;
}

/* Content title */
#content_header
{
	height: 34px;
	clear: both;
	float: left;
}

#content_header div
{
	float: left;
}

#content_header_left
{
	width: 11px;
	height: 34px;
	background: url(../images/header_left.gif) no-repeat;
}

#content_header_center
{
	width: 733px;
	height: 27px;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	background: #4A636E;
	padding: 7px 0px 0px 15px;
}

#content_header_right
{
	width: 11px;
	height: 34px;
	background: url(../images/header_right.jpg) no-repeat;
}

/* Text container */
#text, #text_and_side_menu
{
 	width: 746px;
	border-left: solid 2px #4A636E;
	border-right: solid 2px #4A636E;
	background: #7091A0;
	padding: 16px 10px 0px 10px;
	clear: both;
	float: left;
}

#text_and_side_menu #text_alt
{
 	width: 600px;
	float: left;
}

#text p, #text_alt p
{
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

/* Side menu */
#side_menu
{
	width: 136px;
	float: left;
	margin-left: 10px;
}

#side_menu_header div
{
	float: left;
}

#side_menu_header_left
{
	width: 12px;
	height: 26px;
	background: url(../images/side_menu_top_left.jpg) no-repeat;
}

#side_menu_header_center
{
	width: 110px;
	height: 20px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #364852;
	padding-top: 6px;
}

#side_menu_header_right
{
	width: 14px;
	height: 26px;
	background: url(../images/side_menu_top_right.jpg) no-repeat;
}

#side_menu_links
{
	width: 126px;
	background: #DDE7F2;
	padding-left: 10px;
	clear: both;
	float: left;
}

#side_menu_links div
{
	padding-top: 10px;
}

#side_menu_links a
{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4A636E;
}

#side_menu_footer
{
	width: 136px;
	height: 15px;
	clear: both;
}

#side_menu_footer div
{
	float: left;
}

#side_menu_footer_left
{
	width: 12px;
	height: 15px;
	background: url(../images/side_menu_bottom_left.jpg) #DDE7F2 bottom no-repeat;
}

#side_menu_footer_center
{
	width: 110px;
	height: 15px;
	background: #DDE7F2;
}

#side_menu_footer_right
{
	width: 14px;
	height: 15px;
	background: url(../images/side_menu_bottom_right.jpg) #DDE7F2 bottom no-repeat;
}

/* Footer */
#footer
{
	width: 770px;
	height: 22px;
	text-align: center;
	clear: both;
	float: left;
}

#footer div
{
	float: left;
}

#footer a
{
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 20px;
}

#footer_left
{
	width: 11px;
	height: 22px;
	background: url(../images/footer_left.jpg) no-repeat;
}

#footer_center
{
	width: 748px;
	height: 20px;
	background: #4A636E;
	padding-top: 2px ;
}

#footer_right
{
	width: 11px;
	height: 22px;
	background: url(../images/footer_right.jpg) no-repeat;
}
