body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	text-align: center;
}

h1 {
	font-size: 1.3em;
	color: #FF0000;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

#main_container {
	width: 780px;
	margin: auto;
	background-color: #D7D7CF;
	height: 10px;
	display: table;
}

#header_top {
	width: auto;
	height: 73px;
	background: URL(images/header_top.jpg) no-repeat;
}

#header_bottom {
	width: auto;
	height: 44px;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
	background: URL(images/header_bottom.jpg) no-repeat;
}

#header_bottom a {
	display:block;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	width: 107px;
	height: 32px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: white;
	text-decoration: none;
	line-height: 32px;
	padding-top: 2px;
	background: URL(images/button_off.jpg) no-repeat;
}

#header_bottom a:hover {
	background: URL(images/button_on.jpg) no-repeat;
}

#header_bottom span {
	display:block;
	float: right;
	width: 107px;
	margin-left: auto;
	margin-right: 0px;
	height: 32px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 32px;
	padding-top: 2px;
	background: URL(images/button_actual.jpg) no-repeat;
}

#content_container {
	width: auto;
	height: 10px;
	display: table;
}

#left_column {
	width: 200px;
	display: table;
	height: 100%;
	background: URL(images/left-column_bckg.gif) repeat-y;
	float: left;
}

#left_content {
	width: auto;
	display: table;
	height: 100%;
	text-align: center;
	background: URL(images/left_column_bottom_bckg.jpg) bottom no-repeat;
}

#left_content_2 {
	width: auto;
	display: table;
	height: 100%;
	text-align: center;
	background: URL(images/left_column_bottom_bckg_2.jpg) bottom no-repeat;
}

#left_content_3 {
	width: auto;
	display: table;
	height: 100%;
	text-align: center;
	background: URL(images/left_column_bottom_bckg_3.jpg) bottom no-repeat;
}

#content_subcontainer {
	width: 580px;
	height: 100%;
	background: URL(images/content_bckg.gif) repeat-y;
	float: left;
}

#content_top {
	width: auto;
	height: 100%;
	display: table;
	background: URL(images/content_bottom_bckg.gif) bottom no-repeat;
}

#content {
	width: auto;
	text-align: left;
	height: 100%;
	padding: 30px;
	background: URL(images/content_top.gif) top no-repeat;
}

#header {
	width: 510px;
	height: 38px;
	background: URL(images/header.gif) top no-repeat;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 18px;
	padding-left: 10px;
}

#footer {
	width: auto;
	height: 53px;
	line-height: 53px;
	background: URL(images/footer.gif) top no-repeat;
	color: #666666;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #333333;
}

p.Micro {font-family:Arial, Helvetica, sans-serif; font-size:100%; color:#333333;}
table.Micro {font-family:Arial, Helvetica, sans-serif;font-size:100%; color:#333333; border-collapse:collapse;}
tr.MicroHeader {font-size:120%; font-weight:bold; color:#fed501; background-color:#F00; padding:2px; text-align: left;}
tr.MicroItem {background-color:#F5F5F5; padding:2px;}
tr.MicroAltItem {background-color:#FFF; padding:2px;}

smyths {font-family: Arial, Helvetica, sans-serif; font-size:100%;  font-weight: bold; color: #F00; text-decoration: underline;}
a:link.smyths  {font-family:Arial, Helvetica, sans-serif; font-size:100%;  font-weight: bold; color: #F00; text-decoration: underline;}
a:visited.smyths  {font-family: Arial, Helvetica, sans-serif; font-size:100%;  font-weight: bold; color: #F00; text-decoration: none;}
a:hover.smyths {font-family:Arial, Helvetica, sans-serif; font-size:100%;  font-weight: bold; color: #F00; text-decoration: none;}
a:active.smyths {font-family: Arial, Helvetica, sans-serif; font-size:100%; font-weight: bold; color: #F00; text-decoration: none;}

