body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	color: #4d4d4d;
	background: #FFFFFF url(../../images/bg.gif) repeat-x top left;
}
img {
	border: 0;
}
.imgBorder{
	border: 1px solid #469fd1;
}
#wrap{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #1788d3 url(../../images/bg_header.jpg) no-repeat top left;
}
h1 {
	margin: 7px 0 33px 3px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #82c9f0;
	font-weight: normal;
}

A:link, A:visited, A:active	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #1787c5;
	text-decoration: underline;
}
A:hover	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #1787c5;
	text-decoration: none;
}

#content{
	padding: 0 14px 0 15px;
	width: 100%;
}
#right-col {
	width: 231px;
}
#contact-box {
	width: 217px;
	background: #FFFFFF url(../../images/bg_box.gif) repeat-x bottom left;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	padding-bottom: 8px;
}
#contact-box td {
	padding: 0 0 0 6px;
}
.greybox {
	background-color: #e4e4e4;
	width: 100%;
}
.greybox1 {
	background-color: #e4e4e4;
	width: 100%;
	border-bottom: 2px solid #fff;
}
.greybox2 {
	background-color: #e4e4e4;
	width: 100%;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
.subtitle {
	font-weight: bold;
	font-size: 18px;
	margin:  0 0 8px 0px;
}

/* footer */
#footer {
	padding: 11px 0 11px 0;
	background-color: #8dbfda;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
#footer A:link, #footer A:visited, #footer A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#footer A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}



/* forms */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.input {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #4d4d4d;
	border: 1px solid #c7c7c7;
	background-color: #FFF;
	padding: 3px 3px 3px 5px;
	width: 174px;
}

.inputdropDown {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #4d4d4d;
	border: 1px solid #c7c7c7;
	background-color: #FFF;
	padding: 3px 3px 3px 5px;
	width: 183px;
}

.textarea {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
	border: 1px solid #c7c7c7;
	background-color: #fff;
	padding: 3px 3px 3px 5px;
	width: 174px;
	height: 80px;
	overflow: auto;
}

.prop-title {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 14px;
	color: #Ab8D61;	
}