﻿/* CSS Document */

* {
	margin:0; padding:0;
}

body{
	background:#FFFFFF url(images/footer.gif) bottom repeat-x;
}

a:hover{text-decoration:none;}
a:link {color:#868686}
li {
	color: #868686
}

html, input, textarea
	{
		font-family:Georgia, tahoma; 
		font-size:13px;
		line-height:17px;
		color:#868686;		
	}

strong {font-size:15px; color:#444444;}
strong .subtitle {font-size:13px; color:#444444;}

#header {height:230px;}
#header {padding:25px 0 0 0;}
#header .content {background:url(images/header.jpg) top left no-repeat; padding:30px 30px 30px 30px; color:#ffffff;}

#menu {background:url(images/menu_tall.gif) top repeat-x; height:53px;}
#menu .rightbg {background:url(images/menu_right.gif) top right no-repeat;}
#menu .leftbg {background:url(images/menu_left.gif) top left no-repeat; width:100%; height:65px;}
#menu .padding {padding:11px 0;}
#menu li {float:left; width:123px; background:url(images/menu_libg.gif) top right repeat-y; font-size:12px; text-align:center;  display:block;}
#menu li a {color:#919191; text-decoration:none; font-weight:normal; font-size:12px; display:block; padding:8px 0 5px 0;}
#menu li span{ display:block; padding:8px 0 5px 0;}
#menu li a:hover {color:#003399; text-decoration:none;}
#menu li span {color:#ff0000; text-decoration:underline;}

#main { width:738px;}
#main { margin:0 auto;}

#footer { height:61px;}
#footer .indent {padding:13px 0 0 0px; color:#868686; font-size:12px;}
#footer a {color:#444444; font-weight:bold;}




