/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
    text-align:center;
	margin:0px;
	background-color:#282828;
	color:#000000;
	font-size:12px;
	font-family: 'Arial', 'Helvetica', 'sans serif';
	}
img {
	border:0px;
	}
a {
	color:#025FCE;
	text-decoration: underline;
	}
a:hover {
	color:#F50A27;
	text-decoration: underline;
	}
h1{
	color:#025FCE;
	font-weight:800;
	text-align:left;
	font-size: 20px;
	margin-bottom:5px;
	margin-top:5px;
	}
h2{
	color:#025FCE;
	font-weight:800;
	text-align:left;
	font-size: 16px;
	margin-bottom:3px;
	margin-top:3px;
	}
h3{
	font-weight:800;
	text-align:left;
	color:#9d0a22;
	font-size: 14px;
	margin: 0px;
	padding:1px;
	}
ul {
	margin-top:0px;
	}
table {
	font-size:12px;
	font-family:'Arial', 'Helvetica', 'sans serif';
	}
blockquote {
	color:#004BC5;
	}
cite {
	color:#000000;
	font-size:11px;
	}

/*****************************************
  MAIN FRAMEWORK
*****************************************/
.container {
    margin-left:auto;
    margin-right:auto;
	text-align:left;
	width:800px;
	line-height:130%;
	background-color:#E6EAF4;
	padding: 10px 10px 10px 10px;
	}
#header {
	height:123px;
	background: url(images/bg_header.jpg) top center;
	background-repeat: repeat-x;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	}
#nav {
	margin-top:5px;
	margin-left:45px;
	}
	*html #nav {
		margin-top:21px;
		}
#content {
	background: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	}
#footer {
	color:#FFFFFF;
	font-size:10px;
	margin-top:5px;
	}
#footer a {color:#D3D6DF; text-decoration: none;}
#footer a:hover{color:#D3D6DF; text-decoration: underline;}

/*****************************************
  INDEX PAGE
*****************************************/
#service_bar {
	height:123px;
	overflow:hidden;
	background-color:#4480C7;
	border-top:1px #76787C solid;
	border-bottom:1px #76787C solid;
	}
/*****************************************
  OTHER STYLES
*****************************************/