*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, sans-serif, Tahoma;
	background: #c0c0c0;
}


p
{
	margin: 10px 0;
}

#main
{
	width: 948px;
	margin: 20px auto;
}


#header
{
	height: 182px;
	background: url('/img/header.jpg') no-repeat;
}

a 
{
	color: rgb(33,64,144);
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;	
}





.noborder
{
  border: 0 !important;
}



#error
{
	border: solid 1px red;
	background: pink;
	margin: 10px 0 10px 0;
}

#error h3
{
	padding: 5px; margin :0;
}

#error ul
{
	padding: 5px 0 10px 40px; margin :0;
}

h2
{
	margin: 0 0 10px 0;
}

ul
{
	padding: 0;
	margin: 0 0 10px 30px;

}

#body
{
	background: url('/img/body.jpg') repeat-y;
	padding: 5px 25px;
	_height: 500px;
	min-height: 500px;
}

#menu
{
	position: absolute;
	top: 174px; 
	text-align: center;
	/*border: solid 1px red;*/
	width: 950px;
}

#menu span
{
	padding: 0 20px;
}

#menu a
{
	color: #211c89;
	font-weight: bold;
}

table.beautifulTable th       { color: white; font-weight: bold; padding: 1px; margin: 1px; background: #ccddff;}
table.beautifulTable thead    { color: white; font-weight: bold; background: #6699FF;}
table.beautifulTable thead td { text-align: center;}
table.beautifulTable thead th { text-align: center; background: #fff;}
table.beautifulTable          { background: #fff; border: solid 1px black;}
table.beautifulTable td       { border-collapse: collapse; padding: 2px; margin: 1px;}
table.beautifulTable tfoot    { background: #fff; color: #aaa; font-weight: bold; }

.icon
{
	vertical-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}

.input_with1
{
    width: 400px;
}


#footer
{
	height: 35px;
	background: bottom url('/img/footer.jpg') no-repeat;
	
	padding: 0 0 0 0; 

}


#footerLinks
{
	text-align: center;
}
#footerLinks a
{
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

