html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 14px;
}
#Header {
	background-color: #FFFFFF;
	background-image:  url("images/bg_header.jpg");
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#Header img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#Left {
	background-color: #FFFFFF;
	background-image:  url("images/bg_left.jpg");
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#Main {
	background-color: #D6F5CC;
	background-image:  url("images/bg_main.gif");
	background-repeat: no-repeat;
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 18px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#Right {
	background-color: #CFB2CB;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
}
#RightShim {
	background-color: #CFB2CB;
}
.addressPara {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.copyrightPara {

	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#LayoutTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #000000;
}
a:active, a:hover {
	color: #A42C3D;
}
h1 {
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 16px;
	line-height: 20px;
	color : #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 14px;
	line-height: 18px;
	color : #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h3, h4 {
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 14px;
	line-height: 18px;
	color : #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

p {
	font-size : 12px;
	line-height: 14px;
	color : #000;

}

.smalltext {
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : .9em; 
	color : #000;
}


.smalltext a:link{
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
}

.smalltext a:visited{
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
}

.noline a:link{
	text-decoration : none;
}

.noline a:visited{
	text-decoration : none;
}

.largetext {
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 1.2em; 
}

.errortext {
	font-size : .9em;
	color : #000;
	font-weight : bold;
}

.grid {
	border : #efb240 .05em solid;
}

.white {
	background-color : #FFF;
}

.black {
	background-color : #000;
}

.bg_dark {
	background-color : #A42C3D;
}

.bg_medium {
	background-color : #3D769B;
}

.bg_light {
	background-color : #CFD2CB;
}

.alt_bg_dark {
	background-color : #333;
}

.alt_bg_medium {
	background-color : #AFB4A8;
}

.alt_bg_light {
	background-color : #D6F5CC;
}
dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
