body {
 	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;		
	color: #222;
	background: #F0EEE4 url("graphics/background.jpg") repeat-x;
}
/* body links */
a:link
{
	color: #0027AC;
	text-decoration: none;
}

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

a:visited
{
	color: #0031D6;
	text-decoration: none;
}

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

/* END body links */
/* Top Mneu links */

a.menu1:link
{
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border-left: 1px solid #a6a69d;
	border-right: 1px solid #a6a69d;
	display: block;
	padding: 10px;
	float: left;
}

a.menu1:active
{
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border-left: 1px solid #a6a69d;
	border-right: 1px solid #a6a69d;
	display: block;
	float: left;
	padding: 10px;
	
	}

a.menu1:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border-left: 1px solid #a6a69d;
	border-right: 1px solid #a6a69d;
	display: block;
	float: left;
	padding: 10px;
	
}

a.menu1:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	border-left: 1px solid #a6a69d;
	border-right: 1px solid #a6a69d;
	display: block;
	float: left;
	padding: 10px;
	
}
/* END Top Menu links */

/*  Header link */

a.header:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	color: #A82200;
	text-decoration: none;
}

a.header:active
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	color: #A82200;
	text-decoration: none;
	}

a.header:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	color: #A82200;
	text-decoration: none;
}

a.header:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	color: #A82200;
	text-decoration: none;
}

/* END Header link */

/*  CIT link */

a.cit:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #84847D;
	text-decoration: none;
}

a.cit:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #84847D;
	text-decoration: none;
	}

a.cit:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #84847D;
	text-decoration: none;
}

a.cit:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #84847D;
	text-decoration: none;
}

/* END CIT link */


/*  Submenu links */

a.submenu:link
{
	font-size: x-small;
	color: #0039FA;
	letter-spacing: 1px;
	text-decoration: none;
}

a.submenu:active
{
	font-size: x-small;
	color: #0039FA;
	letter-spacing: 1px;
	text-decoration: none;
	}

a.submenu:visited
{
	font-size: x-small;
	color: #0039FA;
	letter-spacing: 1px;
	text-decoration: none;
}

a.submenu:hover
{
	font-size: x-small;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: underline;
}

/* END Submenu links */

/* Headers */


.h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #333333;
}


.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #0039FA;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}

/* END Headers */

.projects {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
