html
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a, a:visited, a:active
{
	color: #0000EE;
}

a:hover
{
	color: #000000;
}

a {
	color: #455d7c !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}

body
{
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg);
	background-color: #d3d3d3;
}

.clsMainTable
{
	font-size: 7.5pt;
	background: white;
}

.clsBanner
{
	background-color: #cccccc;
	/*border: 1px solid #c7c7c7;*/
}

.clsRotateBanner
{
	/*border: 1px solid black;*/
	border: none;
	margin-top: 5px;
	margin-top: -15px !important;
}

.clsRotateBanner
{
	width: 740px !important;
	margin-left: -20px;
	margin-right: -20px;
}

/**
 * Menu Colouring/Borders
 */

.clsMenu, .clsRightMenu, .clsLeftMenu
{
	border-right: 3px solid white;
	background-color: white;
	text-align: center;
}

.clsMenu, .clsLeftMenu, .clsRightMenu {
	background-color: #778899;
}

.clsMenu a, .clsLeftMenu a, .clsRightMenu a, 
.clsMenu a:visited, .clsLeftMenu a:visited, .clsRightMenu a:visited
{
	font-size: 8pt;
	color: white !important;
	text-decoration: none;
	font-weight: bold;
	color: white !important;
	display: block;
	padding: 10px 0;
}

.clsRightMenu {
	border-right: 0px !important;
}

.clsMenu a:hover, .clsLeftMenu a:hover, .clsRightMenu a:hover
{
	background-color: #a9b6c2;
	color: white !important;
}

#mSelected, #mSelected a
{
	background-color: white !important;
	color: black !important;
	text-decoration: none !important;
}

 /**
  * End Menu Colouring.
  */
  
.clsWhereAreYou
{
	padding: 10px;
	font-size: 9px;
	text-align: right;
	/*font-style: italic;*/
}

.clsMainContent
{
	padding: 25px;
}

.clsMainContentBanner
{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.clsMainContentLogged
{
	padding: 25px;
}

.clsMainContentLoggedBanner
{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 15px;
}

.clsFooter
{
	text-align: center;
	padding: 10px;
	border-top: 1px solid #c7c7c7;
}

.clsCategoryList
{
	font-size: 11px;
	padding: 2px;
	text-align: left;
	text-indent: 40px;
}

.clsCategoryList a, .clsCategoryList a:visited
{
	color: #606060;
	color: #455d7c !important;
	text-decoration: none;
}

.clsCategoryList a:hover
{
	color: #455d7c !important;
	text-decoration: underline !important;	
}

.clsCategoryListHomepage
{
	font-size: 11px;
	padding: 2px;
	text-align: left;
	text-indent: 40px;
}

.clsCategoryListHomepage a, .clsCategoryListHomepage a:visited
{
	/*color: #606060;*/
}

.clsPlainText
{
	font-size: 12px;
}

hr
{
	color: #c7c7c7;
	width: 80%;
}

.topBreadcrumb
{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	margin-bottom: 15px;
	position: relative;
	left: -25px;
	z-index: 1;
}

.topBreadcrumb span
{
	background-color: white;
	padding: 5px;
	padding-left: 25px;
	border-left: 10px solid #d2df3a;
	border-bottom: 1px solid #d2df3a;
	margin-left: 0px !important;
	width: 485px;
	color: black;
	display: block;
}

.rightCol h6 {
	text-align: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-left: 18px;
}

.topHeading span
{
	background-color: white;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 10px solid #6495ed;
	border-bottom: 1px solid #6495ed;
	margin-left: -2px !important;
	margin-top: -51px !important;
	margin-bottom: 10px;
	color: black;
	display: block;
	font-size: 20px;
}

.rightBlock {
	background: white url(../images/dashed.jpg) top left repeat-y;
}

/** Contact **/
form br {
	clear: left;
}

form {
	margin: 0;
	padding: 0;
}

#contactForm .submit {
	background-color: #f1eded;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	width: 5em;
	margin-left: 75px;
	display: inline;
}

#contactForm input, #contactForm textarea, #contactForm select {
	display: block;
	width: 370px;
	float: left;
	margin-bottom: 4px;
	border: 1px solid  #dcdcdc;
	background-color: white;
}

#contactForm select {
	width: 373px;
}

#contactForm label {
	float: left;
	text-align: right;
	width: 60px;
	padding-right: 15px;
	font-weight: bold;
}

#contactForm {
	border: 1px solid #dcdcdc;
	background-color: #EEEEEE;
	padding: 20px 1px 0px 20px;
}

#contactForm input:focus, #contactForm option:focus, #contactForm textarea:focus, #contactForm select:focus {
	background-color: #f3f2f2;
}

#formInfo {
	margin-bottom: 20px;
}

.rightBlock a img {
	border: 0;
}