﻿
div, img, span,p, h1,h2,h3,h4
{
	padding: 0px;
	margin: 0px;
	outline: none;
	text-decoration: none;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	color: #000000;
/*center align*/
	width: 1024px ;
	margin-left: auto ;
	margin-right: auto ;
}
a
{
	border:none;
}
.header
{
	background-image: url( 'images/GUI/header.jpg' );
	height: 159px;
	background-repeat: no-repeat;
	width: 1024px;
}
.top-right-links
{
	float: right;
	text-decoration: none;
	width: 400px;
	height: 35px;
}
.header .search
{
	border-style: none;
	float: right;
	width: 120px;
	height: 14px;
	margin-top: 9px;
	margin-right: 15px;
	background-color: #C8C8A6;
}
.logo
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 260px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	top: 37px;
	left: 20px;
	cursor: pointer;
	cursor: hand;
}
.logo .a
{

}
img
{
	border:0;
}
.outer
{	background-color: #e7eede;
	float: left;
	height: auto;
	width: 1024px;
}
.t-links
{
	float: left;
	width: 85px;
	height: 20px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	cursor: hand;
	padding-right: 10px;
}
.featured
{
	float: right;
	width: 117px;
	text-align: right;
	position: relative;
	top: 133px;
	left: 393px;
	height: 18px;
}

.roundedBox
{
	background-color: #e7eede;
	height: 20px;
	float: left;
	width: 1024px;
}
.roundedBox .corner-t-l
{
	background-position: 0% 0%;
	background-image: url('images/GUI/rounded-c.jpg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.roundedBox .corner-t-r
{
	background-position: 100% 0%;
	background-image: url( 'images/GUI/rounded-c.jpg' );
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
}
.roundedBox .corner-b-l
{
	background-position: 0% 100%;
		background-image: url('images/GUI/rounded-c.jpg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.roundedBox .corner-b-r
{
	background-position: 100% 100%;
	background-image: url('images/GUI/rounded-c.jpg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
}
/**/

.gradient-bar .corner-b-r
{
	background-position: 100% 100%;
	background-image: url( 'images/GUI/banner-curve-br.jpg' );
	background-repeat: no-repeat;
	float: right;
	width: 760px;
	/*min-height: 50px;
	height: auto;*/
}
.gradient-bar .corner-t-r
{
	background-position: 100% 0%;
	background-image: url('images/GUI/banner-curve-tr.jpg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
}
.static-page
{
	padding: 0px;
	margin: 0px;
	float: left;
}
/**/

.temp-align
{
	padding: 0px;
	margin: 0px;
}
.banner-contents
{
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
.AssociatedLogos
{
	width: 1024px; 
	text-align: center;
}
.homepage-items
{
	padding: 0px;
	margin: 10px 0px 0px 5px;
	text-align: left;
}
.error
{
    padding:10px;
    background-color: #FFCCFF;
    border: 1px solid #FF3300;
}
.notice
{
     padding:10px;  background-color: #FFFFCC;
    border: 1px solid #FFCC00;
    
}
.success
{
    padding:10px;   background-color: #CCFF99;
    border: 1px solid #669900;
}
