﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
} 

a:link, a:visited
{
    color:inherit;
    text-decoration:none;
}

a:hover
{
    color:inherit;
    text-decoration:none;
}

a.a1:link, a.a1:visited
{
    color:blue;
    text-decoration:underline;
}

a.a1:hover
{
    color:blue;
    text-decoration:underline;
}


ul.u1
{
	list-style-type:none;			
}

.buttonLink
{
	text-align:center;
}

div#content
{
	width: 975px;
	margin:0px auto 0px auto;
}

div#header
{
	width:100%;
	height:150px;
	background-image: url(images/logo.png);			
	background-repeat:no-repeat;
}

div#bodycontent
{
	min-height: 500px;
}

div#leftbody
{
	background-color:#19171C;
	width: 200px;
	min-height: 800px;
	float: left;
	
	margin-right: 10px;
}

div#rightbody
{
	width: auto;
	min-height:800px;
	background-color:#EEEEEE;
}

a.a2:link,a.a2:visited
{
	color:#55B1F2;
}

.PaperTableCell
{
	text-align:center;
	border:1px solid #0076B4		
}

.button
{
	float: right;
	clear: right;
	width:100%;
	height: 20px;
	
	margin-top:10px;
	
	border-top:2px;
	border-bottom:2px;
	border-left:0px;
	border-right:0px;
	border-color:#F89728;
	border-style:solid;
	
	color: #F89728;
	font-size:15px;
}

.buttonfocus
{
	border-color: white;
	color:white;
	background-color: #0076B4;		
}

.button:hover
{
	border-color: white;
	color:white;		
}

.title
{
	font-size:32px;
	font-style:oblique;
		
	margin-bottom:10px;			
}

div#introduction
{
}

.leftindent
{
	float:left;
	width:200px;
	margin-bottom:5px;			
			
}

.rightindent
{
	clear:right;
	margin-bottom:5px;			

}

.discList
{
	list-style-type:disc;
}

.link
{
	color:blue;
}


