body {
    background: #url(/images/blue_bg.png) 494D5C;
    font-family: "Times Roman";
}
h1 { 
    background: url(/images/header.png) no-repeat top center;
    font-size: 50px;
    height: 99px;
    margin: 0px; 
    font-weight: normal; 
    letter-spacing: 10px; 
    text-align: center;
	padding-top: 0px;
}
.container_12 {
    background: url(/images/middle.png) repeat-y;
	width: 980px;
}
.subheader { 
    font-size: 20px; 
    color: gray; 
    text-align: center;
}
h2 { 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-align: center;
	margin: 0px;
	padding: 0px;
}
p {text-align: justify;}
hr { 
    margin: 0px 0px 1px 0px;
	border-color: #333;
	border-width: 1px 0px 0px 0px;
	
	
}
#leftcolumn p { 
    letter-spacing: 1px; 
    margin-top: 0px; 
    font-size: 18px; 
    text-align: justify;
}
img { 
    margin: 0px; 
}
#content {
    /* background-image: url(/images/inner_background.png); */
    border-color: black;
    border-left: 1px;
    border-right: 1px;
}

.continued {
    text-align: right;
    color: #999;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.menu { 
    clear: both;
    letter-spacing: 2px; 
    text-align: center; 
    text-transform: uppercase; 
    color: #666; 
    margin: 0px;
}
.navlink {
    font-size: 15px; 
    margin: 0px 20px 0px 20px; 
    font-weight: bold; 
    padding: 0px; }
#top {
	background: url(/images/top.png) no-repeat -10px 0px;
	height: 50px;
	width: 980px;
}
#footer { 
    color: gray;
    letter-spacing: 2px; 
    font-size: 10px; 
    text-transform: uppercase; 
    text-align: center;
    background: url(/images/bottom.png) no-repeat -10px 0px;
	height: 95px;
	width: 980px;
}
#subtitle {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}