.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
body {
	text-align: center;
}
.content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.masthead {
	height: 80px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.content p{
	color: #000000;
	font-size: 1em;
	line-height: 22px;
	padding-left: 18px;
	padding-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1 {
	font-size: 1.3em;
	color: #135F95;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h2 {
	font-size: 130%;
	color: #333333;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-align: center;
}
h3 {
	font-size: 120%;
	text-transform: uppercase;
	padding-left: 8px;
	color: #FF9B15;
	text-align: left;
}
h4 {
	font-size: 100%;
	color: #666666;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.cdm {
	color: #146095;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: lowercase;
}
.grafx {
	color: #FF9C16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: lowercase;
}

.submenu {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 75%;
	width: 750px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	background-color: #146095;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-right: 12px;
	font-variant: small-caps;
	height: auto;
	font-weight: bold;
}
.submenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.submenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.submenu a:hover {
	color: #FF9C16;
	list-style-type: none;
}
.submenu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

ul {
	text-align: left;
}
li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.content a:link {
	color: #000000;
	text-decoration: underline;
}
.content a:visited {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color: #FF9B15;
	text-decoration: underline;
}
.content a:active {
	color: #000000;
	text-decoration: underline;
}

.content img {
	border: 1px solid #666666;
	margin: 12px;
}
.footer .copyright {
	width: 750px;
	text-align: right;
	padding-right: 20px;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
