* { 
	margin : 0; 
	padding : 0; 
}
body {

	margin:0px 0px 0px 0px;
	padding:0px;
}

/* ------------- general styles */
/* =html */
html { 
	background : #FFF;
}


/* ------------- left styles */

div#contentdiv {
	position : relative;
	width : 505px;
	left : 20px;
	top : 8px;
}
div#contentdiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
	line-height: 15px;
	color: #000;
}
div#contentdiv p a:link { 
	color : #000; 
	font-weight: bold;
	text-decoration : underline;
}
div#contentdiv p a:visited { 
	color : #000; 
	font-weight: bold;
	text-decoration : underline;
}
div#contentdiv p a:hover { 
	color : #FD9D4D; 
	font-weight: bold;
	text-decoration : underline;
}
div#contentdiv span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FD9D4D;
}

/* =general styles */
div#leftdiv {
	position: relative;
	width : 525px;
	float : left;
	z-index: 10;
}




/* ------------- right styles */

/* =signupdiv */
div#signupdiv {
	position : relative;
	width : 230px;
	height : 45px;
	left : 10px;
	top : 8px;
}
div#signupdiv p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FD9D4D;
}
#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f6e7c;
	border: 1px solid #000;
	padding : 3px 2px 3px 2px;
	margin-top: 5px;
	margin-left: 5px;
}
#submit:focus {
	color: #000000;
	background-color: #ffc;
}
/* =quicklinksdiv */
div#quicklinksdiv {
	position : relative;
	width : 260px;
}
div#quicklinksdiv h2 { 
	width: 236px; 
	height : 73px; 
	background : url(/img/siteimages/quicklinks.png) no-repeat; 
	text-indent : -9999px;
}
div#links {
	position : relative;
	width : 190px;
	left : 30px;
	overflow:hidden;
	height: 23px;
}
div#links ul{
	margin: 0px;
	padding:0px;
	list-style:none;
}
div#links li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: block;
	float:left
}
div#links a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 23px; 
	display: block;
}
div#links #upload a{ 
	background: transparent url(/img/siteimages/upload.png) no-repeat; 
	padding: 0px 0px 0px 0px; 
	overflow: hidden; 
	width: 79px;
	text-indent : -9999px;
}
div#links #upload a:hover {
	background-position: 0% -23px;
}
div#links #pay a{ 
	background: transparent url(/img/siteimages/makepayment.png) no-repeat; 
	padding: 0px 0px 0px 0px; 
	overflow: hidden; 
	width: 95px;
	text-indent : -9999px;
}
div#links #pay a:hover {
	background-position: 0% -23px;
}

/* =footerdiv */

div#footerdiv {
	position : relative;
	width : 260px;
	height : 12px;
	top : -5px;
	text-align: center;
}
div#footerdiv ul {
	margin : 0;
	display : inline;
	list-style-type : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FD9D4D;
}
div#footerdiv li {
	display: inline;
	margin-right: .3em; padding-right: .5em;
}
div#footerdiv a:link { 
	color : #FD9D4D; 
	text-decoration : none;
}
div#footerdiv a:visited { 
	color : #FD9D4D; 
	text-decoration : none;
}
div#footerdiv a:hover { 
	color : #FD9D4D; 
	text-decoration : underline;
}
/* =general styles */
div#rightdiv {
	position: relative;
	width : 260px;
	float : right;
	z-index: 1;
	/*background-color: #000000;*/
}


.error_msg {
	/*position: absolute;
	right: -200px;*/
	width: 90%;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	z-index: 100;
}

