/* CSS Document */

body {
	/*background-image: url(images/pattern_150.gif);*/
	border-top: 0px;
	border-right: 0px;
}/**/

#main
{
	width: 960px;
	float: left;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 50px;
	height: 100%;
	background-color: #4d4d4f;
	/*background-image: url(images/pattern_150.gif);*/
}

#main .project
{
	padding-top: 2px;
	width: 900px;
	float: left;
	margin-left: 30px;
	padding-right: 2px;
	padding-left: 17px;
	padding-bottom: 20px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #808080;/**/
	margin-bottom: 20px;
	background-color: #FCFCFC;
}

#footer
{
	padding-top: 10px;
	width: 600px;
	padding-right: 20px;
	margin-left: 20px;
}
	
#main .head
{
	padding-top: 1px;
	padding-bottom: 60px;
	width: 200px;
	float: left;
}

#jump
{
	padding-top: 15px;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}



/* text starts here*/



.catagory {
	font-family: Georgia, Helvetica, serif;
	font-size: 9px;
	line-height: 20px;
	color: #02CFE7;

}

.h1 {
	font-family: Georgia, Helvetica, serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	color: #CCCCCC;
	
	
}
.nameBG {
	font-family: Georgia, Verdana, serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	
}
.nameSmall {
	font-family: Georgia, Verdana, serif;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	
}
.nameBlue {
	font-family: Georgia, Verdana, serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	
}
.projectname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	word-spacing: 0.01em;
	background-color: #f1f1f1;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
.nav {
	font-size: 9px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.nav:link {
	color: #a42431;
	text-decoration: none;
	background-color: #F1F1F1;
}   
a.nav:visited {
	color: #a42431;
	text-decoration: none;
	background-color: #F1F1F1;
}  
a.nav:active {
	color: #02CFE7;
	text-decoration: none;
	background-color: #F1F1F1;
}
a.nav:hover	{
	color: #fff;
	text-decoration: none;
	background-color: #A42431;
}

.navlarge {
	font-family: Georgia, Verdana, serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

a.navlarge:link {
	color: #000000;
	text-decoration: none;
	background-color: #F1F1F1;
}   
a.navlarge:visited {
	color: #000000;
	text-decoration: none;
	background-color: #F1F1F1;
}  
a.navlarge:active {
	color: #000000;
	text-decoration: none;
	background-color: #F1F1F1;
}
a.navlarge:hover	{
	color: #F1F1F1;
	text-decoration: none;
	background-color: #F1F1F1;
}