@import url("css/menu.css");

body 
{
	background: #fff; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	color: #444444;
}
#ContentContainer, .body
{
	width: 1010px;
	margin: 0 auto;
	background: #fff; 
}

.logo 
{
	background: transparent url(images/solmonlogo.jpg) no-repeat top left;
	width: 265px;
	height: 125px;
	float: left;
}

.login, .user
{
	text-align: right;
	color: #cdcdcd;
}
.footer
{
	height: 80px;
	width: 100%;
	background: #F0F0F0;
	
}

/* Pane Styles */
.RightPane
{
	width: 400px;
}

.ContentPane 
{
	padding: 0 20px 0 20px;
}

/* Default Styles */
body,
th,td,table,
h1,h2,h3,h4,h5,h6,
.Normal,
.NormalDisabled,
.Head,
.SubHead,
.SubSubHead, 
a:link, a:visited, a:hover, 
input, 
.CommandButton
{
	color: #2E3D47; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited, a:hover
{
	color: #9e4800;
}
a:hover 
{
	color: #713300;
	text-decoration: underline;
}

.clear_float 
{
	clear: both;
	line-height: 0; 
	font-size: 0; 
	height: 0;
}

h1, h2, h3, h4, h5, h6 
{
	color: #323232;
	font-family: "Times New Roman", Serif;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	
}
h1 
{
	font-size: 36px;
}
h2 
{
	font-size: 28px;
}
h3 
{
	font-size: 22px;
}
h4 
{
	font-size: 16px;
}
h5 
{
	font-size: 13px;
}
h6 
{
	font-size: 11px;
}

.cite1 
{
	border-bottom: #882f07 3px solid; 
	text-align: right; 
	padding: 10px; 
	margin: 10px; 
	width: 300px; 
	font-family: Times New Roman, Serif; 
	font-size: 16px; 	
	float: right; 
	border-top: #882f07 3px solid;
}
.UpperCase 
{
	color:#444444;
	font-family: "Times New Roman", Serif;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: dotted 1px #CDCDCD;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
}