﻿/* CSS layout - Common */

html { 
  	margin: 0px;
  	padding: 0px;
}

body {
 	margin: 0px;
  	padding: 0px;
 	color: #224568;
	background-color: #6298CB;
	background-image: url('../../images/common/backBody.jpg');
    background-repeat: repeat-x;
  	font-family: Verdana, Arial, Helvetica;
  	font-size: 12px;
  	line-height: 1.5;
}

p {
 	margin: 0px;
  	padding: 0px;
}

h1 {
 	margin: 0px;
  	padding: 0px;
  	font-family: Verdana, Arial, Helvetica;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 1.5;
}

a:link {
	color:#224568;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #224568;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #224568;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #224568;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	height: 1px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-color: #224568;
	color: #224568;
}

form {
 	margin: 0px;
  	padding: 0px;
  	font-family: Verdana, Arial, Helvetica;
  	font-size: 12px;
}

input {
  	font-family: Verdana, Arial, Helvetica;
  	font-size: 12px;
}

select {
  	font-family: Verdana, Arial, Helvetica;
  	font-size: 12px;
}

/*  Container Layout  */

#cntIntro {
	overflow: hidden;
	width: 915px;
	margin: 52px auto;
}

#cntMain {
	overflow: hidden;
	width: 915px;
	margin: 30px auto;
	background-color: #FFCD9F;
}

#cntHeader {
	overflow: hidden;
	width: 915px;
}

#cntMenu {
	overflow: hidden;
	width: 915px;
}

#cntLeft {
	clear: both;
	float: left;
	overflow: hidden;
	width: 150px;
}

#cntContent {
	float: left;
	overflow: hidden;
	width: 725px;
	border: 2px white solid;
	background-color: #FFCD9F;
}

#cntFooter {
	clear: both;
	overflow: hidden;
	width: 915px;
	background-color: #FFCD9F;
}

#cntBottom {
	clear: both;
	overflow: hidden;
	width: 915px;
	height: 1px;
	background-color: transparent;
}

/*  Box Layout - Header */

.boxHeader {
	overflow: hidden;
	width: 915px;
	height: 172px;
	background-color: #FFCD9F;
}

/*  Box Layout - Menu */

.boxMenu {
	overflow: hidden;
	width: 833px;
	height:34px;
	margin-left: 82px;
	background-color: #FFCD9F;
}

.boxMenu p {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.boxMenu a:link {
	color:#224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #FFCD9F solid;
}

.boxMenu a:visited {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #FFCD9F solid;
}

.boxMenu a:active {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #FFCD9F solid;
}

.boxMenu a:hover {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px white solid;
}

/*  Box Layout - Left */

.boxLeft {
	overflow: hidden;
	width: 150px;
	height: 450px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFCD9F;
}

.boxLeft p {
	margin-top:8px;
	margin-bottom:8px;
}

.boxLeft a:link {
	color:#224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #FFCD9F solid;
}

.boxLeft a:visited {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #FFCD9F solid;
}

.boxLeft a:active {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #FFCD9F solid;
}

.boxLeft a:hover {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px white solid;
}

/*  Box Layout - Content */

.boxContent {
	overflow: visible;
	width: 645px;
	min-height: 410px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFCD9F;
}

/*  Box Layout - Footer */

.boxFooter {
	overflow: hidden;
	width: 915px;
	height: 28px;
	background-color: #FFCD9F;
}

/*  Layout - Active Menu */

.activeMenu {
	margin-top:8px;
	margin-bottom:8px;
}

.activeMenu a:link {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 2px white solid;
}

.activeMenu a:visited {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 2px white solid;
}

.activeMenu a:active {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 2px white solid;
}

.activeMenu a:hover {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 2px white solid;
}

/*  Layout - Button */

.button p {
	margin-top:8px;
	margin-bottom:8px;
}

.button a:link {
	color:#224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #224568 solid;
}

.button a:visited {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #224568 solid;
}

.button a:active {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px #224568 solid;
}

.button a:hover {
	color: #224568;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border: 1px white solid;
}
