@import "header.css";
@import "nav.css";
@import "top_block.css";
@import "content.css";
@import "right_block.css";
@import "footer.css";



html{
	margin:0px;
	padding:0px;	
	height: 100%; /* For IE */
}

body {
	background-image:url(images/background.jpg);
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 100%; /* For IE */
}

#top{
	width:1021px;
	margin:auto;
	height:100%;
}
#shadow{
	background-color:#FFFFFF;
	background-image:url(images/shadow_bgr.gif);
	background-repeat:repeat-y;
	width:1021px;
	height: auto !important; /* For Modern Browsers */
	min-height: 100%; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#top1 {
	background-color:#FFFFFF;	
	width:995px;
	margin:auto;	
	color:#000;
	height:100%;
	position: relative;
	min-height: 100%; 		
}

a{
color:#000000;
text-decoration:underline;
}
a:hover{
	color:#0099cf;
	text-decoration:underline;
}
img{border:0px;}

h1 {
	font-size:200%;		/* 19px */
	font-weight:bold;
}
h2 {
	font-size:150%;		/* 14px */
	font-weight:bold;
}
h3 {
	font-size:130%;		/* 12 px */
	font-weight:bold;
}
h4 {
	font-size:120%;		/* 11px */
	font-weight:bold;
}
h5 {
	font-size:110%;		/* 10px */
	font-weight:bold;
}
h6 {
	font-size:100%;		/* 10px */
	font-weight:bold;
	font-style:italic;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, form {
	margin:7px 0px;
}

ul {
	margin-left:15px;
}

ol {
	margin-left:20px;
}

form table {
	margin:0px;
}

option {
	padding-left:2px;
	padding-right:10px;
}

blockquote, dl, pre {
	margin:1em 4em;
}

dt {
	font-weight:bold;
}

dd {
	margin:1em 2em;
}

code {
	font-size:1.4em;
}

caption {
	font-weight:bold;
	font-size:1.3em;
	margin:0;
}

th {
	text-align:center;
}

fieldset { 
	padding:0.5em;
	margin:0em;
}

legend { 
	padding:0.5em;
	color:#0046d5;
}