﻿@import url("layout.css");
@import url("common.css");
@import url("http://www.lilesnet.com/patriotic/styles/patriotic_navigation.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url("http://lilesnet.com/ourmilitary/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: center;
	background-color: #F4CAD3;
	background-image:url('http://lilesnet.com/ourmilitary/images/verysoftamericanflag.gif');
	background-repeat: repeat;
}
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	font-size: medium;
	color: #FF0000;
	margin-top: 0.5em;
}


#content {
	width: 950px;
	padding: 15px;
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}

/* Site typography */
blockquote,ol,ul,li.p {
	font-size:1em;
}
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #0000FF;
	margin: 10px 0px;
}
h3 {
	font-size: large;
	color: #0000FF;
	margin: 10px 2px;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	color: #000;
	margin: 5px 0px;
}
ol {
	font-size: 1em;
	color: #000;
	margin: 5px 0px;
}
p {
	color: #000;
	margin: 15px 0px;
}
blockquote {
	font-size: 1em;
	color: #000;
	margin: 5px 0px;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
