a {
	color:#1D276D;
	border-bottom: 1px #AAA dashed;
	text-decoration:none;
}
a:hover {
	color: #2B399F;
}
html {
	background-color: #EEE;
	background-image:url('images/main_bg.gif');
	background-repeat:repeat-x;
	width:99%;
	color:#000;
	font-family: Verdana,Arial;
	font-size: 12px;
}
input, textarea {
	border:1px #6F7C8D solid;
	background-color:#bfbaf0;
	font-family: Arial;
}
.input {
	background-image:url('images/input.gif');
	background-repeat:repeat-x;
	height:15px;
}
textarea:focus, .input:focus {
	border: 1px solid #2cf;
	background-image:none;
}
.error {
	background-color:#C33;
	border:1px #000 solid;
	width:500px;
	margin:0 auto;
}
.wrapper {
	min-width:848px;
	width:90%;
	background-image:url('images/cellpic_menu.gif');
	margin:30px auto;
	padding:0px;
	border: 1px solid #6F7C8D;
	background-color: #FFF;
}
.header {
  width:100%;
	margin:0;
	background-color:#CC0000;
}
.content, .sidigation {
	float:left;
	margin:0px;
}
.content {
	background-color: #F7F6FE;
	width:67%;
	min-height:200px;
	min-width:575px;
	margin-right:-1px;
	border-left:1px #6F7C8D solid;
	border-right:1px #6F7C8D solid;
}
.sidigation	{
	text-align:center;
	padding-top:40px;
	width:16%;
	min-width:135px;
	padding-left:0px;
}
.cellpic2, .cellpic {
	width:100%;
	height:15px;
	background-image: url('images/cellpic.gif');
}
.heading {
	background-image: url('images/heading.gif');
	background-repeat:repeat-x;
	float:left;
}
.cellpic2 {
	background-image: url('images/cellpic1_2.gif');
}
.footer {
	clear:both;
	width:100%;
	height:15px;
	border-top:1px solid #6F7C8D;
	background-image:url('images/cellpic1_2.gif');
	background-repeat:repeat-x;
}
.navigation a{
	color:#000;
	border:0px;
}
.navigation a:hover{
	color: #111;
}
.navigation {
	border:0px;
	text-align:left;	
	margin-left:5px;
	margin-right:5px;
	padding-left:0px;
	position:relative;
	font-size:14px;
	overflow:visible;
	cursor:pointer;
}
.navigation li {
	display:none;
	padding:1px;
	border-top:1px dashed #FFF;
}
.navigation .title,.navigation .current, .navigation:hover li {
	display:block !important;
}
.navigation .title,.navigation .current {
	color:#EEE;
}
.navigation .title {
	border: 0px;
	font-size:16px;
	font-weight:bold;
	color:#000 !important;
	cursor:default;
}
.navigation:hover li:hover {
	color:#FFF;
}
/*#8e85f0*/
