@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

/* 


.start .section {
	padding: 10px;
	text-align: left;
}

.start .leftcolumn {
	float: left;
	width: 30%;
}

.start .rightcolumn {
	margin-left: 30%;
	float: right;
	width: 30%;
}

.start .columnheader {
	font-weight: bold;
	padding-bottom: .5em;
}

*/

/* Links */
a:link {
	color: #35568F;
	text-decoration: none;
}

a:visited {
	color: #788CAF;
	text-decoration: none;
}

a:hover {color: #0000CC;
	text-decoration: none;
}

a:active {
	color: #2C06A1;
	text-decoration: none;
}

a.currentpage {
	color: #000000;
	text-decoration: none;
}

.banner {
		text-align: center;
		margin: auto;
		width: 750px;
	}

}

body {
	background-color: 3C6E9F;
	text-align: center;
	margin: 0px;
	font-size: 1.05em;
}

/* Main div for each page */
.page {
	background-color: #FFFFFF;
	width: 750px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

/* Page title */
.title {
	background-color: #92BEEF;
	padding: 10px 20px 3px 20px;
	border-bottom: 2px solid #92BEEF;
	font-size: 0.95em;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}

/* Page subtitle */
.subtitle {
	background-color: #FFF2E6;
	padding: 2px 20px 2px 20px;
	margin-top: 5px;
	border-bottom: 1px solid #92BEEF;
	text-align: center;
	font-size: 0.85em;
	font-weight: normal;
}


/* START PAGE STYLES */

.start .header {
	padding: 2px 0px 2px 0px;
	text-align: center;
	background: #6D9EEB;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
}

.ataglance .page {
	        width: auto;
	}
	
	.ataglance #aag td {
	        font-size: x-small;
	        color: black;
	}
	
	.ataglance #aag th {
	        font-size: x-small;
	        color: black;
}



