body {
	background-image: url(images/bggrad_gray.jpg);
	background-repeat: repeat-x;
	background-color: #ebebeb;
}
#ask {
	text-align: center;
	position: relative;
	left: 25%;
}

h2 {
	font-family: "Century Gothic", "Arial Black";
	font-size: x-large;
	color: #7B0002;
}

.oneColElsCtrHdr #container #header {
	margin: 5px;
}
.oneColElsCtrHdr #container #mainContent {
	margin: 5px;
}
.oneColElsCtrHdr #container #footer {
	margin: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: 100%;
}
body table  h1 {
	font-family: "Century Gothic", "Arial Black";
	font-weight: bold;
	color: #7b0002;
}
body div table tr td h4 {
	font-family: "Century Gothic", "Arial Black";
	color: #900;
	font-size: small;
}
h3 {
	font-family: "Century Gothic", Arial;
	font-size: small;
	font-weight: normal;
	color: #7B0002;
	font-style: normal;
}
.img-resize {
	position: relative;
	height: auto;
	width: 100%;
}
.img-resize-head {
	position: relative;
	height: 75%;
	width: 75%;
	float: none;
}
a {
	font-family: "Century Gothic", Arial;
	font-size: medium;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: 110%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: 120%;
}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.8em;
	text-align: left;
	margin-left: 3px;
	font-family: "Century Gothic", Arial;
	font-size: medium;
}

#nav a{
	display:block;
	padding:0px 6px 2px 6px;
	border:0px #7b0002 solid;
	color:#7b0002;
	text-decoration:none;
	background-color:#FFF;
	font-family: "Century Gothic", Arial;
	font-size: medium;
	border-right: 1px #6e6e6e solid;
}

#nav a:hover{
	background-color:#7b0002;
	color:#FFF;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.2em;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	border: 1px #7b0002 solid;
	border-top: 0px;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
h5 {
	font-family: "Century Gothic", "Arial Black";
	font-size: large;
	font-weight: bold;
	color: #7B0002;
}

