@charset "utf-8";
/* CSS Document */


/**
 * Remove all the elements margin and padding 
 * so that elemnts will look the same in all browsers
 */
* {
	margin: 0;
	padding: 0;
}

/**
 * adjust the default font size to 10px so that we can use
 * em values like 1.2em to get 12px
 */
body {
	font: 62.5%/1.6em palatino, "Times New Roman", Times, serif;
}

#topMenu {
	float: left;
}

#logo {
	width: 500px;
	height: 165px;
	float: left;
}

#content {
	font-size: 1.2em; 
	margin: 20px 50px 20px 160px;
	clear: both;
}

#content p{
	font-size: 1.16em;
}

input, select, th, td{
	font-size: 1.0em;
}

li li, li p, td p, blockquote p, td td{
	font-size: 1em;
}



#footer, .small {
    font: 0.9em Arial,Helvetica,sans-serif;
}

#footer p {
	text-align: center;
}

/* heading styles */
h1 {
    font-size: 3em;
    line-height: 1.5em;
}

h2 {
    font-size: 2em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.33em;
    line-height: 1.5em;
}

h5 {
    font-size: 1.16em;
    line-height: 1.5em;
}

h6 {
    font-size: .83em;
    line-height: 1.5em;
}


h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin: .4em 0;
}

li {
	line-height: 1.5em;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1em;
}

fieldset {
    padding: .6em;
}

a, a:link, a:visited, li a:link, li a:visited {
	text-decoration: none;
}

a:hover, li a:hover {
	text-decoration: none;
}

a:active, li a:active {
	text-decoration: none;
}

/* Menu Styling Classes mainlevel sublevel id active_menu */

ul ul {
	text-indent: 14px;
}

