* {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: rgb(92, 92, 92);
	font-size: 10px;
}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: SmokeWhite;
}


p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


a {
	text-decoration: none;
}


h1, h1 a {
	font-size: 16px;
	font-weight: bold;	
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h2, h2 a {
	font-size: 14px;
	font-weight: bold;	
	color: black;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

h3, h3 a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

li, ul {
	list-style-type: none;	
}


#center {
	width: 1050px ;
	height: 900px;
	margin-left: auto ;
	margin-right: auto ;
}

#palet {
	position: relative;	
	width: 1050px ;
	height: 900px;
	border-style: solid;	
	border-width: 0px 1px 1px 1px;
	background-color: #ffffff;
}

#header {
	position: relative;
	width: 1050px ;
	height: 120px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #feffff; /* Old browsers */
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #feffff 0%, #e6f2f7 27%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#feffff), color-stop(27%,#e6f2f7), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #feffff 0%,#e6f2f7 27%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #feffff 0%,#e6f2f7 27%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #feffff 0%,#e6f2f7 27%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(135deg,  #feffff 0%,#e6f2f7 27%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#logo {
	z-index: 15;
	position: relative;	
	top: 5px;
	left: 20px;
	height: 105px;
	width: 188px;
	border-right: solid 0px #000;

}

#logo a {
	display: block;		/* to get linkable logo to work  */
	height: 105px;
	width: 188px;
}

#page_band_top {
	z-index: 3;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 120px;
	border-bottom: 0px solid black;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#page_band_top_title {
	z-index: 4;
	position: absolute;
	top: 108px;
	width: 100%;
	height: 47px;
	border-bottom: 0px solid black;	
	background:url(../images/header_band.png) repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#top_menu_container {
	z-index: 10;
	position: absolute;
	top: 30px;
	left: 300px;
	border: 0px solid black;	
}


#page_title {
	z-index: 5;
	position: absolute;
	top: 95px;
	left: 225px;
	border: 0px solid black;
}

#content {
	position: absolute;
	top: 135px;
	left: 25px;
	width: 1000px;
	min-height: 700px;
	border: 0px solid black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#content_left {
	position: absolute;
	top: 0px;	
	left: 0px;
}

#content_right {
	position: absolute;
	top: 0px;
	left: 525px;
}


#footer {
	position: relative;
	top: 700px;
	left: 0px;
	height: 40px;
	border: solid 0px;
}



/* TABLES */

#tablehead, .tablehead {
	text-align: left;
}

#tablehead th, .tablehead th {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #002d62;
	border-width: 0px 0px 1px 0px;
}	

#tablehead td, #tablehead th, .tablehead td, .tablehead th {
	text-align: left;
}

#tablehead .righty, .tablehead .righty {
	text-align: right;
}

#tablehead .lefty, .tablehead .lefty {
	text-align: left;
}

.lefty {
	text-align: left;
}

.righty {
	text-align: right;
}

.toppy {
	vertical-align: top;	
}

.fatty {
	font-weight: bold;
}

.handy {
	cursor: pointer;
}