html
{
	height: 100%;
}

body
{
	text-align: left;
    	font-size: 11px;
    	font-family: Verdana;
	margin: 0 0 0 0;
	background-color: #FFF;
}

h1
{
	font-size: 1em;
	margin: 0;
}

a:link {
	color: #0063AB;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0063AB;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #00F;
	font-weight: bold;
}
a:focus {
	color: #00F;
	font-weight: bold;
}

.white-link:link{
	color: #FFF;
	font-weight: bold;
}

.white-link:visited{
	color: #FFF;
	font-weight: bold;
}

.white-link:hover{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dotted;
}

.white-link:active{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dotted;
}

#layout
{
	width: 100%;
	height: 99%;
	background-image: url(../../img/background.gif);
	background-repeat: repeat-x;
}

#layout-top
{
	height: 138px;
	width: 100%;
	background-image: url(../img/top.jpg);
}

#layout-top-holder
{
	width: 86px;
	height: 138px;
	float: left;
}

#layout-top-blueline
{
	width: 159px;
	height: 118px;
	float: left;
	background-color: #7FB1D5;
	margin-top: 20px;
}

#layout-menuline
{
	height: 31px;
	width: 100%;
	background-color: #0063AB;
	
}

#layout-menuline-holder
{
	margin-left: 46px;
	width: 954px;
	height: 31px;
}

#layout-menuline-content
{
	background-color: #FFF600;
	width: 154px;
	height: 24px;
	padding-top: 7px;
	padding-left: 800px;
}

#layout-center
{
	width: 1000px;
	min-height: 400px;
	background-image: url(../img/background-line.gif);
	background-repeat: repeat-y;
}

#layout-center-holder
{
	width: 86px;
	background-color: #FFF;
	float: left;
}

#layout-center-menu
{
	width: 159px;
	min-height: 400px;
	background-color: #7FB1D5;
	height:100%;
	float: left;	
}

#layout-center-content
{
	width: 752px;
	background-color: #FFF;	
	float: left;	
        margin-left:3px;
	margin-bottom: 10px;
}

#layout-bottom
{
	background-color: #FFF600;
	height: 31px;
	width: 100%;
}

#layout-bottom-holder
{
	margin-left: 46px;
	width: 954px;
	height: 31px;	
}

#layout-bottom-content
{
	background-color: #0063AB;
	width: 74px;
	height: 24px;
	padding-top: 7px;
	padding-left: 880px;
}

#layout-footer
{
	width: 100%;
	height: 20px;
}

#layout-footer-holder
{
	width: 86px;
	height: 20px;
	background-color: #FFF;
	float: left;	
}

#layout-footer-color
{
	width: 159px;
	height: 20px;	
	background-color: #7FB1D5;
	float: left;	
}

.cnt-headline
{
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #00F;
	margin-bottom: 1px;
	font-weight: bold;
}

.form-div 
{
	clear:both;
	display:block;
	padding-bottom:5px;
	width:495px;
}

.form-label-div 
{
	float:left;
	width:100px;
}

input.inputfield 
{
	border:1px solid #000000;
	width:387px;
}

.form-div 
{
	clear:both;
	display:block;
	padding-bottom:5px;
	width:495px;
}

.form-label-div 
{
	float:left;
	width:100px;
}

textarea.textarea 
{
	border:1px solid #000000;
	height:200px;
	width:487px;
}

/* Office Fixes */
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}
