body {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	color: #4A4A4A;
	background-color: #CCC;
}
img {
	border: 0;
}

#wrap{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #FFF;
	background-color: #DFDFDF;
}

#top {
	position: relative;
	border-bottom: 3px solid #032A63;
}
#menu {
	position: absolute; 
	top: 80px; 
	left: 17px;
	width: 177px;
}
#menu-inner {
	position: absolute; 
	top: 15px; 
	left: 17px;
	width: 177px;
}

A:link, A:visited, A:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #093D89;
	text-decoration: underline;
}
A:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #093D89;
	text-decoration: none;
}

#content{
	padding: 19px;
}
.text-blue-dark {
	color: #093D89;
	font-weight: bold;
}
.text-blue-light {
	color: #4172B9;
	font-weight: bold;
}

/* footer */
#footer { 
	margin: 10px 0 30px 0; 
	font-size: 10px; 
	color: #666666; 
}
#footer A:link, #footer A:visited, #footer A:active { 
	font-size: 10px; 
	color: #666666; 
	text-decoration: none; 
}
#footer A:hover { 
	font-size: 10px; 
	color: #666666; 
	text-decoration: underline; 
}
/* forms */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #4A4A4A;
	border: 3px solid #FFF;
	background-color: #FFF;
	width: 190px;
}


.textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 12px; 
	color: #4A4A4A;
	border: 4px solid #FFF;
	background-color: #FFF; 
	width: 290px; 
	height: 167px; 
	overflow: auto; 
}
*html .textarea { 
	height: 173px; 
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #FF0000;	
}