/**Zero out default browser settings on everything**/
* {margin: 0; padding: 0; border: 0; font-size: 100%; line-height:100%;}

body {
	font-family: Lucida Sans Unicode, Arial, Helvetica,sans-serif;
	text-align:center;
	background-color: #F0F2F2;
	background-repeat: repeat-x;
}

#container {
	width : 950px;
	text-align : left;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 20px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}

#header {
	width: 950px;
	height: 138px;
	padding:0;
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 {
	margin: 0;
	font-size: 14px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#sidebar1 {
	width: 175px;
	height: 1%;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	float: left;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	padding-top: 10px;
	border-bottom-style: solid;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	padding-left: 8px;
}

/* BEGIN Vertical List Menu */
#navlist-vert ul{
	padding-left: 0;
	margin-left: 0;
	width: auto;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#navlist-vert li{
	list-style: none;
	margin: 0;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#navlist-vert li a {
	text-decoration: none;
	display: block;
	font-weight: normal;
	line-height: 18px;
	text-indent: 3px;
}
#navlist-vert li a:link {color:#666}
#navlist-vert li a:visited { color:#666}
#navlist-vert li a:hover, #navlist-vert li a:active, #navlist-vert li a:focus{
	color:#fff;
	background: #f93;
	width: 97%;
}

/* END vertical navlist */



#mainContent {
	background: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/**begin boxes**/
#Wrapper {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 600px; /**equals combined width of boxes, borders and margins**/
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Wrapper p {
	line-height:16px;
	font-size:12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.Box1 {
	width: 300px;
	min-height: 159px; /**non-IE browsers**/
	_height: 159px; /**IE6 only**/
	margin-bottom:5px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	height: auto;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}
	
.Box2 {
	width: 288px;
	min-height: 159px; /**non-IE browsers**/
	_height: 159px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}
	
.Box3 {
	width: 288px;
	min-height: 159px; /**non-IE browsers**/
	_height: 159px; /**IE6 only**/
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 2px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	border: 1px solid #f2f0f0;
}
	
.Box4 {
	width: 300px;
	min-height: 159px; /**non-IE browsers**/
	_height: 159px; /**IE6 only**/
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}

.Box1 {float: left;}

.Box2 {margin-left: 5px; float: right;}

.Box3 {float: left;}

.Box4 {float: right;}

.clearRt {clear: right; line-height: 0; visibility: hidden}

/**end boxes**/

#footer {
	padding: 0 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: #000;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} 
/**TEXT STYLES**/
h1, h2, p {
	line-height: 1.4;
	margin: 5px;
	padding: 5px;
}
#sidebar1 p,#sidebar1 h3{
	margin: 10px;
	padding: 5px;
}
ul, li {
	line-height: 1;
	font-size: 14px;
	padding-left: 8px;
	list-style: square;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
}

/**MISC CLASSES**/
.left {text-align: left}
.center {text-align: center}
.right {text-align:right}


/**NEW STYLES FROM HERE**/

/**Main divs**/

#header2 {
	width: 100%;
	height: 15px;
	background: #FFF;
	color: #FFF;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #999;
	border-left-color: #000;
	padding-top: 10px;
}

#search_header {
	background: #FFF;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #999;
	border-left-color: #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	margin-bottom: 10px;
	padding-top: 8px;
}

#Main_menu2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	height: 12px;
	background-attachment: fixed;
	background-color: #FFF;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 93%;
}

#Main_menu3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	height: 12px;
	background-attachment: fixed;
	background-color: #999;
	font-weight: normal;
	text-decoration: none;
	border: 2px solid #F93;
	padding: 3px;
	margin-top: 10px;
}

#Main_menu4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	height: 12px;
	background-attachment: fixed;
	background-color: #39F;
	font-weight: normal;
	text-decoration: none;
	padding: 3px;
	margin-top: 4px;
}

#Main_menu4a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	height: 12px;
	background-attachment: fixed;
	background-color: #f93;
	font-weight: normal;
	text-decoration: none;
	margin-top: 4px;
	padding: 3px;
	width: 164px;
}

/**Main text styles**/

.BodyCopy11Left {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

.BodyCopy11Left2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 12px;
}
.BodyCopy11Left3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 17px;
	padding-left: 4px;
}

.BodyCopy11Right {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	text-indent: 865px;
}

.CountryMenuHeader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	padding-left: 6px;
}

