@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	font: normal "Century Gothic", Verdana, Helvetica, Arial,sans-serif !important;
	font-family: "Century Gothic";
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.ascss #topbar {
	clear: both;
	position: relative;
	top: 0px;
	height: 20px;
	width: 100%;
	background-color: none;
	border-bottom: 1px solid #c9d7f1;
	z-index: 2;
	margin: 0px;
	margin-bottom: 2px;
}

.ascss #topbar_p {
	margin: 0px;
	padding: 0px;
	padding-left: 100px;
	width: 650px;
	float: left;
}

.ascss #topbar_p1 {
	margin: 0px;
	padding: 0px;
	padding-left: 100px;
	margin-top: 2px;
}

.ascss #topbar_p2 {
	margin: 0px;
	padding: 0px;
	padding-left: 100px;
	margin-top: 5px; 
	font-size:24px;
}

.ascss #linkbar {
	clear: both;
	position: relative;
	top: 0px;
	height: 120px;
	width: 100%;
	z-index: 2;
	margin: 0px;
	margin-bottom: 2px;
	padding-left: 0px;
	font-size:32px;
	text-align:left;
	border-bottom: 1px solid blue;
	
}

.ascss #logoimage {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 2px;
	left: 2px;
	z-index: 3;
}

.ascss #pageheader {
	position:relative;
	top: 0px;
	float: left;
	clear: right;
	background-color: #DAE1F7;
	border-top: 0px solid #008;
	height: 20px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}




.ascss #container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 1200px;
	background-color: none;
	color: #000;
	border: 1px solid gray;
	line-height: 130%;
	float:left;
}

.ascss #pagefooter {
	position: absolute;
	height: 140px;
	bottom: 0px;
	left: 0px;
	float: left;
	width: 100%;
	color: #000;
	background-color: #ebeff9;
	border-top: 1px solid #6b90da;
	border-bottom: 0px solid white;
	border-left: 1px solid #ebeff9;
	border-right: 1px solid #ebeff9;
}

.ascss #pagefooter2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	float: left;
	width: 100%;
	color: #000;
	background-color: white;
	border-top: 1px solid #6b90da;
	border-bottom: 1px solid #6b90da;
	font-family:Verdana, Geneva, sans-serif;
	font-size:smaller;
}

.ascss #pageheader h1 {
	margin-left: 120px;
}

.ascss #leftsidebar {
	float: left;
	width: 175px;
	margin: 0;
	padding: 10px;
	font-size:14px;
	background-color: transparent;
}

.ascss #maincontent {
	position: relative;
	margin: 0px;
	padding-right: 1px;
	border-left: 0px solid gray;
	margin-right: 0px;
	background-color: none;
	top: 0px;
	min-width: 500px;
	max-width: 1050px;
	overflow: auto;
}

.ascss #maincontent h1 {
	background-color:white;
	border-top: none;
	color: blue;
}



.ascss  #leftsidebar a:link {
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}

.ascss  #leftsidebar a:visited {
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}

.ascss  #leftsidebar a:active {
	color: red;
}

.ascss  #leftsidebar a:hover {
	color:#000;
	text-decoration:underline;
}

.ascss  #leftsidebar h2 {
	margin: 0px;
	margin-top:5px;
	padding: 0px;
	padding-top:0px;
	height:25px;
	text-align:center;
	font-size:18px;
	background-color:#ebeff9;
	border-top: 2px solid #6b90da;
	color:#000;
	
}

.ascss  #leftsidebar ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	list-style:none;
	text-align:left;
	background-color:none;
}

.ascss #leftsidebar li {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
	border:1px solid #e0e6f1;
	list-style-image:
}

.ascss #contentwrapper {
	border:2px solid black;
	background:#CCC;
	float: left;
	height: 300px;
	width: 350px;
	margin-top:10px;
	margin-right: 10px;
}

.highlighted {
	background: #0c9;
}

.ascss #rightbox {
	position: relative;
	top: 0px;
	right: 0px;
	width: 260px;
	float: right;
	border: 0px solid black;
	font-size: smaller;
	background-color: #eaf7ea;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
}

.ascss #rightbox-blue {
	position: relative;
	top: 0px;
	right: 0px;
	width: 260px;
	float: right;
	border: 0px solid black;
	border-top: 2px solid #6b90da;
	font-size: smaller;
	background-color: #ebeff9;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
}

.ascss #h2onpage {
		margin-top: 0px;
		border-top: 1px solid #007300;
		background-color:#aaf7aa;
}

.ascss #outertable tr {
		margin: 0xp;
		padding: 0xp;
}

.ascss #outertable td {
		margin: 0xp;
		padding: 0px;
		background-color: none;
}

.ascss #innertable {
		margin: 0px;
		padding: 0px;
}

.ascss #innertable tr {
		margin: 0px;
		padding: 0px;
		border: 2 px solid black;
}

.ascss #innertable td {
		margin: 0px;
		padding: 0px;
		border: 2 px solid black;
}

.ascss #toprow {
	padding: 0px;
	margin: 0px;
	border-top: 4x solid blue;
	background-color: #9F9F9F;
	text-align: center;
}

.ascss #subrow {
	background-color: #E0E0E0;
	text-align: center;
}

.ascss #maincontent_tables {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

.ascss #templatelist {
	float: right;
	width: 300px;
	background-color: #eaf7ea;
}

.ascss #templatelist h2 {
	margin: 0px;
	padding: 0px;
	background-color: #aaf7aa;
	border-top: 1px solid green;
	color: blue;
}

.ascss #templatelist a:link {
	color: red;	
}

.ascss #greenheaderbar {
	position: relative;
	height: 90px;
	background-color: green;

}

.ascss #greenheaderbar img {
	z-index:2;
	position: relative;
	background-color: green;
}
.ascss #greenheaderbar h1 {
	z-index: 1;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 150px;
	text-align: left;
	vertical-align: middle;
	min-height: 70px;
	color: white;
	background-color: none;
}

.ascss #column1 {
	margin-left: 200px;
	width: 150px;
	float: left;
}

.ascss #column2 {
	width: 150px;
	float: left;
}
