@charset "utf-8";

/* FORMATTING */
	
body {
	background: #FFF url(img/grad.jpg) repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	color: #002b54;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
	color: #000;
}
p {
	margin-bottom: 5px;
	line-height: 1.4em;
}
a:link {
	color: #000;
}
a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
}
img {
	border: none;
	margin:0px;
	padding:0px;
}
#post {
	width: 650px;
	padding: 0px;
	margin-right: 20px;	
	margin-left: 20px;
}
#locate {
	padding: 0px;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
}
#locate a {
	text-decoration: none;
	color: #000000;
}
#locate a:hover {
	text-decoration: underline;
}
#bread {
	font-size: 10px;
}
.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
*:first-child+html .MM>li>a { /* for IE7/Win */
	background-position:1px 1px;
}
* html .MM a { /* for IE5-6/Win */
	background-position:1px 1px;
}
* html .MM ul a { /* for IE5-6/Win */
	background-position:0 0;
}
* html>body #Menu1 a { /* for IE5/Mac */
	background-position:1px 1px;
}
