/* CSS Document */


/* TAGS */

BODY {
	background-image:url('../images/background.jpg');
	margin-left: auto;
    margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 0;
    padding-right: 0;
	padding-top:50px;
	padding-bottom:50px;
	color: #444444;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", Arial, Calibri, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	height: 100%;
}


P, BLOCKQUOTE {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:10px;
}

UL, OL {
	line-height: 130%;
}

a:link,
a:visited {
	color: #3d68a6;
	text-decoration: none;
}
a:hover {
	color: #3d68a6;
	text-decoration: underline;
}


/* HEADER */

.shadow1 {
	background-color: #4A69B9;
	width: 799px;
	height: 1px;
}

.shadow2 {
	border-bottom: 1px solid #FFFFFF;
	width: 799px;
	height: 0px;
}


.framework {
	width: 100%;
}

/* headings */

H1 {
	color: #FF6C2B;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-style:italic;
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}

H2 {
	color: #92B165;
	font-family: Trebuchet MS;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 660px;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

H3 {
	color: #15384E;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}


.mainpage {
	float: left;
	display: block;
	background-color: #FFFFFF;
	border-left: 1px solid #BBD8F0;
	border-right: 1px solid #BBD8F0;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 100%;
}


.content {
	background-color: #FFFFFF;
	border-bottom: 1px solid #4A69B9;
	margin-top: 20px;
	float: left;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 50px;
}


/* Rounded corner containers -- FIXED width, ADJUSTABLE height, TRANSPARENT background */
.panelWrapper {
	float: left;
	margin: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contentPadder {
	padding: 0px;
	margin: 0 25px;
}

/* Rounded corner containers -- FIXED width, ADJUSTABLE height, TRANSPARENT background */
/******* WIDTH of container is 290 pixels */
.panelTop_w290 {
	margin: 0;
	padding: 13px 0 0 0;
	width: 290px;
	background: url(../images/roundedCornerBarTop_w290.gif) no-repeat top left;
}
.panelBottom_w290 {
	margin: 0;
	padding: 0 0 13px 0;
	width: 290px;
	background: url(../images/roundedCornerBarBottom_w290.gif) no-repeat bottom left;
}
.panelSides_w290 {
	margin: 0px;
	padding: 1px 0 1px 0;
	width: 290px;
	background: #fff url(../images/roundedCornerSides_w290.gif) repeat-y top left;
}


/* IMAGES */

.topborderimage {
	background-image:url('../images/roundedCornerBarTop.gif');
	background-repeat: no-repeat;
	width: 802px;
	height: 13px;
	margin: 0px;
	padding: 0px;
}

.bottomborderimage {
	padding: 0px;
	margin: 0px;
}

.titleimage {
	background-image:url('../images/banner_logo.jpg');
	background-repeat: no-repeat;
	width: 799px;
	height: 360px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



