/* CSS Document */

/* CSS ZEROING DEFINITIONS */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* CSS ZEROING DEFINITIONS */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body {
	text-align: center;
	font-size: small;
}
#wrapper #header {
	height: 140px;
	background-color: #FFFFFF;
	background-image: url(../../gfx/interface/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #content {
	background-image: url(../../gfx/interface/contentShadowgif.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
#wrapper #content .homeContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #585858;
	text-align: center;
	line-height: 1.5em;
	font-size: 130%;
	font-style: italic;
}
#wrapper #header #navigation {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	padding-top: 60px;
}
#wrapper #header #navigation ul {
	list-style-type: none;
}
#wrapper #header #navigation li {
	display: inline;
}
#wrapper #header #navigation a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
	text-decoration: none;
}
#wrapper #header #navigation a:hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	text-decoration: underline;
}
#wrapper #footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	padding-top: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
}
#wrapper #footer a {
	color: #333333;
	text-decoration: none;
}
#wrapper #footer a:hover {
	color: #666666;
	text-decoration: underline;
}#wrapper #content .carLeft {
	float: left;
	width: 480px;
}
#wrapper #content .carRight {
	float: right;
	width: 480px;
	text-align: right;
}
#wrapper #content .clearMe {
	clear: both;
	height: 0px;
	visibility: hidden;
}
.IntContent     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.6em;
	color: #666666;
	padding-bottom: 1.5em;
}
#wrapper #content .carLeft .leftContent {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 15px;
}
#wrapper #content .carRight .rightContent {
	text-align: left;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
}
#wrapper #content .homeStrip {
	margin-top: 15px;
}
strong {
	font-weight: bold;
}
#wrapper #content table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#wrapper #content td {
	padding-top: 5px;
	padding-bottom: 5px;
}
em {
	font-style: italic;
}
