/* K.Brown CSS Layout 01 -------------- */

/* Regulate --------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table{
	border: 0px;
}

/* Define ----------------------------- */
body {
	background-image: url(GRFX/bkgd_tile.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #083272;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #79C4EB;
	text-decoration: underline;
}

a:visited {
	color: #79C4EB;
	text-decoration: underline;
}

a:hover {
	color: #0D459A;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0D459A;
}


#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	position: relative;
	background-image: url(GRFX/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 760px;
	top: 0px;
	left: 0px;
}

#login {
	position: relative;
	left: 550px;
	top: 55px;
	width: 200px;
}

#navigation {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 30px;
	width: 700px;
	top: 140px;
}

#bodycontent {
	position: relative;
	text-align: center;
}

#bodycol1 {
	width: 470px;
	float:left;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}

#bodycol2 {
	width: 240px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#bodycol3 {
	width: 550px;
	text-align: left;
	margin-right: 105px;
	margin-left: 105px;
}

#footer {
	width: 740px;
	clear: both;
	text-align: center;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #083272;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #21B1EC;
}

.headerbg {
	background-image: url(GRFX/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Repair ----------------------------- */
/* http://positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.warning{
	color: red;
}
