@charset "UTF-8";

/* CSS Document */

/* Color Guide
	- Blue : #51c8e8
	- Text Blue : #42b5d4
	- Text Grey : #414042
*/

/* ------------------------------------ */

html,
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/pattern.gif);
	font-family: helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #414042;
}

#border {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: auto;
	margin: 20px;
	background: #FFFFFF;
	overflow: hidden;
	min-height: 700px;
}

#container{
	height: auto;
	margin: 0 auto;
	width: 620px;
}

#header{
	height: 281px;
	width: 620px;
	background: #FFFFFF url(../images/header.gif) no-repeat bottom;
}

#middle{
	margin: 0;
	margin-top: 35px;
	padding: 0;
	overflow: hidden;
}

#left_column{
	width: 279px;
	float: right;
	padding-right: 20px;
	margin-right: 20px;
	border-right: #51c8e8 1px solid;
}

#right_column{
	width: 300px;
	float: right;
}

#footer{
	width: 620px;
	margin-top: 60px;
	padding-bottom: 60px;
}


/* ------------------------------------ */

a{
	color: #42b5d4;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/* ------------------------------------ */

p{
	margin: 0;
	padding: 0;
	line-height: 19px;
	margin-bottom: 30px;
}

#footer p{
	color: #42b5d4;
}
 
.bold{
	font-weight: bold;
}

.bold_italic{
	font-weight: bold;
	font-style: italic;
}

.highlight{
	font-weight: bold;
	color: #42b5d4;
}

