/*  STRUCTURE   */

body{
	background-color:#cccccc;
	color:#d7e4f9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:101%;
	min-width:991px;
	padding:0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#masthead {
	background-image: url(/images/wrapper/msth-bkg.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 991px;
	background-color: #708ba8;
	}
#logo {
	height: 116px;
	width: 115px;
	padding-top: 33px;
	padding-left: 38px;
	}
#wrapper {
	margin:0 auto;
	width:991px;
}

#contentWrapper {
	background-image:url(/images/wrapper/pgBkg.gif);
	background-repeat:repeat-y;
	width: 991px;
	clear: both;
}
#content {
	font-size: 0.82em;
}
.twoColContainer {
	position:relative;
}
#leftCol {
	float:left;
	width:160px;
}
#insideLeftCol {
	width:160px;
	padding-top:20px;
}
#mainCol {
	width:770px;
	float:right;
	margin-top: 30px;
	margin-right: 38px;
	text-align: justify;
}

#insideMainCol {
	line-height: 120%;
}
.sidebar {
	background-image: url(/images/sidebar/bkg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #283145;
}
.sidebar h1 {
	font-size: 110%;
	font-weight: bold;
	color: #283145;
}
.sidebar a:link, .sidebar a:visited {
	color: #003399;	
	}
.sidebar a:hover {
	color: #CC6600;
	}
.sidebar a:active {
	color: #990000;
	}

#footer {
	clear: both;
	font-size:0.7em;
	text-align:center;
	padding-top: 14px;
	padding-bottom:30px;

}


#footer p {
	margin: .5em;
	}
	
#pgBtm {
	background-image:url(/images/wrapper/pgBtm.gif);
	background-repeat:no-repeat;
	clear:both;
	height:19px;
	width: 991px;
}

/********* LINKS **********/


a:link {
	color: #a3ccf8;
	text-decoration: underline;
}
a:visited {
	color: #a3ccf8;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;	
	text-decoration: underline;
}
a:active {
	color: #FF6633;
	text-decoration: underline;
}

#nav {
	margin-top:30px;
	margin-left: 28px;
	}
#nav p {
	margin-top: 0em;
	margin-bottom:1em;
	}

#nav a:link, #nav a:visited {
	color: #a3ccf8;
	text-decoration: none;
}
#nav a:hover {
	color: #FF9900;
	text-decoration: none;
}
#nav a:active {
	color: #FF6633;
	text-decoration: none;
}


/********* TYPE **********/



h1 {
	font-size: 130%;
	color: #f6cf82;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #d7e4f9;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #d7e4f9;
}
.hightlight1 {
	color: #6ea5e1;
	font-weight: bold;
}
.quoteName  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0em;
	padding-left: 25px;
}

.small {
	font-size: 80%;
}
.picturepadleft {
	float: right;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-top: 0px;
	padding-right: 0px;
}
.picturepadright {
	float: left;
	padding:0px 8px 4px 0px;
}
.less p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

