/* CSS Document */

body {
	background-color: #1C3443;
	font-family: Verdana; 
	font-size: 12px; 
	color: #F3ECE5; 
	cursor: default;
	margin-left: 100px;

}

#container {
	background-color: #F3ECE5;
	width: 1043px; /* the width of our layout overall */
	padding: opx;
	margin: auto; /* center the layout in mozilla and ie 6+ */
	text-align: left; /* put the text back where it should be */
}

#header {
	width: 100%; /* full width header & footer */
	height: 100%; /* give the header & footer a height */
	padding: 10px;
}

#sidebar {
	float: left; /* put the sidebar on the left */
	width: 250px; /* the width of our sidebar column */
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}

#content {
	float: right; /* put the content on the right */
	width: 750px; /* the width of our content column */
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 10px;
	paddin-bottom: 0px;
	background-color: #1C3443;
}

#table, tr, td {
	background-color: #1C3443;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}

#footer {
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	width: 1043px; /* the width of our layout overall */
	color: #1C3443;
	background-color: #F3ECE5;
	text-align:center;
	}
	
h1 {
	background-color: #1C3443;
	border-left: 10px solid #41799E;
	color: #F3ECE5;
	font-size: 15px;
	font-weight: bold; 
	font-style: normal;
	letter-spacing: 3px;
	text-align: left; 
	padding: 0px 20px 3px 10px; 
}

h2 {
	background-color: #1C3443;
	color: #F3ECE5;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	text-align: left;
	}

h3 {
	background-color: #1C3443;
	color: #F3ECE5;
	font-size: 13px;
	font-weight: bold;
	letter-spaceing: 2px;
	text-align: left;
	}

hr {
	border: 1px solid #F3ECE5;
	}

a:link, a:visited, a:active       
	{
	border-bottom: 1px dotted #F3ECE5;
	color: #F3ECE5;
	font-weight: normal;
	font-style: italic;
	padding: 0px; 
	text-decoration: none;}

a:hover       
	{
	border-bottom: 1px double #F3ECE5;
	color: #F3ECE5;
	font-weight: normal;
	font-style: italic;
	padding: 0px; 
	text-decoration: underline;
	}