BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #000000;
	text-decoration: none;
	background-color: #384F78;
	text-align: center;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-x;
}

input {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;		
}

.line {
	border-top: 1px dotted #3B5681;
	border-bottom: 1px solid #FFFFFF;
}

.submitbutton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #3B5681;
	border: 1px solid #000000;
}
	
/* start the tags used for links */	
.links { 
	font-weight: normal;
}
/* end the tags used for links */	

p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;     
}


td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	color: #000000; 
	text-decoration: none;  
}

.copyright { 
	font-family: verdana, sans-serif;  font-size: 70%; 
}

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%; 
	color: #000000;
	font-weight: bold;
}		

/* links */
A:LINK {
	color: #3336A1; 
	text-decoration: none; 
	font-family: verdana, sans-serif; 
}

A:visited {
	color: #2C4E7F; 
	text-decoration: none; 
	font-family: verdana, sans-serif;   
}

A:hover {color : #000000; text-decoration: underline; font-family:verdana, sans-serif;  }
A:active {color : #3336A1; text-decoration: none; font-family: verdana, sans-serif;  }
/* links */

/* start div tag declarations */
#wrapper {
	width: 750px;
	max-width: 750px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	border: 3px solid #eeeeee;
	background-color: #FFFFFF;
}
 
#header {
	width: 750px;
	height: 219px;
	margin: 0px;
	padding: 0px;
} 
 
#leftcolumn {
	float: left;
	width: 204px;
	padding: 0px;
	margin: 5px 0px 0px 2px;
}

#menu {
	width: 202px;
	padding: 0px;
	margin: 0px;
}
 
#menu img {
	display: block; 
}

#latestnews {
	width: 202px;
	background-color: #3B5681;
	margin: 10px 0px;
}

#latestnews p {
	color: #FFFFFF;
	font-size: 83%;
	padding: 0px 15px 20px 15px;
}

#rightcolumn {
	display: inline;
	width: 540px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
}

#title {
	width: 522px;
	height: 34px;
	margin: 0px;
	padding-left: 10px;
}
 
#footer {
	width: 750px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #000000;
	text-align: center;
	padding: 8px 0px 5px 0px;
	margin: 0px;
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
}

#footer p {
	margin-top: 0px;
}

#footer .footer1, #footer .footer1 a {
	color: #000000;
	text-decoration: none;
}

#footer .footer2, #footer .footer2 a {
	color: #454343;
	text-decoration: none;
}

div.content { 
	background: transparent; 
	padding: 5px 20px 0px 20px; 
}

.mainpic {
	border: 5px solid #CCCCCC;
}

.projecttable {
	border: 1px solid #000000;
	padding: 0px;
	background-color: #EEEEEE;
}

.projecttable img {
	border: 1px solid #000000;
}

.projectdetail {
	border-top: 1px solid #000000;
	background-color: #385380;
	color: #FFFFFF;
}

.projecttitle {
	border-bottom: 1px solid #000000;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
}

.investorstable {
	border: 1px solid #000000;
	padding: 0px;
	background-color: #EEEEEE;
}

.investorstitle {
	border-bottom: 1px solid #000000;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
}

.projectdetail a:link, .projectdetail a:hover, .projectdetail a:visited, .projectdetail a:active {
	color: #FFFFFF;
}

.careeropp {
	width: 98%;
	background-color: #EEEEEE;
	padding: 5px;
}

#skipintro {
	width: 750px;
	color: #FFFFFF;
	padding-top: 20px;
	margin: 0px;
	font-size: 78%;
	margin: 0px auto;
	text-align: right;
}
#skipintro a {
	color: #FFFFFF;
}

/* Admin section tags */
#h4 {
	font-weight: 100;
	font-size: 75%;
}	
