html {
	height: 100%;
	width: 100%;
//	max-width: 1024px;
//	min-width: 780px;	
//	min-height: 500px;
//	align: center;		
}

body {  
	padding: 0;
	background-color: #333333;
	width: 100%;
	height:100%;
	margin: 0;
	font-family: sans-serif;
	font-size: 12;
	color: white;
}

p {
	background-color: transparent;
	font-family: sans-serif;
	font-size: 12;
	color: white;
}

hr { 
	color: white 
}

a {
	color: white;
}

table {
 	border: 0;
}

#alternativecontent {
	position:absolute;
	width: 100%;
	height: 100%;
}
	
#news table {
 	border: 0;
 	width: 100%;
	background: transparent;
}

#menu table {
	background-color: #333333;
	width: 100%;
	border: 0;
}

#menu {
	position:relative;
	top:0;
	border: 0;
	border-style:none;
	height: 120px;
	width: 100%;
}

#menu a {
	text-decoration: none;
}
	
#news {
	position: absolute;
	background-color: #000000;
	border-style:none;
	width: 100%;
}

#content {
	position: absolute;
	top: 120;
	bottom: 0;
	width: 100%;
	background: #000000;
}

#gallery {
	position: relative;
	background-color: #000000;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

#gallery img {
	border:0;
	margin: 10px;
}
	
#project {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	width: 700;
	background: #333333;
	align: center;
	vertical-align: center;
	margin-right: auto;
}

#contact {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700;
	height: 370;
	margin-top: -180px;
	margin-left: -350px;
	margin-right: auto;
	margin-bottom: auto;
	background: #333333;
	align: center;
	vertical-align: center;
}

#contact p {
	font-family: sans-serif;
	font-size: 12;
	color: white;
	padding-left:20px;
	padding-top:5px;
}
	
TD.submit {
	vertical-align: bottom;
	text-align: right;
}

TD.security {
	font-family: sans-serif;
	font-size: 12;
	color: white;
	vertical-align: top;
	text-align: right;
}
	
#contact table {
//	border: 1px;
//	border-style: solid;
	padding-left: 20px;
	top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
//	height: 100%;
}
	
TD.fieldHeading {
	font-family: sans-serif;
	font-size: 12;
	color: white;
	vertical-align: top;
	width: 100px;
}

TD.field {
	font-family: sans-serif;
	font-size: 12;
	color: white;
	vertical-align: top;
}

#project TD {
	background-color: transparent;
	font-family: sans-serif;
	font-size: 12;
	color: white;
	vertical-align: top;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#about {
	position: absolute;
	margin-top:-100px;
	top: 50%;
	align: center;
	background-color: #333333;
	font-family: sans-serif;
	font-size: 12;
	color: white;
}

#about table {
	border: 0;
	width: 600px;
	height: 200px;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

#about TD.about {
	font-family: sans-serif;
	font-size: 12;
	color: white;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: center;
}

TD.menuSelection {
	background-color: #333333;
	font-family: sans-serif;
	font-size: 48;
	vertical-align: bottom;
	color: white;
	padding-left: 20px;
}

TD.menuLogo {
	text-align: right;
	width: 100%;
}

TD.menuOption {
	background-color: transparent;
	font-family: sans-serif;
	font-size: 22;
	color: white;
	padding-left: 20px;
}

TD.newsDate{
	font-family: sans-serif;
	font-size: 12;
	color: #DDDDDD;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	width: 180;
	border-bottom: 1px solid #333333;
}

TD.newsItem{
	font-family: sans-serif;
	font-size: 12;
	color: white;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #333333;
	text-align: left;
}

TR.news {
	border-bottom: 1px solid #EEEEEE;
}

#flashcontent {
	height: 100%;
	width: 100%;
}

#dhtmltooltip {
	position: absolute;
	width: auto;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #333333;
	color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	text-align: left;
}

p.projectTitle {
	background-color: transparent;
	font-family: sans-serif;
	font-size: 18;
	color: white;
}

input.text {
	background: #333333;
	color: white;
	width: 200px;
}
	
textarea {
	background: #333333;
	color: white;
}

