/*  RIT/NTID DAAC CSS  */
/*  Matt Dana, NTID Marketing Communications Web Developer  */



/*  CLASSES  */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bodytext a:link { color:#90278E; font-weight:bold;}
.bodytext a:visited { color:#90278E; font-weight:bold;}
.bodytext a:hover { color:#D1047C; font-weight:bold;}
.bodytext a:active { color:#90278E; font-weight:bold;}

/*  DIVS  */

#photobar {
	background-image: url(../img/bg_photos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:82px;
}

#photobar2 {
	background-image: url(../img/bg_photos2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:82px;
}

#titlebar {
	width:100%;
	height:73px;
}

#headerbar {
	width:100%;
	height:134px;
}

#linkbar {
	width:100%;
}

#textbar {
	width:470px;
}

#centerdiv {
	text-align: left;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-left:35px;
}



/*  TAG REDEFINITIONS  */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: center;
}

h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #90278E;
	margin-top:14px;
	margin-bottom:10px;
}

h3 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #e10085;
	margin-top:14px;
	margin-bottom:10px;
}

h4 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #79a639;
	margin-top:14px;
	margin-bottom:10px;
}
li {
	margin-top: 8px;
}
address {
	font: normal 16px/22px  Verdana,Arial, Helvetica, sans-serif;
	color: #90278E;
	text-align: center;
	padding: 0px;
}

.winner_name {
	
	font-size:15px;
	color:#90278e;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	
	
}

.honorable_name {
	
	font-size:15px;
	color:#74a339;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	
	
}

.winner_project {
	
	font-size:12px;
	color:#333;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;	
}

.winner_project_type {
	
	font-size:12px;
	color:#333;
font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;	
}

table.winner_table img {
	
	border:3px solid white;
	
}

table.winner_table img:hover {
	
	border:3px solid #90278e;
	
}

table.winner_table h3 {
	
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#90278e;
	
}

table.winner_table h4 {
	
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#74a339;
	
}

