html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}



#pageFrame{
	width:770px;
	margin:0 auto;
}

#header{
	width:770px;
	height:100px;
	background-image:url('/images/index_01.jpg');
	background-repeat:no-repeat;
	float:left;
}

#topLinks{
	clear:left;
	float:left;
	width:725px;
	margin-left:45px;
	height:30px;
	background-color: #999;
}
#topLinks ul{
	padding:0;
	
}
#topLinks ul li{
	display:inline;
	border-right:1px solid #fff;
	line-height:30px;
	
	height:30px;
	float:left;
	
}
#topLinks ul li.selected{
	background-color: red;
}
#topLinks ul li a{
	color: white;
	padding:0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#topLinks ul li a:hover{
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#leftMenu{
	margin-left:45px;
	float:left;
	width:174px;
	
	background-image: url('images/menu_back.gif');
}
#leftMenu .leftMenuHead{
	margin-top:1px;
	line-height:25px;
	text-align:right;
	float:left;
	width:160px;
	height:25px;
	padding-right:10px;
	background-color:red;
	color:white;
	font-weight: bold;
	
}

#leftMenu ul{
	clear:both;
}
#leftMenu ul li{
	list-style-image: url('images/list_menu.gif');
	
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
	
	
	font-size:12px;
}

#leftMenu ul li a{
	color: #999;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

#topMiddleSplit{
	clear:both;
	width:770px;
	height:40px;
	background-image: url('images/topcentresplit.gif');
}
#mainImage{
	float:left;
	width: 551px;
	height:272px;
}

#mainContent{
	margin-left:219px;
	float:left;
	width:551px;
	height:auto;
}

#mainContent h3{
	font-size:16px;
	margin-bottom:20px;
}
#mainContent p{
	color: #555;
	font-size:13px;
	margin-bottom:15px;
	line-height:20px;
	font-family: arial;
}
#mainContent ol,ul{
	font-size:12px;
	color: #555;
	padding-left:30px;
	margin-bottom:15px;
}
#mainContent li{
	line-height:20px;
}
#footer{
	clear:both;
	width:770px;
	border-top:10px solid #eee;
}
#footer ul{
	margin-top:10px;	
}

#footer ul li{
	display:inline;
	border-right:1px solid red;
	padding:0 10px;
}
#footer ul li a{
	color: #555;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration: underline;
}

#footer p{
	font-size:11px;
	color:#555;
}
