/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #051a73;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #051a73;
}

.blue {
	font-weight: bold;
	color: #051a73;
}

.bigBlue {
	font-weight: bold;
	color: #051a73;
	font-style: italic;
	font-size: 14px;
}

.tab {
	margin-left: 10px;
}

.blueTable td {
	border-bottom: solid 3px #051a73;
}

/*#container {
	position: absolute;
	
	width: 750px;
	height: 500px;
	border: solid 0px #000000;
}
*/
#container {
	width: 750px;
	position: relative;
	text-align: left;
	margin: 0px auto;
}

body {
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

#header {
	position: relative;
	width: 750px;
	height: 253px;
}

#content {
	position: relative;
	width: 750px;
	background-image: url(../img/template/lineBG.gif);
}

#content2 {
	position: relative;
	margin-left: 15px;
	margin-top: 10px;
	width: 500px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 0px #000000;
}

#footer {
	position: relative;
	width: 750px;
	height: 34px;
	padding-top: 4px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background-color: #051a73;
}

#footer a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#navBar {
	position: absolute;
	background: url(../img/template/navBG.jpg);
	width: 222px;
	height: 350px;
	right: 0px;
	top: 190px;
	padding-top: 10px;
	z-index: 100;
}
