
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #4B695F url(images/bg_body.jpg) repeat-x;
	margin: 0;
	padding: 0;
	min-width: 800px;
	text-align: center;
}


#navigation ul
{
	margin: 0;
	list-style-type: none;
	line-height: normal;
	padding: 0;
	text-align: center;
	margin-bottom: 3px;
	font-size: .8em;
	text-transform: uppercase;
}

#navigation ul li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 3px 0 3px 10px;
	
}

#navigation ul li a
{
	text-decoration: none;
	padding: 3px 10px 3px 0;
	margin: 0;
	
}

#navigation ul li a:link, #navigation ul li a:visited
{
	color: #FFFFFF;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	color: #000000;
}


#title
{
	margin: 0;
	padding: 0;
    width: 100%;
    text-align: center;
    text-decoration:underline;
    
}

#title h1
{
	color: #FFFFFF;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3em;
	height: 28px;
    width: 100%;
    font-size: 1.5em;
    font-variant :normal;
    font-family :Georgia, Times New Roman ;  
    font-weight :normal; 
    
}

.Headings
{
    font-family: "Arial Black";
    font-size:small;
    color: #000099;
    width: 780px;
    height: 22px;
    margin-bottom: 0px;
    margin-top:0px;
}

.Main
{
    color: #3e3f2f;
    width: 779px;
    font-size:smaller;
       
}



#right
{
	background: #4b695f url(images/Keyboard_Right.png) no-repeat top right;
	width: auto;
	margin: 0;
	padding: 0;
}

#left
{
	width: auto;
	background: transparent url(images/Keyboard_left.png) no-repeat;
	margin: 0;
	padding: 0;
}

#center
{
	width: 780px;
	margin: 0 auto;
	text-align: center;
    height: 377px;
}



#center-top
{
	margin: 0;
	height: 15px;
	background: url(images/top.png) no-repeat;
	font-size: 0;
	line-height: 0;
    width: 780px;
}

#content-1
{
	float: left;
	width: 780px;
	font-size: .75em;
	margin: 0;
	padding: 0;
}

#content-2
{
	float: left;
	width: 780px;
	margin: 0 15px;
	padding: 0;
	font-size: .75em;
}

#center-middle
{
	float: left;
	width: 780px;
	font-size: .75em;
	margin: 0;
	padding: 0;
	background-color: White
}

#center-bottom
{
	clear: both;
	height: 15px;
	background: url(images/bottom.jpg) no-repeat;
	font-size: 0;
	line-height: 0;
}



#footer p
{
	font-size: .75em;
	margin: 12px 0;
}

.TableText
{
    font-family: Georgia;
    color: #3e3f2f;
    
}


