﻿* { 
padding : 0; 
margin : 0; 
} 
body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px; 
background-color :#99CCFF; 
background-repeat : repeat-x-y; 
} 
img { 
padding : 5px; 
border : 1px solid #5f9b1e; 
} 
img.floatTL { 
float : left; 
margin-right : 10px; 
margin-bottom : 5px; 
margin-top : 10px; 
margin-left : 0; 
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 5px; 
margin-top : 10px; 
margin-right : 0; 
} 
#wrapper { 
margin : 10px auto; 
width : 922px; 
} 
#header { 
color : #FF2400; 
width : 902px; 
float : left; 
padding : 10px; 
height : 130px; 
margin : 0; 
background-image : url('images/hdanim.gif');  
background-repeat : no-repeat; 
} 
#navigation { 
float : left; 
width : 902px; 
color : #333; 
padding : 0 0px; 
border-bottom : 0px solid #336699; 
margin : 0 0 0 0; 
background-color : #99CCFF; 
} 
#navigation ul { 
list-style : none; 
padding : 0; 
margin : 0; 
display : block;
font-weight : bold; 
float : left; 
} 
#navigation ul li { 
list-style : none; 
display : inline; 
float : left; 
width : 100px; 
height : 25px; 
padding : 0; 
line-height : 25px; 
font-size : 13px; 
margin : 0 0px 0 0px; 
} 
#navigation ul li a { 
height : 25px; 
width : 100px; 
float : left; 
text-decoration : none; 
padding : 0; 
margin : 0; 
color :#ffffff; 
text-align : center; 
} 
#navigation ul li a:hover { 
height : 25px; 
width : 100px; 
text-decoration : none; 
color :white;
background-color:red;
}  
#leftcolumn { 
color : #333; 
margin : 0 0 0 0; 
padding : 10px; 
min-height : 400px; 
width : 190px; 
float : left; 
background-image:url('images/menu.gif');
background-repeat:no-repeat;
} 
.leftnav {
	list-style: none;
	width : 175px;
	margin-top: 10px;
	margin-left : 0px;
} 
.leftnav li h1 { 
margin : 0; 
height : 25px; 
color :yellow; 
padding-left : 15px; 
padding-top : 10px; 
font-size :small; 
} 
.leftnav li h2 {
	list-style: none;
	margin: 0;
	height : 25px;
	color : #2F4F4F;
	padding-left : 15px;
	padding-top : 10px;
	font-size : medium;
} 
.leftnav li ul { 
line-height : normal; 
list-style-type : none; 
display : list-item; 
} 
.leftnav li li { 
padding : 5px; 
margin-left : 20px; 
font-size : 1em; 
} 
.leftnav li a {
	padding-left: 6px;
	text-decoration : none;
	color: blue;
} 
.leftnav li a:hover { 
border : none; 
padding-left : 0px; 
color :white; 
font-size:small;
background-color:red;
} 
#content {
	list-style: none;
	float : left;
	color : #333;
	background : #FFFFFF;
	margin : 0 0 0 0;
	border: 1px;
	border-color: black;
	border-style: solid;
	padding : 10px;
	min-height : 450px;
	width : 475px;
	display : inline;
	text-align : justify;
} 
#content h1 { 
color : #53a5ce; 
font-size : 1.9em; 
font-weight : lighter; 
} 
#content h2 { 
color : #53a5ce; 
font-size : 1.6em; 
font-weight : lighter; 
padding-top : 20px; 
} 
#rightcolumn { 
border-top:1px; 
border-top-color:black;
border-top-style:solid;
border-right:1px; 
border-right-color:black;
border-right-style:solid;
border-bottom:1px; 
border-bottom-color:black;
border-bottom-style:solid;
color : #333; 
margin : 0 0 0 0; 
padding : 10px; 
min-height : 250px; 
width : 190px; 
float : left; 
background-color:#FFFFD6;
} 
.ads p { 
font-family : verdana; 
font-size : 1em; 
padding-left : 5px; 
padding-bottom : 5px; 
margin-right : 0px; 
text-align : justify; 
padding-right : 0px; 
} 
.ads { 
width : 180px;  
margin-left : 5px; 
margin-top : 15px; 
} 
.ads h4 { 
color : black; 
font-weight : lighter; 
font-size :xx-small; 
padding-bottom : 2px; 
} 
.ads h3 { 
font-family : verdana; 
font-size :x-small; 
padding-top : 10px; 
padding-left : 3px; 
padding-bottom : 5px; 
color :black;  
} 
.ads a { 
margin-right : 25px; 
margin-bottom : 2px; 
color :blue; 
font-size : small; 
font-weight : bold; 
padding-left : 3px; 
text-decoration : none; 
padding-bottom : 15px; 
} 
#footer { 
width : 900px; 
clear : both; 
color : #333; 
margin : 0 0 0 0; 
padding : 11px; 
text-align : center; 
} 
