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

body{
	background-image: url(/images/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a {text-decoration:none}
a.navbar:link {color:#9c1412}
a.navbar:visited {color:#9c1412}

.line1{
	position:absolute;
	top:50px;
	left:0px;
	background-color:#0b2719;
	height:6px;
	width:100%;
}
.line2{
	position:absolute;
	top:200px;
	left:0px;
	background-color:#0b2719;
	height:6px;
	width:100%;
}
.titleBar{
	position:absolute;
	top:53px;
	left:0px;
	background-color:#FFF;
	height:150px;
	width:100%;
	z-index:-1;
	filter:alpha(opacity=50);
  	opacity:0.5;
}
.logo{
	display:block;
	margin:60px auto 0px auto;
	width:410px;
}
.nav{
	position:absolute;
	top:65px;
	left:15%;
	text-align:center;
	font-size:1.2em;
	color:#9c1412;
}
.content{
	background-color:white;
	top:200px;
	border:1px solid #0b2719;
	margin:40px auto 0px auto;

	width:700px;
	padding:20px;
	z-index:1;
	border:1px solid #0b2719;
}
.content2{
	background-color:white;
	top:200px;
	border:1px solid #0b2719;
	margin:40px auto 0px auto;

	width:820px;
	padding:20px;
	z-index:1;
	border:1px solid #0b2719;
}

p.copyright{
	text-align:center;
	font-size:0.9em
}
.H1R{
	text-align:center;
	font-size:2em;
	color:#9c1412;
	font-weight:bold;
}
.H2G{
	text-align:center;
	font-size:1.5em;
	color:#0b2719;
	font-weight:bold;
}
.H3G{
	text-align:left;
	font-size:1.3em;
	color:#0b2719;
	font-weight:bold;
}
.H4R{
	text-align:left;
	font-size:1em;
	color:#9c1412;
	font-weight:bold;
}