﻿body
{
	font-size: small;
	font-family: Arial;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: black;
}

.bottomLink
{
	color: White;
}

.contentLists
{
	padding-left: 10px;
	list-style-type: square;
}

.contentLink
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.leftMenu
{
	border-right: black thin inset;
	width: 155px;
}

.leftText
{
	font-weight: bold;
	width: 145px;
}

.pageContent
{
	padding-left: 10px;
	text-align: left;
}

.pageFooter
{
	color: White;
}

.pageHeader
{
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 20px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
	background-color: silver;
	width: 500px;
}

.pageTable
{
	width: 770px;
	height: 600px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: white;
}

* {margin:0; padding:0;} 

div#menu
{
	width: 150px;
	background: url(images/menu_1.gif) no-repeat 50% top;
	padding-top: 38px;
} 

div#menubody
{
	background: url(images/menu_2.gif) repeat-y;
} 

div#menubottom
{
	height: 26px;
	background: url(images/menu_4.gif) no-repeat 50% bottom;
} 

ul#menulist 
{
	width:110px; 
	list-style-type:none;
} 

ul#menulist li
{
	height: 45px;
	background: url(images/menu_3.gif) repeat-x 50% bottom;
} 

ul#menulist a
{
	width: 100px;
	height: 36px;
	border-left: #54585b 10px solid;
	font: bold 10px Verdana, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 0 0 0;
	display: block !important;
	display: inline-block;
} 

ul#menulist a:hover
{
	background: url(images/menu_5.jpg) repeat-y left 50%;
} 
