* 
{ 
	padding: 0; margin: 0; 
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#ffffff;
}
img {
	border:0;
}
	
a:link {
	color: #1555B5;
	text-decoration:none;
}

a:visited {
	color: #1555B5;
	text-decoration:none;
}

a:hover {
	color: #1555B5;
	text-decoration:underline;
}



#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#header {
 color: #333;
 width: 99%;
 height: 130px;
 margin: 10px 0px 0px 10px;
 background:#ffffff;
}

#menu {
 float: left;
 width: 100%;;
 height: 44px;
 color: #333;
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 0px 0px;
 background: url(images/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}


#menu a {
	float: left;
	width: 120px;
	height: 29px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 120px;
    height: 29px;
	color: #ffffff;
	text-decoration: underline;
	background: url(images/menu_r.gif);
}

#left { 
 color: #333;
 margin: 10px 0px 0px 0px;
 background-color:#FFFFFF;
 width: 236px;
 float: left;
}

#left H3
{
width: 216px;
height: 30px;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
padding-top: 14px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) ;
}

#left ul {
	list-style: none;
}

#left li {
background: url(images/title_back.gif) no-repeat top;
padding-top: 10px;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
	border: 0px;
}

#left a {
	color: #1555B5;
	margin-left:10px;
}
#left a:visited {
	color: #1555B5;
}

#left p
{
padding: 10px;
}


#right { 
 float: right;
 color: #333;
 width:500px;
 background-color:#FFFFFF; 
 margin: 0px 5px 0px 5px;
}

#right h4
{
	margin: 0;
	padding: 0px;
	font-size: 18px;
	color: #1555B5;
	margin-top:10px;
	margin-bottom:5px;
}

#right a
{
color: #1555B5;
text-decoration: underline;
text-align:right;
}


#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ul, #right ol
{
margin-left: 30px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #1555B5;
}

#footer {
	height: 50px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #1555B5;
	background: url(images/footer.gif) repeat-x bottom;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #1555B5;
}

input.btn{
   color:#990000;
   color:#ffffff;
   font-size:10px;
   background-color: #FFFFFF;
   background-image:url(menback.png);
   border:1px solid #990000;
   border:1px solid #000000;
   height:22px;}
   
TEXTAREA {
border: #0066FF 1px solid;
}     