'
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px;}

body { 
	font-family: Arial, Helvetica, sans-serif; 
}

.container {
    width: 1000px;
	margin: 0 auto; 
}

#main .container {   
	border: 1px solid #000000;
    background: url(images/header.jpg) no-repeat;    
} 

#header {   
    padding-top: 0px;
}

#logo {
    background: url(images/logo.png) no-repeat;
    height: 130px;
    width: 500px;
	float: left;
	margin: 20px;
}

#logo h1 {   
    text-indent: -9999px;
}
   
#shield {
    background: url(images/oldshieldsmallangle.png) no-repeat;
    height: 130px;
    width: 200px;
	float: right;
	padding-right: -225px;
}
 
ul#menu {
    list-style:none;
	margin:75px;
	padding:0px;
	width:1000px
}

ul#menu li {
display:inline
}

ul#menu li a {
	text-decoration: none;
	padding:8px 0;
	width:145px;
	color:#FFFFFF;
    float:left;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
}

ul#menu li a:hover {
	color: blue;
}

#content h2 {
    font-size: 18px;
    color: #044055; 
}

#content h3 {
    font-size: 18px;
    color: #044055;
    font-weight: normal;
	text-decoration: none;
}

#content h3 a {
	color: light blue;
    text-decoration: none;
}

#content h3 a:hover {
	color: blue;
}

#content h4 {
    font-size: 12px;
    color: #000000;
    font-weight: normal; 
}

#content h4 a {
	color: light blue;
    text-decoration: none;
}

#content h4 a:hover {
	color: blue;
}

#content p {
    font-size: 16px;
    color: #000000; 
	text-decoration: none;
}

#content small {
    font-size: 12px;
    color: #373737; 
}

#content a {
    color: #0f6c8d;
    font-weight: bold;
    text-decoration: none; 
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #C9960C; 
	padding-bottom: 60px;   /* Height of the footer */
}

#content {
    margin-left: 125px; 
	width: 400px;
    float: left; 
	text-decoration: none; 
}

#sidebar {
    float: left; 
	margin-left: 55px;   
	text-decoration: none;
}

#sidebar h3 {
    font-size: 18px;
    color: #044055;
    font-weight: normal;
	text-decoration: none;
}

#sidebar h3 a {
	color: light blue;
    text-decoration: none;
}

#sidebar h3 a:hover {
	color: blue;
}

#sidebar p {
    font-size: 16px;
    color: #000000; 
	text-decoration: none;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li a {
    font-size: 14px;
    color: light blue;
	text-decoration: none;	
}

ul#subscribe li {
    padding-bottom: 5px; 
}

ul#subscribe li a {
    font-size: 18px; 
}

#footer {
    background: url(images/footer_slice.jpg) repeat-x;
    padding-top: 0px;
    padding-bottom:60px;
    margin-top: 0 auto;
	margin:0 auto;
    color: #fff; 
}

#footer .container { 
	border: 1px solid #000000;  
    background: url(images/footer.jpg) no-repeat;    
    padding-top: 20px;
    padding-bottom:60px;
    margin-top: 0 auto;
	margin:0 auto;
    color: #fff; 
} 




