/* HTML */
body
{
	background-color: #646464;
	margin:  0;
	padding: 0;
	font-size:   18px;
	font-family: Verdana, Geneva, sans-serif;	
}
h1
{
	color:         #411e50;
	font-size:	   20px;
	font-weight:	bold;
	margin-bottom: 7px;
}
h2
{
	color:         #411e50;
	font-weight:	bold;
	margin-bottom: 5px;
}
h2.company {
	font-size:		1em;
	font-weight:	normal;
	padding-left:	1em;
	margin-bottom:	1em;
}
p
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align:justify;
}
a
{
	color:#3c1e50; /* purple */
	text-decoration: none;
}
a:hover, a:active
{
	color:#3c1e50; /* purple */
	text-decoration: underline;
}
sup
{
	font-weight: normal;
	font-size:	.6em;
	color:#555;
}
abbr
{
	border-bottom: dashed 1px #999;
	cursor: help;
}
hr
{
	margin: 5px auto 5px auto;	
}



/* layout */
#main
{
	width:   1042px;
	margin:  0 auto;
	padding: 0px 9px 0px 9px;
}
#header
{
	width:  1042px;
	height: 287px;
	background-image:url("header.png");
}
#logo
{
	width:  414px;
	height: 212px;
	float:  left;
	margin-top:   4px;
	margin-left: 25px;	
}
#graphic
{
	width:  588px;
	height: 222px;
	margin-right: 9px;
	float:  right;
}
#notice
{
	width:  290px;
	height: 65px;
	margin-left:  9px;
	margin-right: 30px
	float: left;
	color: #ffffff;
	text-align: center;
}
#menuTop
{
	width:  704px;
	height: 42px;
	margin-right: 9px;
	padding-top:  23px;
	float: right;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
#menuTop a
{
	color: #ffffff;
}
#content
{
	width:  1042px;
	background-image:url("content.png");
	background-repeat:repeat-y;
	overflow: hidden;
	position: relative;
}
#content-left
{
	position: absolute;
	width:303px;
	height: 1100px;
	min-height: 1100px;
	padding-left: 35px;
	top: 0px;
	left: 0px;
	float:left;
	font-size: 16px;
}
#content-left ul li
{
	color: #5aaf0f; /* green */
	font-weight: bold;
	list-style: disc;
}
#content-left ul li ul
{
	padding-left: 1em;	
}
#content-left ul ul li
{
	color: #ffffff; /* white */
	font-weight: normal;
	list-style: disc;
	margin-left: -25px;
}
.credentials
{
	font-size: 14px;	
}
#flower
{
	width:  95px;
	height: 50px;
	margin: 25px 0 25px 72px;
	background-image:url("flower.png");
}
#content-right
{
	width:683px;
	min-height:    25em;
	padding-right: 9px;
	padding-top:   25px;
	padding-left:  20px;
	margin-left:   329px;
	font-size:     16px;
}
#content-right p
{
	padding-right: 30px;	
}
#content-right a
{
	border-bottom: solid 1px #999;
}
#content-right a img
{
	border-bottom: none;
}
#footer
{
	width:  1042px;
	height: 86px;
	background-image:url("footer.png");
}
#footerLinks
{
	width: 1024px;
	margin: 0 9px 0 9px;
	padding-top: 20px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;	
}
#footerLinks a
{
	color: #ffffff;	
}
#copyright
{
	width: 1024px;
	margin: 0 9px 0 9px;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #828282;
}