/* CSS Document - Trinity */


body {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#301070;
	text-align:left;
}

#wrapper {
	width: 780px;
	margin: 0px auto 0 auto;
	background: #FFFFFF;
	text-align: left;
}

ul	{
	list-style-type:disc;
	list-style-position:inside;
	margin-left:0;
	padding-left:0;
	}
	
img {display:inline; 
	border:0px;
	padding:0px;
	border-collapse:collapse;
	}
	
a img {
	border: none;
	}	

p {
	font-size:.9em;
	}

.style1 {color: #FFFFFF}


/* ------Header----- */	
*html #header {
	width:780px;
	height:152px;
}
	
.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;
	}
	



/* ------left----- */	

#left {
	float: left;
	margin-top: 0px;
	padding: 20px 5px 20px 20px;
	width: 400px;
	font-size: .9em;
		}


*html #left {
	display: inline;
		}
		
#left .prog {
width: 135px;
float:left;
}

/* ------center----- */	

#center {
	float: left;
	margin-top: 0px;
	background-color:white;
	padding: 20px 5px 20px 20px;
	width: 750px;
	font-size: .9em;
		}
		
#center p {
	width: 650px;
	}		

*html #left {
	display: inline;
		}

img.bid {
	vertical-align:bottom;
	text-align:center;
}		

/* ------right----- */	

#right {
	float: right;
	width: 300px;
	margin-top:0px;
	font-size: .9em;
	padding:20px 25px;
		}
		
#rightauc {
	float: right;
	width: 150px;
	margin-top:0px;
	font-size: .9em;
	padding:20px 25px;
		}

#rightres {
	float: right;
	width: 550px;
	margin-top:0px;
	font-size: .9em;
	padding:20px 25px;
		}

img.figure {
	float: right;
	border: 0px;
	margin-right: 70px;
	padding-top: 10px;
	}

/* ------bottom----- */	

#bottom {
	float: left;
	width:780px;
	margin-top:0px;
	padding:20px 5px;
	font-size: .9em;
	line-height:100%;
		}

/* ------table----- */	
td {
	border:#cccccc;
		}




/* ------general links----- */	
a:link {
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #cccccc;
	text-decoration: underline;
	border:0px;
	}

a:active {
	color: #000000;
	text-decoration: none;
	}

/* ------Footer----- */	
#footer
	  {
	  width:780px;
	  font-size: 0.8em;
	  color: #ffffff;
  	  background-color:#301070;
	  clear: both;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}	

#footer a:hover {
	color: #C7C7C7;
	text-decoration: underline;
	}


