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

a:link {
	text-decoration: none;
		color: #DDDDDD;

}
a:visited {
	text-decoration: none;
	color: #DDDDDD;
}
a:hover {
	text-decoration: none;
	color:#AA0000
	
}
a:active {
	text-decoration: none;
}

.tgrwa {
	color: #990000;
	font-size: 15px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.boldTitle {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #900;
	font-style: italic;
}

html {
	text-align: center;
	background:#FFFFFF;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
  	margin: 0 auto;
	padding: 0 0 40px 0;
  	width: 900px;
  	background:#FFFFFF;
  	text-align: left;
}

.style2 {
	font-family: "Mona Lisa Solid ITC TT";
	font-size: 36px;
}


#header {
	height: 90px;
	padding: 0px;
	margin:0;
} 


a.main:link{
	color: #DDDDDD;
	text-decoration: none;
} 

a.main:visted{ 
	color: #DDDDDD;
 	text-decoration: none; 
} 

a.main:active { 
 color: #b9ada2; 
 text-decoration: none; 
} 

a.main:hover {
	color: #990000;
	text-decoration: none;
} 

a.dark:link{
	color: #202020;
	text-decoration: none;
} 

a.dark:visted{ 
	color: #202020;
 	text-decoration: none; 
} 

a.dark:active { 
 color: #202020; 
 text-decoration: none; 
} 

a.dark:hover {
	color: #AA0000;
	text-decoration: none;
} 


#mainlinks {
	padding: 5px 25px 5px 25px;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background:#202020;
	border-bottom-style: solid;
	border-color: #990000;
	border-bottom-width: 1px;
	
}



#leftmenu {
	width: 200px;
	float: left;
	margin: 40px;
	background: #FFFFFF;
} 

#meat {
	background:#FFFFFF;
} 	

#footer {
	border-top-style: solid;
	border-color: #990000;
	border-top-width: 1px;
	width = 100%;
	height: 20px;
	text-align: center;
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	background-color: #202020;
	clear:left;
} 		

	#address {
		margin: 4px auto;
	}

body#profile a#profnav,
body#projects a#projnav,
body#services a#servnav,
body#awards a#awardsnav,
body#contact a#connav {
	color: #AA0000;
	text-decoration: none;
}

#lc {
		margin: 0px 345px 0px 30px;
		padding: 40px 0px 60px 30px;
		border-right-style: solid;
		border-right-width: 1px;
		border-color:#990000

	}
	
#rc {
		padding: 60px 120px 0px 0px;
		float: right;
		color:#333333;	
	}

#copy {
	color: #888888;
	font-size: 12px;
	float: right;
	}	
	
#awardmeat {
	margin: 0px 100px 0px 100px;
	padding: 5px 0px 30px 0px;
	border-left-color:#990000;
	border-left-style:solid;
	border-right-color:#990000;
	border-right-style:solid;
	border-width: 1px;
	}	
	
	
.info {
	font-weight:bold;
	}

.descTitle {
	font-weight:bold;
	font-size:14px
	}
