#divPageWrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#divContentWrapper {
	float: left;
	width: 801px;
}

#divPageBknd {
	float: left;
	background-image: url(../shared/images/bknd.jpg);
	background-repeat: repeat-y;
}

#divPageBottom {
	clear: both;
}

#divFooter {
	text-align: right;
	clear: both;
	color: #666666;
	font-size: 10px;
	margin-top: 30px;
	margin-right: 60px;
}

#divL2DesignsTag {
	margin-left: 10px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 801px;
}

#divHeader {
}

#divNavigation {
	float: left;
}

#divTop {
	float: left;
	width: 801px;
}

#divContent {
	float: left;
	width: 580px;	
}

#divBody {
	background-image: url(../shared/images/page_body.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 80px;
	
}

#divBody table{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#divBody ul {
	list-style-position: outside;
	list-style-type: square;
	padding-right: 20px;
	line-height: 1.5em;	
}
#divBody ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-right: 20px;
	line-height: 1.5em;
	
}
#divBody p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.5em;
}

#divBody h1 {
	font-size: 2em;
	color: #0054A9;
	text-align: left;
	padding-left: 15px;
}
#divBody h2 {
	font-size: 1.1em;
	color: #0054A9;
	text-align: left;
	padding-left: 15px;
	line-height: 1.5em;	
}

.bold {
	font-weight: bold;
}
a:link {
	color: #0033CC;
	text-decoration:underline
}
a:visited {
	color: #0099FF;
	text-decoration:underline
}
a:hover {
	color: #0033CC;
	text-decoration:none
}
a:visited:hover {
	color: #0099FF;
	text-decoration:none
}
#divFooter a:link {
	color: #666666;
	text-decoration:none
}
#divFooter a:visited {
	color: #666666;
	text-decoration:none
}
#divFooter a:hover {
	color: #666666;
	text-decoration:underline
}
#divFooter a:visited:hover {
	color: #666666;
	text-decoration:underline
}	
.smallTextBottom {
	font-size: 11px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.italic {
	font-style: italic;
}
.indent {
	padding-left: 20px;
}
