/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	
}
/* LINKS */
a {}
a:hover {
	text-decoration: none;
}
/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: bold;
	font-size:24px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #C5B9CE;
	color: #625072;
	background-color: #D5CDDC;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-variant: normal;
	text-decoration: none;
}
h2{
	font-weight: normal;
	font-size:18px;
	background-color: #EBE8EE;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #C8BED1;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
h3{
	font-weight: normal;
	font-size:14px;
	background-color: #E1DDE6;
	border-top: none;
	border-right: none;
	border-bottom: dotted #D5CEDB;
	border-left: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4{	font-weight: bold;
	font-size:14px;}
h5{	font-weight: bold;
	font-size:14px;}
h6{	font-weight: bold;
	font-size:14px;}
/* BACKGROUNDS */

#master {
	background-color: #F7F7F7;
	width: 100%;
	text-decoration: none;
}
#header {
	width: 100%;
	background-color: #5D6E7E;
	padding: 0px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

#menu {
	width: 20%;
	float: left;
	padding: 5px;
}

#content {
	background-color: #ffffff;
	float: left;
	margin: 0px;
	padding: 5px;
	float:left;
	width: 60%; 

}
#sidebar {
	width: 15%;
	float: right;
	margin: 0px;
	padding: 5px;
	font-size: 12px;

}

#footer {
	background-color: #999999;
	margin: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	border-top: 1px solid #999999;
}

#box h1{
	background-color: #AE9FBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.menu a {
	text-decoration: none;
	color: #000000;
	list-style-type: none;
	padding: 4px;
	background-color: #9BA9B5;
	border-width: 2px;
	border-style: solid;
	border-color: #666699;
	display: block;
}

li.menu a:hover {

	background-color: #DEE2E7;

}
