/* define styles for html tags */

body {
	background: #fff url(../images/background.gif);
}

body, p, td, ul, div {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

hr {	
	color: #933;
}

img { 
	border: 0;
}

h1 {	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #933;
	margin-top: 0;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font : bold 14px Verdana, sans-serif;
	color: #333;
}

	h2 span {
		color: #933;
	}
	
	h2 a, h2 a:link, h2 a:active, h2 a:visited {
		color: #333;
		text-decoration: underline;
	}
	
	h2 a:hover {
		color: #933;
		text-decoration: underline;
	}
	
h3 {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #933;
	letter-spacing: 1px;
}

input, textarea, select {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000;
}

th {
	background: #933;
	color: #fff;
}


tr {
	height: 23px;
}


/* layout ids */

#splashbackground {
	margin:100 auto;
	background-image:url(tempsplash/splash_BACKGROUND.jpg);
	width: 650px;
	height: 480px;
	position:inherit;
	left:inherit;
	top: inherit;
}

#header {
	width: 650px;
	margin: 0 auto;
}

#nav {
	width: 650px;
	margin: 0 auto;
	background: #933;
	height: 23px;
}

	#nav .buttons {
		width: 479px;
		padding: 2px 0;
		text-align: center;
		float: left;
	}
	
	#nav .buttons img {
		margin: 0 7px;
	}
	
#content {
	width: 646px;
	margin: 0 auto;
	border-left : 2px solid #933;
	border-right : 2px solid #933;
	border-bottom : 2px solid #933;
	background: #fff;
}	

#padding {
	width: 620px;
	margin: 0 auto;
}

#footernav {
	text-align: center;
	margin: 12px 0 4px 0;
	padding: 12px 0 12px 0;
	border-top: 1px solid #ccc;
}

#copyright {
	margin: 0 auto;
	padding: 4px 0;
	text-align:center;
	background: #933;
	color:#FFFFFF;
	border-left : 2px solid #933;
	border-right : 2px solid #933;
	width: 646px;
}		 

	#copyright a,
	#copyright a:link, 
	#copyright a:visited, 
	#copyright a:active  {
		font : bold 12px Verdana, sans-serif;
		color : #fff;
		text-decoration: none;
	}
	
	#copyright a:hover  {
		font : bold 12px Verdana, sans-serif;
		color : #fff;
		text-decoration: underline;
	}
	
	

.leftsplashnav {
	top: 152px;
	position:absolute;
	width: 118px;
	height: 47px;
	left: 127px;
	
	

}


.white { 
	color: #fff;
}

.small {
	font-size: 10px;
}
.small2 {
	font-size: 12px;
	font-weight: bold;
	color : #933;

}
.subTitle { 
	font-size : 16px;
	font-weight : bold;
	color : #933;
}


.required { 
	font-size : 11px;
	color : #933;
}

.large { 
	font-size : 16px;
	font-weight : bold;
}
 
.footer { 
	font-size: 11px;
	text-align: center;
	letter-spacing : 2px;
}

.formText {
	font-weight : bold;
}

.productnav {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #FFFFFF
}

.project {
	width:100%;
}

.project2 {
	width:33%; 
	float: left; 
	text-align: center;
}

.border1 { 
	border-top : 2px solid #933;
	border-left : 2px solid #933;
	border-bottom : 2px solid #933;
	border-right : 2px solid #933;
	padding : 5px;
}

.button {
	font : bold 12px Verdana, sans-serif;
	color : #fff;
	background : #933;
}
.projectdiv {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 30px;
}
.projectdiv2 {
	width: 49%;
	float: left;
	text-align: center;
}

.picBorder { 
	border: 2px solid #933;
}

.picBorder2 { 
	border-top: 3px solid #933;
	border-left: 3px solid #933;
	border-bottom: 3px solid #933;
	border-right: 3px solid #933;
}
	
.redItalic {
	color: #933;
	text-decoration: italic;
	font-weight: bold;
}

 
a, a:link, a:visited {
	font-weight : bold;
	text-decoration: none;
	color: #933;

}

a:active { 
	color: #f30;
  text-decoration: underline
}

a:hover { 
	color: #c33;
  text-decoration: underline;
}

a.nav, a.nav:link, a.nav:visited, a.nav:active  {
	font : bold 12px Verdana, sans-serif;
	color : #fff;
	text-decoration: none;
}

a.nav:hover { 
  text-decoration: underline;
}
			
