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

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

a:visited {
	text-decoration:none;
	color: #CC0033;
}

a:hover {
	color: #E2DFD6;
}

a:active {
	text-decoration:none;
	color: #CC0033;
}

body {
	font: 14px Lucida Sans, Arial, sans-serif;
	color: #D5D2CA;
	background-color: #000000;
	margin: 0;
	padding: 0;
} /* for IE/Win */

h1 {
	background:transparent no-repeat scroll left bottom;
	font-size:30px;
	letter-spacing: .1em;
	color: #868880;
	margin: 0;
	padding: 0;
	text-align:center;
	font-weight: normal;
	text-transform:capitalize;
}

h2 {
	font-size:26px;
	letter-spacing: .1em;
	color: #868880;
	margin:0 0 15px;
	padding: 0;
	text-align: left;
		font-weight: normal;
	text-transform:capitalize;
}

h3 {
font-size: 30px;
line-height: 140%;
text-align: center;
margin: 0;
padding: 0;
}

p {
	line-height: 160%;
	padding: 0 0 15px;
	margin: 0;
}

#header {
	width: 100%;
	height: 30px;
	text-align: center;
	background: url(images/Bkgnd.jpg) repeat-y center bottom;
}

#body {
	width: 100%;
	text-align:center;
	background-image:url(images/Bkgnd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer {
	width: 100%;
	height: 100px;
	text-align: center;
	background-image:url(images/Bkgnd2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer p {
color: #E2DFD6;
}

.caption {
font-size:x-small;
margin:-10px 0 0;
padding:0 0 20px;
}

#footerContainer {
	width: 750px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#footerForm {
	height: 65px;
	float: left;
	background: url(images/footerDiaLogo.gif) no-repeat left center;
	padding: 10px 0 0 70px;
}


#nav {
	font-size: 11px;
	padding: 10px 0 0;
	font-weight: bold;
	letter-spacing: 3px;
}


iframe {
padding: 5px;
border: 1px solid #333;
}

.tableData {
font-size: 10px;
}

.form {
	background-color: transparent;
	border: 1px solid #D5D2CA;
	color: #D5D2CA;
	padding: 2px;
}

.smalltext {
	font-size: x-small;
	line-height: 150%;
	padding: 0;
}

.largetext {
font-size: 2.0em;
line-height: 200%;
font-weight: bold;
}

#video {
	text-align:center;
	background-image:url(images/videoOrnament.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	padding: 0 0 20px;
	}
