
html, body, div#pagemaster
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: white;
}

body, p, h1, h2, div
{
	font-family: Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}

p, div
{
	font-size: 11pt;
	line-height:15pt;
}

p
{
	margin-left: 5px;
	margin-bottom: 20px;
}

div.smalltext
{
    font-size: 10pt;
}

span.highlight
{
	font-style: italic;
	color: #333333;
}

div.info_msg
{
	text-align: left;
	color: black;
	font-weight: bold;
}

div.error_msg
{
	color: red;
	font-size: 10pt;
	line-height: 15pt;
}

h1
{
	margin: 10px 0px;
	font-size: 14pt;
	color: gray;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: gray;
}

h2
{
    font-size: 11pt;
    font-weight: 700;
    padding: 2px;
    margin-left: 5px;
    color: #333333;
    background-color: white;
}

h1.headertitle
{
	margin: 10px 180px 20px 0px;
	font-size: 23pt;
	/*text-align: right;*/
	color: #009933;
	border-style: none;
}

h1.headertitle span
{
	color: #666666;
}

h2.headertitle
{
    font-size: 16pt;
    font-weight: 500;
    padding: 0px;
    margin: 15px 180px 0px 0px;
    color: #666666;
    background-color: white;
}

img
{
	margin: 10px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
	padding: 4px;
}

img.noframe
{
	padding: 0px;
	border-style: none;
}

img.partialframe
{
	padding: 0px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: black;
}

div#pagemaster
{
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	width: 460px;
}

div#imgbar
{
	margin: 0px;
	padding: 20px 0px;
	width: 160px;
	min-height: 100%;
	background-color: #66cc33;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #666666;
	float: right;
}

div#imgbar div
{
	margin-left: 10px;
}

div#imgbar div#logo
{
	margin-left: 40px;
}

div#main
{
	margin: 60px 0px 0px 0px;
	/*padding: 10px 10px;*/
	width: 270px;
	background-color: white;
	/*background-color: silver;
	background-image: url(imgs/silverbar.png);
	background-position: top right;
	background-repeat: no-repeat;*/
}

div#main div#content
{
	margin: 10px;
	text-align: left;
}

div#header
{
	padding: 0px;
	margin: 0px;
	width: 280px;
	height: 200px;
	background-color: #666666;
	background-image: url(imgs/core/graybar-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

div#eyecatcher {
    width: 280px;
    height: 200px;
    background-image: url(imgs/core/logo-new-bg.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}

div#linkbar
{
	position: absolute;
	bottom: 5px;
	width: 280px;
	height: 200px;
    background-image: url(imgs/core/logo-new-bg.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}

div#linkbar ul
{
	margin-left: 70px;
    margin-top: 20px;
	padding: 25px 0px;
	list-style-type: none;
	color: white;
}

div#linkbar ul li
{
	text-transform: lowercase;
	margin: 0px 0px 0px 10px;
    padding: 0px;
	/*float: left;*/
}

div#linkbar ul ul.sub
{
	padding: 0px;
	margin: 5px 0px 5px 20px;
	list-style-type: square;
}

ul.sub li
{
	text-transform: lowercase;
	font-size: 9pt;
	line-height: 11pt;
}

div#main ul
{
	list-style-type: square;
}

div#main ul li
{
	margin: 10px 0px;
}

div#linkbar a:link, div#linkbar a:active, div#linkbar a:visited
{
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

div#linkbar a:hover
{
	color: white;
	text-decoration: underline;
}

div#form
{
	text-align: right;
}

div#form input, div#form textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #66cc33;
	width: 220px;
}

div#form textarea
{
	height: 150px;
}

div#form input.button
{
	width: 70px;
	color: white;
}

div#form div
{
	line-height: 18pt;
}

