/*
 * standard.css
 */


a:link
{
	color: #bc700d;
	text-decoration: underline;
}

a:visited
{
	color: #3c5f50;
	text-decoration: underline;
}

a:hover
{
	color: #3c5f50;
}

img
{
	align: center;
}


body
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

input
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre
{
	font-size: 10px;
	line-height: normal;
}

select
{
	border: 1px solid #000000;	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}


.contentMain
{
	position: absolute;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	left: 180px;
	
}

.contentMain h2
{
	color: #3d5f50;
	text-align: right;
}


.sessionBox
{
	position: relative;
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	background-color: #000000;
	color: #ffffff;
	border: 1px;
}

.sessionBox h2
{
	text-align: right;
	color: #bc700d;
}



.contentMain img
{
	padding-right: 16px;
}

.contentHeader
{
	position: absolute;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	left: 180px;
	background: #000000;
	color: #ffffff;
}

.contentHeader h2
{
	text-align: right;
	color: #3c5f50;
}


.sidebar
{
	height: 100%;
	left: 5px;
	line-height: 14px;
	position: absolute;
	top: 30px;
	width: 150px;
}

.menuItem
{
	margin-left: 5px;
}

.copyright
{
	margin-top: 10px;
	border-top: 1px solid #3c5f50;
	color: #afafaf;
	font-size: 9px;
	line-height: normal;
	text-align: right;
}
