/* CSS Document */

body {
	border-top: 0px;
	border-right: 0px;
	background-color: #F3F3F3;
	/*background-image: url(images/bg3.jpg);*/
	background-repeat: no-repeat;
}
/**/

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

#main .project
{
	
	width: 600px;
	float: left;
	padding-top: 60px;
	margin-left: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1b1b1b;/**/
	margin-bottom: 20px;
	background-color: #ffffff;
}

.topdesc
{
	
	width: 600px;
	float: left;
	margin-left: 50px;
	margin-right: 0px;
	padding-top: 35px;
	padding-right: 40px;
	padding-left: 2px;
	padding-bottom: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1b1b1b;/**/
	margin-bottom: 0px;
	background-color: #fefefe;
}
#footer
{
	padding-top: 100px;
	width: 600px;
	padding-left: 3px;
	padding-right: 20px;
	margin-left: 50px;
}
	
#main .head
{
	padding-top: 1px;
	padding-bottom: 60px;
	width: 200px;
	float: left;
	font-size: 18px;
}

#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: Times, Georgia, serif;
	font-size: .9em;
	font-weight: bold;
	color: #02d0e8;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-style: italic;	
}
.nameBlue {
	font-family:Georgia, Verdana, serif;
	font-size: 20px;
	line-height: 36px;
	color: #02d0e8;
	text-decoration: none;
	letter-spacing: .05em;
	font-style: italic;	
}

.projectname {
	font-family:Georgia, Verdana, serif;
	font-size: 12px;
	line-height: 16px;
	color: #3e3e3e;
	text-decoration: none;
	letter-spacing: .05em;
}
.toppara {
	font-family:Georgia, Verdana, serif;
	font-size: 20px;
	line-height: 36px;
	color: #3e3e3e;
	text-decoration: none;
	letter-spacing: .05em;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
}
.nav {
	font-size: 9px;
	line-height: 20px;
	font-family: Helvetica, Arial, san-serif;
	font-weight: normal;
}

a.nav:link {
	color: #02d0e8;
	text-decoration: none;
	
}   
a.nav:visited {
	color: #02d0e8;
	text-decoration: none;
	
}  
a.nav:active {
	color: #02d0e8;
	text-decoration: none;
	
}
a.nav:hover	{
	color: #003366;
	text-decoration: none;
	
}

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

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