body {
	background-color: #CBCBCB;
	margin: 0px;
	padding: 0px;
/*	background-image: url(images/body-bg-bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 13px;
}
#wrapper {
	padding: 0px;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 702px;
}
#top {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	background-image: url(images/body-bg-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#bottom {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	background-image: url(images/body-bg-bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
}
#leftcolumn {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 100px;
}
#rightcolumn {
	padding: 0px;
	width: 450px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}
#closecolumns {
	clear: both;
	text-align: center;
	font-size: 10px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 275px;
}
#navigation {
	margin: 25px 0px;
	padding: 0px;
	width: 100px;
}
#navigation img {
	padding: 0px;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navigation-text {
	text-align: center;
	width: 100px;
	font-size: 10px;
	color: #76787b;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0px;
}
.navigation-text strong {
	font-weight: bold;
	letter-spacing: 2px;
}
.small {
	font-size: 10px;
	color: #76787b;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	margin: 0px;
	padding: 0px 5px;
	word-spacing: 3px;
}
h1, h2, h3 {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;		*/
	font-family: Candara, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px;
	padding: 3px 0px;
}
h1 {
	font-size: 24px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #DCDDDE;
	text-align: center;
}
h2 {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DCDDDE;
}
h3 {
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
/*	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DCDDDE;	*/
}
p {
	font-size: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: justify;
}
p.image {
	margin: 0px;
	padding: 5px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #d71920;
}
.navigation-text a, #closecolumns a {
	text-align: center;
	color: #76787b;
	font-weight: normal;
}
a:hover {
	color: #76787b;
}
.navigation-text a:hover, #closecolumns a:hover {
	color: #d71920;
}
#rightcolumn img {
	padding: 5px;
	border: 1px solid #DCDDDE;
	margin: 0px;
}
ul, ol {
	font-size: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
li {
	list-style-position: inside;
	list-style-type: square;
	margin: 0px;
	padding: 1px 0px;
}
li .small{
	text-transform: none;
	margin: 0px;
	padding: 1px 0px;
}
form {
	text-align: left;
	font-size: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
input, textarea {
	margin: 1px;
	padding: 1px;
	background-color: #F2F2F2;
	background-image: url(images/body-bg-top.png);
	border: 1px solid #999999;
	font-weight: bold;
}
.important{
	color: #d71920
}
#footlinks {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DCDDDE;
	padding-bottom: 2px;
	line-height: 16px;
}
#footcopy {
	line-height: 16px;
}

