body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #bbbdc0;
}
img {
	border: 0;
}
.text {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #323231;
	line-height: 1.5;
	
}
.text2 {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #bbbdc0;
	line-height: 1.5;
	
}
.bold {
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #323231;
	line-height: 1.5;
	
}
.bold2 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #bbbdc0;
	line-height: 1.5;
	
}

.HeaderDark
{
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: medium;
	color: #323231;
	line-height: 1.5;
	
}
.HeaderLight
{
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: medium;
	color: #bbbdc0;
	line-height: 1.5;
	
}
a {
	color: #bbbdc0;
}
a:hover, a:visited:hover {
	color: #000000;
}
ul {
	list-style: square;
	margin-left: 18px;
}



/* Norm's styles */
#superDiv, #footer_superDiv {
	background: url(../images/div.gif) no-repeat center; 
	text-align: right;
	height: 129px;
}
#mainContain h1 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #BBBDC0;
}
#mainContain h1 span {
	color: #323231;
}
#mainContain, #lowerDiv_v1, #lowerDiv_v2 {
	padding-left: 100px;
	padding-right: 100px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #323231;
	line-height: 1.5;
	text-align: justify;
}

#lowerDiv {
	height: 200px;
	vertical-align: top;
	padding-bottom: 40px;
}

#lowerDiv_v1 {
	background: url(../images/div.gif) no-repeat top center; 
	height: 200px;
	vertical-align: top;
	padding-top: 90px;
}

#lowerDiv_v1 h1 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #BBBDC0;
}
#lowerDiv_v1 h1 span {
	color: #323231;
}
#lowerspace {
	width: 5%;
}
#lowerleft, #loweright {
	vertical-align: top;
	text-align: justify;
}
#lowerleft {
	width: 50%;
}
#loweright {
	width: 50%;
}
#lowerleft div {
	padding-left: 3px;
	padding-right: 20px;
}
#loweright div, #loweright h1 {
	padding-left: 20px;
}


#lowerDiv_v2 {
	background: url(../images/div.gif) no-repeat top center; 
	width: 100%;
	padding-top: 90px;
}

dt {
	font-weight: bold;
}
dd {

}

/* Form styles */
.fieldLabel {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
}
input, textarea {
	font: normal 12px verdana;
	border: solid 1px #cccccc;
}
select {
	font: normal 11px verdana;
}
.submit {
	background: #e0e0e0;
	color: #000000;
	font-weight: bold;
}



/* special image styles */

/* large landscape */
div.shadowimg_lg_land_left, div.shadowimg_lg_land_right {
	width: 322px;
	height: 250px;
	background: #ffffff no-repeat;
	overflow: hidden;
	margin-bottom: -10px;
	text-align: center;
}

div.shadowimg_lg_land_left div, div.shadowimg_lg_land_right div   {
	overflow: hidden;
    margin-left: auto; 
	margin-right: auto;
	margin-top: 23px;
	width: 272px;
	height: 200px;
}

div.shadowimg_lg_land_left {
	float: left;
	margin-right: 20px;
}

div.shadowimg_lg_land_right {
	float: right;
}

div.shadowimg_lg_land_left div img, div.shadowimg_lg_land_right div img {
	border: 0; 
	padding: 0; 
	width: 272px;
}

/* large portrait */

/* small portrait */
div.shadowimg_sm_port_left, div.shadowimg_sm_port_right {
	width: 169px;
	height: 194px;
	margin-right: 20px;
	background: #ffffff  no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

div.shadowimg_sm_port_left div, div.shadowimg_sm_port_right div   {
	overflow: hidden;
    margin-left: auto; 
	margin-right: auto;
	margin-top: 22px;
	width: 122px;
	height: 146px;
}

div.shadowimg_sm_port_left {
	float: left;
}

div.shadowimg_sm_port_right {
	float: right;
}

div.shadowimg_sm_port_left div img, div.shadowimg_sm_port_right div img {
	border: 0; 
	padding: 0; 
	width: 122px;
}


/* small landscape */
div.shadowimg_sm_land_left, div.shadowimg_sm_land_right {
	width: 213px;
	height: 188px;
	background: #ffffff no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

div.shadowimg_sm_land_left div, div.shadowimg_sm_land_right div   {
	overflow: hidden;
    margin-left: auto; 
	margin-right: auto;
	margin-top: 8px;
	width: 193px;
	height: 168px;
}

div.shadowimg_sm_land_left {
	float: left;
}

div.shadowimg_sm_land_right {
	float: right;
}

div.shadowimg_sm_land_left div img, div.shadowimg_sm_land_right div img {
	border: 0; 
	padding: 0; 
}