body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #303036;
}

/* STRUCTURE */

#containerHome {
	background-image: url(../images/bg_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 849px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;

	margin-top: 25px;
}s
#containerCommission {	background-color: #FFFFFF;
	background-image: url(../images/bgCommissionRequest2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: 643px;
	width: 800px;
}

.leftColumn {
	width: 404px;
}
.rightColumn {
	width: 445px;
}
#navigation {
	position: relative;
	padding-bottom: 0px;
	padding-top: 95px;
}

/* TEXT FORMATTING */
h1 {
	padding-top: 20px;
	padding-left: 27px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: -0.05em;
	font-size: 24px;
}

h2 {
	font-size: 14px;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
	line-height: 1.75em;
	padding-right: 30px;
}

.bodyAbout {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 27px;
	line-height: 2.5em;
	padding-right: 20px;
}

dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 28px;
	padding-top: 5px;
}
dl.table-display {
	width: 310px;
}

.table-display dt {
	width: 80px;
	float: left;
	margin: 0;
	padding: .35em;
	font-weight: bold;
}

.table-display dd {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0.5em;
}

p.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 33px;
	line-height: 2.25em;
	Padding-right: 25px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#nextPrevious {
	position: relative;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 37px;
	background: #fff;
	color: #fff;
	text-indent: 0;
	filter:alpha(opacity=60);
-moz-opacity:0.6;-khtml-opacity: 0.6;	opacity: 0.6;
}

#nextPrevious a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#commissionForm p {
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}

#commissionForm h1 {
	color: #666666;
	padding-left: 10px;
}
#commissionForm h2 {
	padding-left: 10px;
	padding-bottom: 0px;
}
#commissionForm .step {
	color: #ffffff;
	font-size:32px;
}

acronym {
	border-bottom-style:dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	cursor: help;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.required {
	color:#ffffff;
}
.highlight {
	color:#666666;
}
#footer {
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
}
#footer a:active {
	color: #666666;
}

/* LINK FORMATTING */
a:link {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #666666;
	font-weight: normal;
}

a:active {
	color: #ffffff;
}

.colours {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	width: 23px;
	height: 16px;
	border: solid 1px #ccc;
}

.submit {
	font-weight: bold;
	text-decoration:none;
	clear: both;
	color: #333333;
	background-color: #fff;
	cursor: pointer;
	width: 80px;
	height: 25px;
	border: solid 1px #ccc;
	margin-left:75px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

.order {
	font-weight: bold;
	text-decoration:none;
	clear: both;
	color: #333333;
	background-color: #fff;
	cursor: pointer;
	width: 80;
	height: 30px;
	border: solid 1px #ccc;
	margin-left:100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 155px;
	border: solid 1px #ccc;
}

/* FORM ELEMENTS */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	width: 150px;
	height: 12px;
	margin-bottom: 2px;
}
#containerHome .leftColumn  input {
	height: 25px;
	width: 105px;
}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 155px;
	height: 50px;
	border: solid 1px #ccc;
}
#containerAbout {
	background-image: url(../images/bgAbout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 849px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
