@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	color: #74653d;
	background-image: url(images/bgPage.jpg);
	background-repeat:repeat-x;
	background-color: #f7f0de;
	line-height: 14px;
	
}
.pageColumnLeft{
	width: 9px;
	background-image: url(images/bgPage_left.jpg);
	background-repeat: repeat-x;
	background-color: #8c897f;
}
.pageColumnRight{
	background-image:url(images/bgPage_right.jpg);
	width: 8px;
	background-repeat: repeat-x;
	background-color: #8c897f;
}
a {
	color: #1d2c53;
	font-weight:bold; 
}

.welcomeContent{
	padding: 0px 20px 0px 0px; /* T R B L */
	text-align:justify;
}

a:hover {
	text-decoration: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;

}
img.right {
	float: right;
	margin: 0 15px 0 0;
}
img.top{
	float:right;
	margin: 0 0 0 0;
}

/* Wrapper */

.wrapper {
	width:832px;
	margin:0 auto;
}

/* Sidebar */

.leftColumn{
	background-image:url(images/bgLeftColumn.jpg);
	height: 100%;
}
.nav1 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background-color: #3d4c76;
	text-align:right;
}
.nav1 a{
	color: #fff;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	padding-right: 10px;
	font-size: 12px;
}
.nav1 a:hover{
	color: #fff;
	text-decoration: underline; 
}
.nav2 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background-color: #1d2c54;
	text-align:right;
}
.nav2 a{
	color: #fff;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	padding-right: 10px;
	font-size: 12px;
}
.nav2 a:hover{
	color: #fff;
	text-decoration:underline;
}
.hr1{
	height:1px;
	background-image:url(images/hr1.gif);
}
.hr2{
	height:1px;
	background-image:url(images/hr1.gif);
}


/* getting rid of bullet symbols */
.noBullet {
	list-style: none;
}

/* Packages */
.packages{
	background: url(images/bgPackages.jpg) repeat-y;
	background-color: #eae4d0;
	padding: 0px 25px 0px 25px;
	text-align: justify;
}

/* Content */

.content {
	width: 581px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}


.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}


/* Footer */

.footer {
	height: 31px;
	background-color:#918e83;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	font-size: 8pt;
}


.footer a {
	color: #fff;
}

.bodytext {
font-size: 9pt;
font-family: Arial;
color: #74653D 
}

.footertext {
font-size: 8pt;
font-family: Arial;
color: #ffffff 
}

.footertext a {
	text-decoration: none;
	font-weight: normal;
}


/* form elements */

.formHeader{
	font-size: 11px;
	font-family: Arial;
	color: #423819;
	font-weight:bold; 

}
.formContent{
	font-size: 11px;
	font-family: Arial;
	color: #74653D;

}
.formBorderTop{
border-top: 1px solid #74653d;

}
.textbox1{
	width: 80px;
	color: #74653d;
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;


}
.textbox2{
	width: 300px;
	color: #74653d;
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;

}
.textbox3{
	width: 50px;
	color: #74653d;
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;

}

select, input, textarea, label {
	color: #74653d;
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;
}

.formtext {
	color: #74653d;
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;
}

.field1 {
	width: 250px;
	background-color: white;
	border: 1px solid gray;	
}

.field2 {
	width: 150px;
	background-color: white;
	border: 1px solid gray;
}

.field3 {
	width: 75px;
	background-color: white;
	border: 1px solid gray;
}

.field4 {
	width: 45px;
	background-color: white;
	1px solid gray;
}


.submitButton{
	background-color: #1d2c54;
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;

}
