/* CSS Document */

* {border:0pt none; margin:0pt; padding:0pt;}

a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

body {
	text-align: center;/* alignment for IE7 */
	background-color: #f7f3cf;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat;
	}

#wrapper {
		margin: auto;
		width: 962px;
		background-color: #f7f3cf;
		background-image: url(../images/col1_repeat.gif);
		background-repeat: repeat-y;
}

#mast { 
	width: 963px;
	height: 60px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#footer { 
	clear: both;
	padding: 20px;
	background-color: #002b54;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 150px;
}


/* Inside Pages ============================================================= */

#colmain {
	float: left;
    width: 680px;
}

#textbox {padding: 10px 40px 10px 40px;}

#colleft .textbox {padding: 10px 40px 10px 40px;}

#colleft {
	float: left;
	width: 273px;
	padding-bottom: 50px;
}

#colleftinner p {padding: 15px;}
#colleft_images {text-align: center;}

/* P Styles ============================================================= */

p {
	font-family: Georgia, Palatino, Times, serif; 
	font-size: 14px; 
	color: #002b54; 
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
	}

#colleft p {
	font-family: Georgia, Palatino, Times, serif; 
	font-size: 14px; 
	color: #a89a00; 
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
	}

a:link, a:hover, a:visited  {color: #a89a00; text-decoration: underline;}

#footer p {text-align: left; font-size: 14px; color: #f7f3cf; padding-left: 85px;}
#footer a {font-size: 14px; color: #f7f3cf;}
#footer a:hover {color: #f57b20; text-decoration: underline;}
#footer a:visited {color: #f57b20;}

h1 {
	font-family: Georgia, Palatino, Times, serif; 
    font-size: 17px; 
	font-style: oblique;
	color: #002b54; 
	text-align: left;
	margin-left: 30px;
	margin-top: 15px;
	padding-bottom: 10px;
	}

h2 {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px;
	text-transform: uppercase;
	color: #002b54; 
	text-align: left;
	margin-left: 30px;
	padding-bottom: 5px;
	}