﻿body,
html {
    margin:0;
    padding:0;
    padding-top:10px;
	padding-bottom:10px;
    background:#304F78;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    }
body {
    min-width:950px;
    }
#container {
    background: url("images/container_bg.jpg");
    margin:auto;
    width:950px;
    overflow:auto;
    margin-bottom:-10px;
    }
#header {
    background:transparent;
    height:140px;
    width:950px;
    float:left;    
    }
#menu {
    background:#7b98b4;
    float:left;
    width:909px;
    height:28px;
    margin-left:19px;
    margin-right:20px;
    margin-top:5px;
    text-align:center;
    color:white;
    padding-top:8px;
    }
#menu a {
	color:white;
	text-decoration:none;
}    
#menu a:hover {
	color:yellow;
	text-decoration:underline;
}    
#main {
    background: url("images/main_bg.jpg");
    float:left;
    width:909px;
    margin-right:20px;
    margin-left:19px;
    margin-right:20px;
    text-align:center;
    text-align: -moz-center;
    padding-top:5px;
    }
#left {
	background:transparent;
	float:left;
	width:423px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}
#left a {
	text-decoration:none;
	color:#304F78;
}
#left a:hover {
	text-decoration:underline;
}
#centerline {
	width:2px;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	background:#636363;
	overflow:auto;
	height:900px;
}
#right {
	background:transparent;
	float:left;
	width:423px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}
#right a {
	text-decoration:none;
	color:#CC3300;
}
#right a:hover {
	text-decoration:underline;
}
#one_column {
	background:transparent;
	float:left;
	width:890px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}
#one_column a {
	text-decoration:none;
	color:#CC3300;
}
#one_column a:hover {
	text-decoration:underline;
}
img {
	border-style:none;
}
#horizontal_line {
	width:400px;
	height:2px;
	background:#636363;
	padding-left:15px;
}
#footer {
    background: url("images/footer_bg.jpg");
    clear:both;
    height:47px;
    width:890px;
    padding-left:30px;
    padding-right:30px;
    text-align:center;
    padding-top:8px;
    margin:auto;
    margin-top:8px;
    }
#footer a {
    color:black;
    text-decoration:none;
    }
#footer a:hover {
    color:black;
    text-decoration:underline;
    }

.style1 {
	color: #304F78;
}
.style2 {
	color: #636363;
	font-size: large;
}
.style3 {
	color: #304F78;
	font-size: large;
}
.style4 {
	font-size: larger;
}
.style5 {
	color: #CC3300;
}
.style6 {
	text-align: center;
	padding-bottom:10px;
}
.style8 {
	font-size: small;
}
.style9 {
	color: #CC3300;
	font-size: x-large;
}
.style10 {
	border-width: 0px;
}
.style11 {
	color: #CC3300;
	font-size: larger;
}
.style12 {
	color: #304F78;
	font-size: medium;
}
.style13 {
	color: #CC3300;
	font-size: large;
}
.style14 {
	font-size: x-small;
}
.style15 {
	text-align: center;
}
.style16 {
	color: #304F78;
	font-size: small;
}

