/* CSS Document */

html {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
}

html, body {
	height : 100%;
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #9197B0;
	background-color : #C8CBD7;
}

p {
	margin-top : 0px;
}

h1 {
	font-size : 175%;
	margin-top : 0px;
}

h2 {
	font-size : 150%;
	font-weight : normal;
	margin-top : 0px;
}

h3 {
	font-size : 125%;
	margin-top : 0px;
}

h4 {
	font-size : 105%;
	margin-top : 0px;
}

a {
	color : #333333;
	text-decoration : none;
}

table#container {
	background-color : #FFFFFF;
	height : 100%;
	background-image:url(/images/bg_home.jpg); 
	background-repeat: no-repeat; 
}

div#header {
	clear : right;
	height : 80px;
/*
	padding-top : 5px;
	padding-left : 5px;
*/
}

div#menu {
	clear : right;
	vertical-align : middle;
	/*
	height : 25px;
	padding : 5px;
	width : 100%;
	*/
	padding-left : 5px;
	width : 755px;
}

div#menu a {
	border-left : 1px solid #FFFFFF;
	display : block;
	float : left;
	list-style : square;
	padding : 3px;
	padding-right : 18px;
}

div#menu a:hover {
	border-left : 1px solid #000000;
	text-decoration : none;
}

div#content {
	clear : left;
	padding : 5px;
	background-color: transparent;
}

div#footer {
	font-size : 95%;
	padding : 5px;
}