/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
    font-family:Verdana, Geneva, sans-serif; 
    color:#555555; /* dark grey */
    font-weight:normal;
	font-size:80%;
	margin:0 auto;
    width:100%;
    display:table;
}

a:link, a:visited {color:#ff6600; text-decoration:none; font-size:90%; font-weight:normal;} /* orange */
a:hover, a:active {color:#4b9fc9; text-decoration:underline; font-size:90%; font-weight:normal;} /* blue */

h1 {font-size:145%; color:#4b9fc9; margin:10px 0 20px 0;} /* blue */
h2 {font-size:115%; color:#4b9fc9; margin:30px 0 10px 0;} /* blue */
h3 {font-size:110%; color:#4b9fc9; margin:0 0 10px 0;} /* blue */
h4 {font-size:90%; color:#4b9fc9; margin:0;} /* blue */

#content
{
	margin-left: 100px;
	margin-right: 100px;
}
#header
{
	background-image: url(images/tab_blue.gif);
	background-repeat:repeat-x;
	color: White;
	background-color:#6699cc;
	height: 30px;
	font-weight:bold; 
	text-decoration:none; 
	padding-left:8px; 
	padding-right:8px;
	display: block;
	line-height: 30px;
}