.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #F93;
	font-weight: bolder;
	text-shadow: 0px 1px 1px #333;
}

.SubHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	line-height: 16px;
	font-weight: bolder;
	text-shadow: 0px 1px 1px #999;
}

.navlist-vert-on{
	padding-left: 0;
	margin-left: 0;
	width: auto;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}
.Body11CentreRed {
	color: #CC0000;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
.Body14CentreRed {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CC0000;
	font-size: 14px;
	color: #F00;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}

.Body11leftBold {
	color: #333333;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	white-space: normal;
	border: 0px none #333333;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.Body12leftBold {
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	white-space: normal;
	border: 0px none #333333;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.Body14Centre {
	color: #333;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: oblique;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.BodyCopy11LeftLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-indent: 30px;
	text-align: left;
}
.BodyCopy11LeftList {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 27px;
}
.BodyCopy11LeftTable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}
.BodyCopy11LeftTable2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}
.BodyCopy11LeftTable3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #F00;
	line-height: 16px;
	font-weight: bold;
}


/**Link styles**/

a:link, a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #39F;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

.Buttons {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #C00;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: crosshair;
	border: 1px solid #F93;
}


/**Tickertape**/

#tickertape{
	position:relative;
	layer-background-color:black;
	width:750px;
	height:40px;
	margin-left: 2px;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}

#subtickertape{
	background-color:black;
	position:absolute;
	width:750px;
	height:40px;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}

.subtickertapefont{
	text-decoration:none;
	color:white;
	font-weight: bold;
	text-align: center;
	background-color: #F93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 10px;
	text-shadow: 0px 1px 1px #333;
}

.subtickertapefont a{
	color:white;
	text-decoration:none;
	color:#F93;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 10px;
	text-shadow: 0px 1px 1px #333;
}

#Box3a p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}


/**More boxes**/

.Box1a {
	width: 294px;
	min-height: 120px; /**non-IE browsers**/
	_height: 120px; /**IE6 only**/
	margin-bottom:10px;
	border: 1px solid #999;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	height: auto;
	float: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
}

.Box2a {
	width: 294px;
	min-height: 120px; /**non-IE browsers**/
	_height: 120px; /**IE6 only**/
	margin-bottom:10px;
	border: 1px solid #999;
	background:#FFF;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
}

.Box3a {
	width: 598px;
	min-height: 400px; /**non-IE browsers**/
	border: 1px solid #999;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	background: #f2f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f2f0f0); /* for firefox 3.6+ */ 	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f0f0;
	border-right-color: #f2f0f0;
	border-bottom-color: #f2f0f0;
	border-left-color: #f2f0f0;
}

.SubBox1 {
	width: 525px;
	min-height: 300px; /**non-IE browsers**/
	_height: 300px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1a {
	width: 525px;
	min-height: 30px; /**non-IE browsers**/
	_height: 30px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1b {
	width: 525px;
	min-height: 75px; /**non-IE browsers**/
	_height: 75px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1c {
	width: 525px;
	min-height: 130px; /**non-IE browsers**/
	_height: 130px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1d {
	width: 525px;
	min-height: 150px; /**non-IE browsers**/
	_height: 150px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1e {
	width: 525px;
	min-height: 325px; /**non-IE browsers**/
	_height: 325px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1f {
	width: 525px;
	min-height: 35px; /**non-IE browsers**/
	_height: 35px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1g {
	width: 525px;
	min-height: 350px; /**non-IE browsers**/
	_height: 350px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1h {
	width: 525px;
	min-height: 65px; /**non-IE browsers**/
	_height: 65px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

.SubBox1i {
	width: 525px;
	min-height: 625px; /**non-IE browsers**/
	_height: 625px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

.SubBox1j {
	width: 525px;
	min-height: 280px; /**non-IE browsers**/
	_height: 280px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.SubBox1k {
	width: 525px;
	min-height: 520px; /**non-IE browsers**/
	_height: 520px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
}

.SubBox1l {
	width: 525px;
	min-height: 1325px; /**non-IE browsers**/
	_height: 1325px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
}

.SubBox1m {
	width: 525px;
	min-height: 250px; /**non-IE browsers**/
	_height: 250px; /**IE6 only**/
	margin-bottom:10px;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	background-color: #E2E2E2;
	height: auto;
	margin-left: 40px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.SearchFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	font-weight: bolder;
	border: 1px solid #999;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
	word-wrap: break-word;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
}
.BodyCopy12Left {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

