@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}

/* This hack is needed because the auto value applied to div.content does not work in IE */
div.centrecontent {
	text-align: center;
} 

div.content {
	width: 770px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
}

div.clear {
	clear: both;
	height: 0px;
}

div.menu {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

div.main {
	width: 520px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

div.columns1and2of2 {
	width: 480px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}

/* This Tan hack is needed because of the box model problem in IE5.x Windows */
* html div.columns1and2of2 {
	width: 520px;
	w\idth: 480px;
}

div.column1of2 {
	width: 230px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}

/* This Tan hack is needed because of the box model problem in IE5.x Windows */
* html div.column1of2 {
	width: 260px;
	w\idth: 230px;
}

div.column2of2 {
	width: 230px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

/* This Tan hack is needed because of the box model problem in IE5.x Windows */
* html div.column2of2 {
	width: 260px;
	w\idth: 230px;
}

div.samplecolumn1of2 {
	width: 230px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

/* This Tan hack is needed because of the box model problem in IE5.x Windows */
* html div.samplecolumn1of2 {
	width: 240px;
	w\idth: 230px;
}

div.samplecolumn2of2 {
	width: 230px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

/* This Tan hack is needed because of the box model problem in IE5.x Windows */
* html div.samplecolumn2of2 {
	width: 240px;
	w\idth: 230px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-botton: 10px;
	color: #666666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #000000;
}

div.footer {
	width: 770px;
	background: #eeeeee;
	border-top: solid #ff9933 4px;
	border-bottom: solid #ff9933 4px;
	margin-top: 20px;
}

div.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

div.footerimage {
	width: 770px;
	background: #cccccc;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	color: #000000;
}

ul li {
	background: url(images/bullet.gif) no-repeat 0 6px;
	padding-left: 15px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #000000;
}

a:link {
	color: #0000ff;
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: #cc6600;
	text-decoration: none;
	background: transparent;
}

a:active {
	color: #cc6600;
	text-decoration: none;
	background: transparent;
}

img {
	border-style: none;
}