* {
	margin: 0;
	padding: 0;
}
p {
	padding-bottom: 1.2em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.8em;
	background-color: #433C41;
}

img {
	border: none;
}

.imgLeft {
	border: 1px solid #808080;
	padding: 1px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	border: 1px solid #808080;
	padding: 1px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BDCC99;
	padding-bottom: 10px;
	background-image: url(/published/64/resources/images/leftLine.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #96999C;
	padding-bottom: 10px;
	background-image: url(/published/64/resources/images/leftLine.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	text-transform: lowercase;
	padding-left: 10px;
	background-position: 10px;
}

.clearer {
	clear: both;
}

.smaller {
	font-size: 90%;
}
.black {
	color: #000000;
	font-size: 90%;
}

.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #CCCB98;
	font-weight: bold;
	font-style: italic;
}
.grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #bec2b2;
	font-weight: bold;
	font-style: italic;
}


/* +++++++++++++++++++   CONTAINER   ++++++++++++++++++++ */

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
}


/* +++++++++++++++++++   CONTAINER - TOP   ++++++++++++++++++++ */


#top {
	height: 70px;
	background-color: #959479;
}
.innerLeft  {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
	width: 250px;
}

.innerRight {
	float: right;
	margin-top: 18px;
	margin-right: 30px;
}



/* +++++++++++++++++++   CONTAINER - CONTENT   ++++++++++++++++++++ */

#content {
	background-color: #2A2227;
}

#content .left {
	float: right;
	width: 500px;
	margin-bottom: 20px;
	color: #CCCCCC;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 20px;
}
#content .left a:link {
	color: #FF0000;
	text-decoration: none;
}

#content .left a:hover {
	text-decoration: underline;
	color: #861414;
}
#content .left a:visited {
	color: WHITE;
	font-style: bold;
}

#content .right {
	float: left;
	width: 240px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* +++++++++++++++++++ BANNER ++++++++++++++++++++ */

#banner {
	background-color: #F9F9F9;
	height: 261px;
	margin-bottom: 10px;
	margin-top: 10px;
}


/* +++++++++++++++++++ FOOTER ++++++++++++++++++++ */



#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
	height: 55px;
	background-color: #2A2227;
}

#footer .breadcrumb {
	height: 35px;
	background-color: #000000;
}
#footer   .breadcrumb   .innerLeft {
	margin-left: 20px;
	margin-top: 10px;
	color: #BDFF6F;
	width: 530px;
	float: left;
}
.innerLeft a:link {
	color: #BDFF6F;
	text-decoration: none;
}
.innerLeft a:hover {
	color: #861615;
	text-decoration: underline;
}

#footer  .breadcrumb  .innerRight {
	margin-top: 10px;
	color: #FFFFFF;
	width: 100px;
	float: right;
	text-align: right;
}


/* +++++++++++++++++++ NAVIGATION COLOR OVER-RIDE ++++++++++++++++++++ */

.right a:link {
	text-decoration: none;
	color: #898C8F;
}
.right a:hover {
	text-decoration: none;
	color: #333333;
}
.right a:visited {
	text-decoration: none;
	color: #FFFFFF;
}




















