/* CSS Document  - Tiarm - home page*/


body {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	margin: 0;
	background-color:#301070;
	text-align:left;
}

#wrapper {
	width: 780px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	text-align: left;
}

p {
	font-size:.9em;
	}


/* ------home pg elements----- */	

img {display:block;
	vertical-align: bottom;
	float:right;
	display:inline; 
	}

table {border-collapse:collapse;
	margin-left:10px;
		  clear: both;
} 

h3 {
	font-size: 1em;
	line-height: 90%;
	padding: 20px 20px 0px 0px;
}

.dif p {	
	font-size: .9em;
	vertical-align:top;
	line-height: 90%;
	padding: 0px 20px 20px 20px;
	}


/* ------Header----- */	
	
.style3 {
	font-size: large;
	font-weight: bold;
}

/* ------Nav----- */	
#nav {
	background-color:#C7C7C7;
	width:780px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#nav p {
	padding-right:10px;
	font-size:.9em;
	text-align:right;
	}

#nav a:link {
	color:#000000;
	text-decoration:none;
	}
	
#nav a:visited {
	color:#000000;
	text-decoration:none;
	}
	
#nav a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

#nav a:active {
	color:#000000;
	text-decoration:none;
	}
	


/* ------general links----- */	
a:link {
	color: #000000;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

a:active {
	color: #000000;
	text-decoration: none;
	}

/* ------Footer----- */	
#footer
	  {
	  width:780px;
	  color: #cccccc;
	  font-size: 0.7em;
	  clear: both;
	  background-color:#301070;
}

#footer p {
	margin-right: 30px;
	  font-size: 0.8em;
	  color: #cccccc;
	}
#footer a:link {
	color: #cccccc;
	text-decoration: none;
	}

#footer a:visited {
	color: #cccccc;
	text-decoration: none;
	}	

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

