body
	{
		text-align: center;
		background : #A5AEBD url(../images/body.gif);
}

h1
	{
		display: none;
}

td 
	{
		font-family: verdana;
		font-size: 12px;
}

form 
	{
		margin-left: 130px;
}

img
	{
		border: none;
		padding: 0;
}

hr
	{
   		display: block;
		height: 1px;
		border-top: 1px dashed #cccccc;
		border-left: none;
		border-right: none;
		border-bottom: none;
		margin: 0px 30px 0px 130px;
		padding: 0;
}

#invisible
	{
		display: none;
}
#wrapper
	{
		border: 1px solid none;
		border-collapse: collapse;
		width: 800px;
}

#header
	{
		background-image: url(../images/header.gif);
		height: 75px;
}

#tabs
	{
		background-image: url(../images/logo1.gif);
		height: 25px;
		background-repeat : no-repeat;
		text-indent: 110px;
}

#balk
	{
		background-image: url(../images/balk.gif);
		height: 25px;
		background-repeat : no-repeat;
		padding-left: 130px;
		font-family: verdana;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

#balk ul
	{
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
}

#balk ul li
	{
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
}

#balk ul li a
	{
		border-top: none;
		border-left: 0px solid #000000;
		border-bottom: none;
		border-right: none;
		padding: 0;
		margin: 0px 10px 0px 10px;
		color: #000000;
		text-decoration: none;
		display: block;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		font-weight : lighter;
}

#balk ul li a.selected
	{
		border-left: 0px solid #000000;
		border-bottom: none;
		border-right: none;
		padding: 0;
		margin: 0px 10px 0px 10px;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		font-weight : lighter;
		display: block;
}

#balk ul li a:hover
	{
		border-left: 0px solid #000000;
		border-bottom: none;
		border-right: none;
		padding: 0;
		margin: 0px 10px 0px 10px;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		font-weight : lighter;
		display: block;
}

#content
	{
		background: #EEEEEE url(../images/content.gif);
		background-repeat : repeat-y;
		border-right: 1px solid #000000;
		padding-top: 5px;
}

#content div
	{
		float: left;
		margin-left: 5px;
		margin-top: -15px;
		padding: 0;
}

#content div ul
	{
		list-style-type: none;
		margin: 10px 0px 0px 0px ;
		padding: 0;
		font-family: verdana;
		font-size: 11px;
}

#content div ul li a
	{
		display: block;
		width: 5em;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		padding: .2em 0;
}
#content div ul li a:hover
	{
		display: block;
		width: 5em;
		text-align: center;
		text-decoration: underline;
		color: #fffff;
		padding: .2em 0;
}

#content p 
	{
		width: 620px;
		margin-left: 120px;
		text-align: justify;
		font-family: verdana;
		font-size: 12px;
}

#content p:first-letter
	{
		font-family: verdana;
		font-weight: bold;
		font-size: 12px;
}

#content p a {
		color: #7DB0AA;
		font-weight: bold;
		text-decoration: none;
}

#content p a:hover {
		color: #7DB0AA;
		font-weight: bold;
		text-decoration: underline;
}

#content p a:visited {
		color: #95B8C6;
		font-weight: bold;
		text-decoration: normal;
}

#content p a:visitedover {
		color: #95B8C6;
		font-weight: bold;
		text-decoration: underline;
}

#footer
	{
		background-image: url(../images/footer.gif);
		height: 34px;
		background-repeat : no-repeat;	
		vertical-align: center;
}

#footer ul
	{
		list-style-type: none;
		margin: 10px 0px 0px 0px ;
		padding: 0;
		font-family: verdana;
		font-size: 11px;
}

#footer ul .right 
	{
		float: right;
		width: 5em;
		padding-right: 5px;
}

#footer ul .left 
	{
		float: left;
		width: 5em;
		padding-left: 5px;
}

#footer ul li a
	{
		display: block;
		width: 5em;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		padding: .2em 0;
}
#footer ul li a:hover
	{
		display: block;
		width: 5em;
		text-align: center;
		text-decoration: none;
		color: #000000;
		padding: .2em 0;
}
