﻿/* CSS layout */
body {
	background-image:url('layout/abstractbg.jpg');
	background-repeat:repeat-x;
	background-position:bottom center;
	margin:0;
	background-color:#9f9f9f;
}
#header {
	height:216px;
	width:100%;
	background-image:url('layout/headerbg.jpg');
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;
}
#container {
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
	width: 997px;
	min-height:400px;
}
#left_col {
	width: 320px;
	float: left;
	margin-left:37px;
}
#left_col p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:justify;
	color:#000000;
	margin:0;
}
#left_col a, a:visited, a:active {
	color:#000000;
}
#left_col a:hover {
	color:#ffffff;
}
h1, h2, h3, h4, h5, h6{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin:0;
}
h3{
	font-size:small;
	color:#ffffff;
	font-weight:bolder;
	margin:15px 0 0 0;
	padding:0;
}
h4{
	font-size:small;
	color:#000000;
	font-weight:bolder;
	margin:15px 0 0 0;
	padding:0;
	text-transform:capitalize;
}
#page_content {
	margin:0 45px 0 400px;

}
#footer {
	clear: both;
	background-image:url('layout/bottom.jpg');
	background-repeat:no-repeat;
	width:997px;
	height:53px;
	margin-right:auto;
	margin-left:auto;
}
.page_content p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:justify;
	color:#333333;
	margin:0 37px 20px 10px;
}
h1{
	background-image:url('layout/paragraphheaderbg.jpg');
	background-repeat:no-repeat;
	width:575px;
	height:46px;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size:x-large;
	color:#ffffff;
	font-weight:bold;
	padding:4px 0 0 15px;
	margin:0;
	letter-spacing:3px;
	text-transform:uppercase;
}
#table{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:left;
	color:#333333;
}
#login{
	margin-top:250px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#ffffff;
}
#awmAnchor-menu{
	margin:0 0 200px 0;
}
a:link, a:active, a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}




















