@charset "UTF-8";
/* CSS Document */

#topNav li a.homeSelected{
	margin:5px 0 0 20px;
	padding:5px;
	display:block;
	text-decoration:none;
	background:url(../../images/ico_home.gif) no-repeat center 0;
	height:15px;
	width:25px;
}

#leftCol a:hover{
	color:#996600;
}

#leftCol a.selected{
	color:#996600;
}

#leftColTop a.selected{
	color:#996600;
}

.submitBtn{
	background:#FFF;
	margin:15px 0 0 0;
	border:1px solid #2F2E2A;
	color:#2F2E2A;
	padding:3px 5px 3px 5px;
}

#titleBar{
	margin: 0 0 10px 0;
	padding:10px 30px 10px 10px;
	width: 440px;
	background:#996600 url(../../images/mini_logo_gold.gif) no-repeat 445px;
}


.buttonSubmit2 a{
	margin:10px 0 0 160px;
	text-align:center;
	width:59px;
	height:16px;
	color:#FFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	background:url(../../images/forms/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
/*.buttonSubmit2 a:hover {
	background-position:left bottom;
}*/




