
#liststyle1 {
	list-style:	none;
	margin-left: 40px;
	width: 100%;
}

#liststyle1 li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EFEFEF;
	height:	16px;
	padding-top: 5px;
	margin: 0px;
	margin-right: 2px;
	font-weight: bold;
	margin-bottom: -2px;
	border-left: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

#liststyle1 li.selected {
	color: #df0275;
}

#liststyle1 li:hover {
	color: #df0275;
	font-weight: bold;
	cursor: pointer;
}

#liststyle1 li:active {
	color: #df0275;
	font-weight: bold;
}

#c_menu {
	float:					left;
	background-image:		url( './images/menuBg.png' );
	width: 					197px;
	height:					224px;
	padding-top:			70px;
	padding-left:			10px;
}

#c_menu ul { list-style: none; }
#c_menu ul li { padding-left: 15px; line-height: 20px; background: url('./images/bullit.gif') no-repeat left; }
#c_menu ul li a { font-size: 12px; font-weight: bold; text-decoration: none; color: #000; }
#c_menu ul li a:hover { color: #df0275; }

#c_cont {
	float:					left;
	margin-left:			20px;
	width: 					710px;
}

#c_cont h2 { margin-bottom: 20px; padding-left: 40px; height: 32px; line-height: 32px; font-size: 22px; font-weight: bold; font-style: italic; background: url('./images/textH2.gif') no-repeat left; }
#c_cont h2 span { color: #df0275; }
#c_cont p { padding: 0px 20px 15px 40px; line-height: 18px; }
#c_cont table { width: 100%; } /* margin-left: 38px; */
#c_cont table.m { margin-left: 38px; }

#c_cont fieldset { padding: 20px; overflow: hidden; width: 444px; border: 0px; background: url('./images/aanTop.gif') no-repeat top; }
#c_cont label { margin-bottom: 5px; display: block; float: left; width: 193px; height: 26px; line-height: 26px; }
#c_cont input.field { margin-bottom: 5px; padding: 6px 5px 0px 5px; float: right; width: 241px; height: 20px; color: #000; border: 0px; background: url('./images/field2Bg.gif') no-repeat; }
#c_cont form { margin: 0px 20px 15px 40px; width: 484px; background: url('./images/aanBg.gif') repeat-y; }
#c_cont div.top { background: url('./images/aanBottom.gif') no-repeat bottom; }
#c_cont select { float: right; }
#c_cont select.styled { margin-bottom: 5px; width: 251px; height: 26px; color: #000; }
#c_cont select.multiple { margin-bottom: 5px; padding: 5px; width: 251px; color: #000; border: 1px solid #f2f1f1; background: #fff; }
#c_cont span.select { margin-bottom: 5px; padding: 6px 5px 0px 5px; position: absolute; overflow: hidden; width: 251px; height: 26px; color: #000; background: url('./images/selectBox.gif') no-repeat; }
#c_cont p.right { padding-top: 10px; text-align: right; }
#c_cont a.submit { font-style: italic; font-size: 17px; font-weight: bold; text-decoration: none; color: #df0275; }
#c_cont a.submit span { color: #000; }
#c_cont a.submit:hover { color: #000; }


#c_cont a.link1 { color: #000; text-decoration: none; }
#c_cont a.link1:hover { color: #df0275; }
#c_cont h3 { padding-bottom: 15px; font-size: 15px; font-style: italic; font-weight: bold; }
