/* CSS Document */

body {
	background-color:#36365A;
	margin-top:0px;
	margin-left:0px;
	text-align:left;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	font-weight:normal;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CB0709;
	text-decoration:none;
}

a:hover {
	color:#F77503;
}

#holder1 {
	width:950px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	margin-left:0px;
	margin-right:auto;
}

#holder2 {
	width:900px;
	height:auto;
	margin-left:0px;
	margin-right:auto;
}

.menu {
	width:900px;
	height:165px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

.menu1 {
	width:135px;
	height:auto;
	padding-top:80px;
	margin-left:755px;
	text-align:right;
}

.menu2 {
	width:800px;
	height:auto;
	padding-top:45px;
	margin-left:100px;
	text-align:left;
}

.main_section {
	width:900px;
	height:auto;
	background-color:#100E3D;
}

.footer {
	width:900px;
	height:auto;
	margin-top:10px;
	margin-left:0px;
	margin-right:auto;
}

/*  BACKGROUND COLORS  */

.dk_gray {
	background-color:#8D8D8D;
}

.med_gray {
	background-color:#D3D3D3;
}

.dk_blue {
	background-color:#0A0B29;
}

.med_blue {
	background-color:#100E3D;
}

.white {
	background-color:white;
}

/*  TEXT  */
.menu1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
}

.menu1 a {
	color:white;
	text-decoration:none;
}

.menu1 a:hover {
	color:#FD7A12;
	text-decoration:none;
}

.menu2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
}

.menu2 a {
	color:white;
	text-decoration:none;
}

.menu2 a:hover {
	color:#1D140F;
}

.headline1 {
	background-color:#8D8D8D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:white;
}

.headline2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CB0709;
	text-transform:uppercase;
}

.headline4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
}

.headline5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:##100E3D;
}

.sub_headline1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
}

.sub_headline2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

.text_gray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D3D3D3;
	font-weight:normal;
}

.text_gray a {
	color:white;
	text-decoration:underline;
}

.text_gray a:hover {
	color:#F77503;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#D3D3D3;
	text-align:center;
}

.footer a {
	font-size:10px;
	color:#D3D3D3;
	text-decoration:none;
}

.footer a:hover {
	font-size:10px;
	color:white;
	text-decoration:underline;
}
	