/* CSS Document */

/* Main Page */

body {
	background-color: #004b8e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

hr {
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #29456D;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Navigation */

a:link {
	text-decoration: none;
	color: #29456D;
}
a:visited {
	text-decoration: none;
	color: #29456D;
}
a:hover {
	text-decoration: underline;
	color: #29456D;
}
a:active {
	text-decoration: none;
	color: #29456D;
}

a.nav:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #004b8e;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #004b8e;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #b38c01;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #004b8e;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
}

a.footer:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer_nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.footer_nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
a.footer_nav:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
a.footer_nav:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}


/* DIV */

#container {
	background-image: url(../images/bk_content.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: auto;
	padding: 0px;
}

#header {
	margin: auto;
	padding: 70px 20px 0px 0px;
	width: 780px;
	height: 70px;
	background-image: url(../images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#nav {
	margin: auto;
	padding: 5px 0px 10px 0px;
	width: 800px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/bk.gif);
	background-repeat: repeat;
}

#container_content {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk.gif);
	background-repeat: repeat;
}

#content {
	margin: auto;
	padding: 20px 45px 20px 45px;
	width: 710px;
}

#footer {
	margin: auto;
	padding: 20px 0px 20px 0px;
	width: 800px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}

/* Class */

.phone {
	font-size: 22px;
}
