@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
	min-height:100%;
}

body
{
	background-color:#48473a;
	border:0;
	color: #000000;
	font-family: Century Gothic, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size: 13px;
	height:100%;
    margin: 0px;
	min-height:100%;
	padding:0;
}

#links 
{
    color:#e8d61e;
}

#links a 
{
    color:#e8d61e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link
{
    color:#4f7ba4;
    text-decoration: none;
}
a:visited
{
    color:#4f7ba4;
    text-decoration: none;
}
a:hover
{
	color:#e41235;
	text-decoration: underline;
}
a:active
{
    color:#4f7ba4;
    text-decoration: none;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
  margin: 2px 0 2px 0;
}

h1
{
	color:#48473a;
	font-family:"Bookman Old Style", "Book Antiqua", "Times New Roman", Garamond, Georgia;
    font-size: 23px;
	font-style:italic;
	font-weight:normal;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:25px;
	text-align:left;
	text-transform:capitalize;
}
h2
{
	color:#CC0000;
	font-family:"Bookman Old Style", "Book Antiqua", "Times New Roman", Garamond, Georgia;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	padding-left:7px;
}

h3
{
	color:#ffffff;
	font-family:"Bookman Old Style", "Book Antiqua", "Times New Roman", Garamond, Georgia;
    font-size: 15px;
    font-weight: bold;
	font-style:italic;
	padding-left:6px;
	padding-top:6px;
}

h4
{
	color:#017d38;
	font-family: Verdana, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

p
{
	padding:7px;
}

li
{
	margin-left:-15px;
	padding-right:7px;
}

ul
{
	line-height:1.5;
}



#header
{
	border:0;
	height:229px;
	letter-spacing:0;
	margin:0;
	padding:0;
}

#nav
{
	background-image:url(images/nav-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-left-color:#455465;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#455465;
	border-right-style:solid;
	border-right-width:2px;
	border-top-color:#455465;
	border-top-style:solid;
	border-top-width:2px;
	height:41px;
	width:auto;
}

#nav ul
{
	height:41px;
	list-style-type:none;
	margin-bottom:0;
	margin-left:20px;
	margin-right:0;
	margin-top:0;
	padding:0;
	width:auto;
}

#nav li
{
	display:inline-block;
	float:left;
	height:41px;
	list-style-type:none;
	padding-left:5px;
	padding-right:10px;
}

#nav li a
{
	color:#48473a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:41px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:12px;
	text-decoration:none;
}

#nav li a:hover
{
	background-image:url(images/nav-bg-hover.jpg);
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}

#nav li #date
{
	color:#FFFFFF;
	line-height:41px;
	text-align:right;
	width:420px;
}

#content
{
	background-color:#FFFFFF;
	border-bottom-color:#455465;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-color:#455465;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#455465;
	border-right-style:solid;
	border-right-width:2px;
	color:#000000;
	height:100%;
	/*
	padding-bottom:18px;
	padding-left:18px;
	padding-right:18px;
	*/
}

#content a:hover
{
	background-color:#3d4b59;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
    text-decoration: underline;
}

#footer
{
	/*
	background-image:url(images/border-bottom.jpg);
	background-position:top;
	background-repeat: repeat-x;
	*/
	color:#FFFFFF;
	font-size:11px;
	height:26px;
	padding-top:10px;
	text-align:center;
}
