@import url(small.css);

body	{
	color			: #000;
	margin			: 0px;
	padding			: 0px;
	margin-bottom		: 20px;
	border			: 0px;
	font-family		: Arial, Helvetica, sans-serif;
	background-color 	: #fff;
	background-image 	: url('../pictures/bg_site_top_bottom.gif');
	background-repeat 	: repeat-x;
	background-position 	: bottom;
	}

hr	{
	border:0;
	color: #0192d5;
	background-color: #0192d5;
	border-color: #0192d5;
	height: 1px;
	}

table	{
	border-collapse: collapse;
	border: 0px;
	}

h1	{
	margin-top 		: 4px;
	margin-bottom 		: 4px;
  	color			: #0192d5;
  	}

h2	{
	margin-top 		: 4px;
	margin-bottom 		: 4px;
  	color			: #0192d5;
  	}
	

h3	{
	text-decoration		: none;
  	margin			: 0;
  	color			: #0192d5;
	}

.h3	{
	text-decoration		: none;
  	margin			: 0;
  	color			: #0192d5;
	}

.h3:hover	{
	text-decoration		: underline;
  	margin			: 0;
  	color			: #0192d5;
	}

p	{
  	margin-top		: 3px;
  	margin-bottom		: 7px;
	}

td	{
	}

a	{
  	color			: #000;
	text-decoration		: underline;
	}

a:hover	{
  	color			: #0192d5;
  	text-decoration		: none;
	}

img	{
	display			: block;
	margin			: 10px;
	}

img#secret {
	float			: left;
	width 			: 0px;
}

div#header {
	margin			: 0px;
	padding 		: 0px;
	height			: 135px;
	background-color	: #9FD5F4;
	}

div#header img{
	position		: relative;
	top 			: 0px;
	display 		: block;
	margin			: 0px;
	}

div#letters{
	margin			: 0px;
	padding 		: 0px;
	height 			: 15px;
	width			: auto;
	background-color	: #0192d5;
	background-image 	: url('../pictures/bg_site_top_bottom.gif');
	background-repeat 	: repeat-x;
	width 			: auto;
	}

div#letters img{
	border			: 0;
	top 			: 0px;
	float			: right;
	display 		: block;
	margin			: 0px;
	}


div#navigation {
	display 		: block;
	height 			: 20px;
	width 			: auto;
	background-color 	: #9FD5F4;
	}

#navigation ul{
	list-style-type 	: none;
	margin 			: 0px;
	padding 		: 0px;
	background-color 	: #9FD5F4;
	}

#navigation li a {
	margin 			: 0px;
	text-decoration		: none;
	display			: block;
	float			: left;
	padding-left 		: 7px;
	padding-right 		: 10px;
	padding-top 		: 2px;
	padding-bottom 		: 2px;
	color 			: #fff;
	}

#navigation li a:hover {
	text-decoration		: underline;
	}

#navigation li {
	display 		: inline;
	margin 			: 0px;
	padding 		: 0px;
	}

div#content {
	display 		: block;
	margin 			: 0px;
	padding-top 		: 0px;
	padding-left 		: 0px;
	padding-right 		: 20px;
	padding-bottom 		: 20px;
	min-height 		: 310px;
	background-repeat 	: no-repeat;
	}

div#submenu {
	display 		: block;
	float 			: left;
	margin 			: 0px;
	padding-top 		: 15px;
	padding-left 		: 10px;
	padding-right 		: 10px;
	padding-bottom 		: 10px;
	width			: 150px;
	min-height 		: 310px;
	text-align		: left;
	}

div#footer {
	position 		: bottom;
	bottom 			: 1px;
	display 		: block;
	font-size 		: 10px;
	color 			: #bbb;
	padding-left 		: 70px;
	}

div#footer a {
	font-size 		: 10px;
	color 			: #bbb;
	}

div#footer a:hover {
	color 			: #0192d5;
	}

#spacer {
	padding-top 		: 5px;
	color 			: #1F5EA1;
	font-size		: 10px;
	}
