
/* General setup */

SPAN {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Lucida, sans-serif;
	font-size: 10pt;
}

BODY {
	margin: 0px;padding:0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Lucida, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 10px;
	border: 2px solid #666666;
	margin: 30px 50px 0px 50px;
	height: 480px;
}


HR {
	height: 1px;
	color: #99CC33;
}

h1 {
	font-weight: bold;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Lucida, sans-serif;
	font-size: 10pt;
}

FORM
{
	padding: 25px;
}

INPUT, TEXTAREA
{
	font: 12px verdana;
	border-width: 1px 1px 1px 5px;
	border-color: #0D0A5B;
}

/* Page layout objects */

#main
{
	text-align: left;
	padding: 10px;
	border: 2px solid #666666;
	margin: 30px 50px 0px 50px;
	height: 480px;
}


#pagetitle {
	/*width: 100%;*/
	background: #0D0A5B;
	text-align: right;
	padding: 5px;
	font-size: 12pt;
	color: #FFFFFF;
}

#menu
{
	float: left;
	width:20%;
}

#menu a
{
	display: block;
	margin: 0;
	padding: 1px;
	padding-left: 3px;
	border: 1px solid #FFF;
    border-right:4px;
	font: bold;
	color: black;
	text-decoration: none;
}

#menu a:hover
{
	background-color: #D4D4DF;
	color: rgb(50%,0%,0%);
	color: black;
	border: 1px solid #666;
    border-right:4px solid #666;
}

#menu a:link img {
	border: solid white;
}

#menu a:visited img {
	border: solid white;
}

#content
{
	text-align: left;
	float: right;
	border-width: thin; 
	border-style: groove;
	padding: 10px; 
	background: #D4D4DF url(images/logo_background.gif) bottom right no-repeat;
	overflow: auto; 
	height: 380px;
    margin:0;
	width: 75%;
	overflow-x: hidden;
}

#contentcenter
{
	text-align: center;
	float: right;
	border-width: thin; 
	border-style: groove;
	padding: 10px; 
	background: #D4D4DF url(images/logo_background.gif) bottom right no-repeat;
	overflow: auto; 
	height: 380px;
    margin:0;
	width: 75%;
	overflow-x: hidden;
}

#contentcenter td
{
	padding-top: 5px;
}

#photoright
{
	float: right;
	padding-left:7px;
}

#photoleft
{
	float: left;
	padding-right: 7px;
	margin-right: 17px;
}

#smoke
{
	text-align: center;
}

#smoke a
{
	padding: 1px;
	border: 1px solid #FFF;
	padding-right: 0px;
	margin-right: 0px;
}

#smoke a:hover
{
	background-color: #FFF;
	border: 1px solid #FFF;
}

#logo
{
	float: left;
	padding-top: 10px; 
	padding-left: 10px; 
}

#footercontainer
{
	clear:both;
	padding-top:10px;
	height: 10px;
}

#pagefooter {
	background: #0D0A5B;
	text-align: left;
	padding: 5px;
	font-size: 8pt;
	color: #FFFFFF;
}

/* end of stylesheet */
