/* Gridiron Portal Website CSS */
BODY, TD {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9px;
	COLOR: #004532;
}


/* content */
div.contentleft  {
	color: #ffffff;
	font-size: 10px
}

div.contentleft a {
	color: #ffffff;
	font-size: 10px
}

div.contentleft a:hover {
	color: #ffffff;
	font-size: 10px
}

div.contentright  {
	color: #004532;
	font-size: 10px
}

div.contentright a {
	color: #004532;
	font-size: 10px
}

div.contentright a:hover {
	color: #B5983B;
	font-size: 10px
}

div.contenttitle  {
	color: #004532;
	font-size: 14px;
	font-weight: bold;
}

div.contenttitle a {
	color: #004532;
	font-size: 14px;
	font-weight: bold;
}

div.contenttitle a:hover {
	color: #B5983B;
	font-size: 14px;
	font-weight: bold;
}

div.banner  {
	color: White;
	font-size: 10px
}

div.banner a {
	color: White;
	font-size: 10px
}

div.banner a:hover {
	color: #004532;
	font-size: 10px
}

.copyright {  
	font-size: 9px; 
	color: #ffffff;
}

.title {  
	font-size: 14px; 
	color: White;
	font-weight: bold;
}
	
/* a:links */
A:active {
	color: #004532;
	font-size: 10px;
	text-decoration: underline;
}
A:hover {
	COLOR: #B5983B;
	font-size: 10px;
	text-decoration: underline;
}
A:link {
	color: #004532;
	font-size: 10px;
	text-decoration: underline;
}

/* Other Links */

div.topmenu  {
	color: #004532;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

div.topmenu a {
	color: #004532;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

div.topmenu a:active {
	color: #004532;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}
div.topmenu a:hover {
	color:#B5983B;
	;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

div.menu  {
	color: White;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

div.menu a {
	color: White;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

div.menu a:active {
	color: White;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}
div.menu a:hover {
	color:#b5983b;
	;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

.menudivide {  
	font-size: 9px; 
	color: #b5983b;
}