.BlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: Black;

}

.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #315594;
}

.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #404040;
	font-weight: normal;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: white;
}

.smallerText {
	font-size: 90%;
}

.biggerText {
	font-size: 110%;
}




.imgLeft_border {
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	padding: 1px;
}

.imgRight_border {
	float: right;
	border: 1px solid #999999;
	margin-left: 10px;
	padding: 1px;
}

.imgLeft {
	float: left;
	margin-right: 10px;
}

.imgRight {
	float: right;
	margin-left: 10px;
}





* {
	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: #000000;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #91B6DB;
	padding-bottom: 10px;
	background-image: url(/published/5/resources/images/leftLine.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	text-transform: lowercase;
}
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/5/resources/images/leftLine.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	text-transform: lowercase;
}

.clearer {
	clear: both;
}


/* +++++++++++++++++++   CONTAINER   ++++++++++++++++++++ */

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
}


/* +++++++++++++++++++   CONTAINER - TOP   ++++++++++++++++++++ */


#top {
	height: 55px;
}

.innerLeft  {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
	width: 250px;
}

.innerRight {
	float: right;
	margin-top: 18px;
	margin-right: 30px;
}

.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #315594;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #404040;
	font-weight: normal;
	font-style: italic;
}

/* +++++++++++++++++++   CONTAINER - CONTENT   ++++++++++++++++++++ */

#content {
	background-color: #131313;
        min-height: 400px;
}

#content .left {
	float: right;
	width: 500px;
	margin-bottom: 20px;
	color: #717171;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 20px;
}
.left a:link {
	text-decoration: none;
	color: #759AC8;
}
.left a:hover {
	text-decoration: underline;
	color: #759AC8;
}
.left a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#content .right {
	float: left;
	width: 205px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.right a:link {
	text-decoration: none;
	color: #898C8F;
}
.right a:hover {
	text-decoration: none;
	color: #333333;
}
.right a:visited {
	text-decoration: none;
	color: #FFFFFF;
}




/* +++++++++++++++++++ BANNER ++++++++++++++++++++ */

#banner {
	background-color: #F9F9F9;
	height: 261px;
	margin-bottom: 10px;

}


/* +++++++++++++++++++ FOOTER ++++++++++++++++++++ */



#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
	height: 55px;
	background-color: #131313;
}

#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;
}


/* +++++++++++++++++++ OTHERS ++++++++++++++++++++ */


.smaller {
	font-size: 90%;
}
.black {
	color: #000000;
	font-size: 90%;
}



.imgLeft {
	background-color: #FFFFFF;
	padding: 1px;
	float: left;
	border: 2px solid #6C92C5;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	background-color: #FFFFFF;
	padding: 1px;
	float: right;
	border: 2px solid #6C92C5;
	margin-left: 10px;
	margin-bottom: 10px;
}





