﻿html, body {
	width:100%; 
	height: 100%;
}
body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: "Trebuchet MS","Luxi Sans","Helvetica",sans-serif;
	font-size: 75%;
}
div.wrapper {
	/*text-align: center;*/
	width: 100%;
	min-height: 100%;
	height: 100%;
}
div.page {
	margin: 0px auto;
	text-align: left;
	min-width: 400px;
	max-width: 1000px;
	min-height: 100%;
	background-color: white;
}
div.content {
	padding: 10px;
}
div.ad {
	padding: 5px; 
	margin: 18px 15px 10px 5px;
}
div.nav {
	/*border: thin #81b3e8 dashed; */
	border: 2px black solid; 
	padding: 5px; 
	margin: 18px 5px 10px 15px; 
	background-image: url('../image/GrayGrad.gif'); 
	background-repeat:repeat-x
}
h1 {
	/*background-image: url("../image/BlueGrad.gif");*/
	background-repeat: repeat-x;
	border-bottom: 1px solid #81B3E8;
	color: #165EA9;
	font-size: 20px;
	margin-left: 0px;
	margin-top: 5px;
	padding: 2px 2px 0px 4px;
	/*font-style: italic;*/
	font-family: "Trebuchet MS","Luxi Sans","Helvetica",sans-serif;
}

h2 {
	MARGIN-TOP: 10px;
	FONT-SIZE: 17px;
	BORDER-LEFT-COLOR: #81b3e8;
	MARGIN-LEFT: 0px;
	COLOR: #165ea9;
	BORDER-TOP-COLOR: #81b3e8;
	BORDER-BOTTOM: #81b3e8 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	BORDER-RIGHT-COLOR: #81b3e8;
}

h3 {
	MARGIN-TOP: 10px;
	FONT-SIZE: 14px;
	BORDER-LEFT-COLOR: #81b3e8;
	MARGIN-LEFT: 0px;
	COLOR: #165ea9;
	BORDER-TOP-COLOR: #81b3e8;
	BORDER-BOTTOM: #81b3e8 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	BORDER-RIGHT-COLOR: #81b3e8;
}


.block-table {
	background-color: white;
	background-image: url("../image/BoxBg.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #5B5B5B;
	border-left: 1px solid #5B5B5B;
	border-right: 1px solid #5B5B5B;
	empty-cells: show;
	margin: auto;
	width: 80%;
}
.block-table th {
	border-bottom: 1px solid;
	background-color: white;
	background-image: url("../image/GrayGrad.gif");
	background-position: left top;
	background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	border-top: 1px solid #5B5B5B;
}
a:link {
	color: #316CA5;
}
a:visited {
	color: #316CA5;
}
.nav-action a {
	background-repeat: repeat-x;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0.1em 0.2em;
	padding: 0.1em 0.3em;
	margin-top: 4px;
	text-align: center;
	text-decoration: none;
}
.nav-action a {
	background-color: #165EA9;
	border: 1px solid #0B427B;
	color: white;
}

