@charset "UTF-8";
/* Vincennes University Aviation Technical Center CSS Document */

/* ----- global styles ----- */
body {
	background: #071b3c;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 500px;
	margin: 0;
	padding: 0;
	voice-family: "\";}\"";
	voice-family: inherit;
}
a {
	text-decoration: underline;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
#pageWrapper {
	background: #153451 url("images/backgrounds/background-pageWrapper.jpg") no-repeat;
	border: 1px solid #000;
	border-top: none;
	/*left: 50%;
	margin: 0 0 0 -500px;
	position: absolute;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}

/* ----- "header" styles ----- */
#header {
	background: #fff url("images/backgrounds/background-header.jpg") no-repeat;
	border-bottom: 1px solid #fff;
	color: #ccc;
	height: 150px;
}

/* ----- navigation styles ----- */
#mainNav {
	margin: 0;
	padding: 127px 0 0 0;
}
#mainNav dd {
	display: inline;
	margin: 0 8px 0 8px;
}
#mainNav a {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
#mainNav a:hover {
	color: #036;
}
#secondaryNav {
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	/*width: 300px;*/
}
#secondaryNav dd {
	/*border-top: 1px solid #666;
	font-weight: bold;*/
	/*padding: 0;
	padding-top: 5px;*/
}
#secondaryNav dd a {
	border-top: 1px solid #666;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 4px 0 6px 0;
	text-decoration: none;
	width: 300px;
}
#secondaryNav dd a:hover {
	background: #fff;
	color: #000;
	filter: alpha(opacity=50);
	opacity: .50;
}

/* ----- "contentArea" styles ----- */
#contentArea {
	color: #fff;
	min-height: 740px;
	margin: 0;
	width: 1000px;
}
#content {
	margin-left: 350px;
	padding: 15px;
}
h1 {
	background: url("images/backgrounds/background-h1.jpg") no-repeat right top;
	border-bottom: 1px solid #fff;
	font-size: 200%;
	font-weight: normal;
	/*height: 50px;*/
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	color: #fc0;
	font-size: 130%;
	letter-spacing: 2px;
}
h3 {
	color: #69c;
	font-size: 100%;
	border-bottom: 1px solid #69c;
}
#contentArea p, #contentArea a {
	color: #fff;
}
#content p {
	font-size: 115%;
}
#content a:hover {
	color: #cdf;
}
#content ul {
	margin-left: 40px;
}
#content img {
	border: 2px solid #000;
	margin: 10px 0 10px 0;
}
.listTitle {
	color: #FFCC66;
	font-weight: bold;
}
.tableData, .tableEvents {
	border-bottom: 1px solid #ffc;
	border-left: 1px solid #ffc;
	width: 100%;
}
.tableData th, .tableEvents th {
	background: #036;
}
.tableData th, .tableData td, .tableEvents th, .tableEvents td {
	border-top: 1px solid #ffc;
	border-right: 1px solid #ffc;
	padding: 1px;
}
.tableEvents td {
	background: #999;
	color: #039;
}
caption {
	font-style: italic;
	margin-top: 10px;
}

/* ----- "footer" styles ----- */
#footer {
	color: #ccc;
	font-size: 90%;
	margin: 0 0 10px 10px;
}