/* CSS Document */

body {
	background-color: white;
	background-image: url(../images/page-bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-top: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: black;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 16px 0px 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: 7px;
	text-align: center;
	font-weight: bold;
	color: #35264d; /* dk blue */
	padding: 0px 16px 16px 16px;
	border-bottom: 3px double #35264d;
	margin-bottom: 0;
	background-color: white;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #375681; /* dk blue */
	padding: 4px 16px 0px 0px;
	border-top: solid;
	border-top-color: #375681; /* dk blue */
	border-top-style: solid;
	border-top-width: 2px; 
	margin: 0px 0px 0px 16px;
}

#heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #780a0d; /* red */
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: black;
	padding: 0px 16px 0px 16px;
	margin: 0px 0px 0px 12px;
}

li {
	padding: 2px 0px 2px 0px;
}

#left-space {
	margin: 0px 0px 10px 10px;
}

/* ------- HEADER ----------*/

#maincontainer {
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 1px solid black;
	/*background-image: url(../images/bkgrnd.jpg);*/
	background-repeat: no-repeat;
	background-color: white;
}

#header {
	height: 54px; /*Height of top section*/
	background-image: url(../images/canam-banner.jpg);
	background-repeat: no-repeat;
	background-color: white;
}


/* ---- Main Nav ---- */
#mainnav {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;
font-weight: bold;
color: black;
text-align: left;
position: relative;
padding: 0px 0px 6px 0px;
margin: 0px;
}
#mainnav li {
list-style-type: none;
padding: 10px 0px 0px 0px;
}
#mainnav a, #mainnav a:visited {
color: black;
text-decoration: none;
padding: 2px 10px 2px 10px;
display: block;
width: 150px;
}
#mainnav a:hover {
background-color: #35264d;
color: white;
text-decoration: none;
display: block;
width: 150px;
}
#mainnav #selected {
background-color: #35264d;
color: white;
text-decoration: none;
display: block;
width: 150px;
}

.innertube {
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#redbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	padding: 4px 8px 4px 8px;
	margin-top: 0px;
	background-color: #780a0d;
}

#redbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#redbox a:hover {
	text-decoration: overline;
}

#yellowbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: black;
	padding: 4px 8px 4px 8px;
	margin-top: 0px;
	background-color: #f3e75f;
}

#yellowbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

#yellowbox a:hover {
	text-decoration: overline;
}

/* ------------ START Left Column -------------- */

#leftcolumn {
	float: left;
	width: 170px; /*Width of left column in pixels*/
	background-color: #eee;
	border-right: 1px solid #35264d;
	border-bottom: 1px solid #35264d;
}

#ltpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	padding: 0px 0px 4px 0px;
	margin-top: 0px;
	background-color: #eee;
}

/* ------------ START Middle Column -------------- */

#midcolumn {
	float: left;
	width: 310px; /*Width of left column in pixels*/
}

#midpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	padding: 8px 0px 4px 0px;
	margin-top: 0px;
}

/* ------------ START Right Column -------------- */

#rightcolumn {
	float: left;
	width: 300px; /*Width of left column in pixels*/
}

#rtpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	padding: 8px 0px 4px 0px;
	margin-top: 0px;
}

#rightcolumnyellow {
	float: left;
	width: 300px; /*Width of left column in pixel*/
	background-color: #f3e75f;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rtparayellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	padding: 8px 0px 0px 0px;
	
}

#rt-space {
	margin: 0px 10px 0px 0px;
}

/* ------------ START Full Column -------------- */

#fullcolumn {
	float: left;
	width: 610px; /*Width of left column in pixels*/
}

#fullcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	padding: 8px 0px 0px 0px;
	margin-top: 0px;
}

#fullcolumn a, #fullcolumn a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: blue;
	padding: 8px 0px 4px 0px;
	margin-top: 0px;
}

#fullcolumn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: blue;
	padding: 8px 0px 4px 0px;
	margin-top: 0px;
	text-decoration: overline;
}

/*--------- FOOTER ----------*/

#footer {
	float: left;
	width: 800px;
	background-color: #35264d; /* dark blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 800px;
	padding-top: 6px;
	padding-bottom: 6px; 
}

#footer a, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: overline;
}
