/* *******************************

 CSS - ABPS
	
*********************************/


/* **** Global structure **** */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat;
	background-color:#e8e6f8;
	height: 100%;
	width: 100%;
	font: normal 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	}

.container {
	z-index: 5;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color:#ffffff;
	position: relative;
	width: 740px;
	min-height: 100%;
	margin-right:auto;
	margin-left:auto;
	padding: 20px;
	}

#header {
	z-index: 6;
	width: 740px;
	height: 120px;
	position: relative;
	}

.content {
	z-index: 6;
	font-size: 1.2em;
	position: relative;
	width: 660px;
	padding: 40px 40px 40px 40px;
	}

#footer {
	z-index: 2;
	position: relative;
	height:60px;
	width:740px;
	}

.column {
	background-color:#cbc5eb;
	width: 145px;
	height: 400px;
	padding: 15px;
	margin: 5px;
	position: relative;
	float:left;
	}

.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	}



/* **** Common tags **** */


.image_left {
	display:inline;
	padding: 5px 20px 5px 0px;
	float: left;
	}

.image_right {
	display:inline;
	padding: 5px 0px 5px 20px;
	float: right;
	}

a:link {
	color: #a90038;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

a:visited {
	color: #660000;
	text-decoration: none;
	}

ul {
	padding:0;
	margin: 0;
	}

li {
	list-style:none;
	padding:0;
	margin: 0;
	}

strong {
	font-weight: bold;
	color: #000000;
	}

p {
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0;
	}

h1 {
	font: normal 2.4em Georgia, "Times New Roman", Times, serif;
	color: #4d529e;
	line-height: 1.2em;
	margin: 0;
	padding: 0.8em 0em 1em 0em;
	}

h2 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #4d529e;
	line-height: 1.2em;
	margin: 0px;
	padding: 0.2em 0px 0.2em 0px;
	}

h3 {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.2em;
	margin: 0px;
	padding: 0.2em 0px 0.2em 0px;
	}

h4 {
	font: oblique bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #4d529e;
	line-height: 1.2em;
	margin: 0px;
	padding: 0.2em 0px 0.2em 0px;
	}
	
h5 {
	font: oblique 1.4em Georgia, "Times New Roman", Times, serif;
	color: #4d529e;
	line-height: 1.2em;
	margin: 0px;
	padding: 0.2em 0px 0.2em 0px;
	}

h6 {
	font: oblique 1.2em Georgia, "Times New Roman", Times, serif;
	color: #4d529e;
	line-height: 1.2em;
	margin: 0px;
	padding: 0.2em 0px 0.2em 0px;
	}

.divider_hor {
	border-top: solid 1px;
	border-top-color: #c6e2f7;
	margin-top: 9px;
	padding-bottom: 6px;
	clear:both;
	}

.divider_ver {
	border-left: solid 1px;
	border-left-color: #c6e2f7;
	margin: 0px 5px 0px 5px;
	clear:both;
	}

small {
	font-size:0.85em;
	}

