body { 
	margin: 0px;
	background-color: #FFF /*#F6F6F6*/;
	color: black;
	font: 11px Arial, Helvetica, sans-serif;
}

a {
	color: #999999; /*5182D4*/
	text-decoration: underline;
}

a:hover  {
	color: #99CC00; /*619BFD*/
	cursor: pointer;
	text-decoration: underline;
}


.tophead {
	position: absolute;
	top: 2px;
	left: 16px;
	width: 665px;
	height: 121px;
	/*border : 1px #666666 solid;*/
	padding-left: 0px;
	line-height: 121px; /*56*/
	text-decoration: none;
	/*background-image: url(images/kimberlycole.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: default;
}

.header {
	/*position: absolute;*/
	top: 10px;
	width: 100%;
	height: 122px; /*57*/
	background-color: #666666; /*3F67A1*/
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	right: 0px;
	left: 10px;
}


.headercontent  {
	position: absolute;
	top: 60px;
	left: 16px;
	width: 665px;
	height: 121px;
	border : 1px #666666 solid;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	line-height: 121px; /*56*/
	text-decoration: none;
	/*background-image: url(images/banner.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: default;
}


.content  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	padding: 16px 32px 16px 32px;
}

.maincolumn  {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 188px 0px 0px 154px;
}

.maincolumn table {
	border: 1px solid #d7d7d7;
	color: #181818;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #FFF;
}

td { vertical-align:top; }



td.article {
	/*border-left: 1px #999999 solid;*/
	padding: 10px;
	padding-top: 4px;
	/*width: 200px*/
}
td.sectiontitle {
	height: 15px;
	background-color: #F7F0E8;
	border-bottom: 1px solid #F7F0E8;
	padding: 4px;
	padding-right: 8px;
}
table.article {
	border: 1px #999999 solid;
	width: 529px
}



#sidebardivider {
	border-top: 3px double #E9E9E9;
	width: 100%;
	margin-top: 3px;
}


/* SIDECOLUMN */

table#sidecolumn  {
	position: absolute;
	top: 188px; /*73*/
	left: 16px;
	width: 133px;
	background-color: #666666;
	border: 1px solid #999999; /*D7D7D7*/
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table#sidecolumn td {
	padding: 0px;
	width: 100%;
	background-color: #FFF;
}

table#sidecolumn td a {
	text-decoration: none;
	color: #333;
	padding-top : 0px;
	padding-right : 8px;
	padding-bottom : 3px;
	padding-left : 2px;
	display: block;
	border-bottom : 1px #FFF solid;
	border-top : 1px #FFF solid;
}

table#sidecolumn td a#current {
	color: #000;
	background-color:#F7F0E8;  /*EFEFEF*/
	border-bottom :1px solid #F7F0E8;
	border-top :1px solid #F7F0E8;
}

table#sidecolumn td a:hover {
	background-color :#E7CEB2;
	display: block;
	border-bottom :1px solid #E7CEB2;
	border-top :1px solid #E7CEB2;
}

table#sidecolumn img  {
	position: relative;
	top: 3px;
	left: -2px;
}




h1 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* FOOTER */

.footer {
	position:relative;
	left: -60px;
	width: 665px;
	height:15px;
	min-width:120px;
	padding:0px;
	font-size:8pt;
	font-family: arial, helvetica;
	font-weight:normal;
	text-decoration:none;
	color: #CCCCCC;
}

.footer a {
	color: #333;
	text-decoration: none;
}

.footer a:hover {
	color: #CC9966;
	text-decoration: none;
}

/* COPYRIGHT */

.copyright {
	position:relative;
	left: -60px;
	width: 665px;
	height:15px;
	min-width:120px;
	padding:0px;
	font-size:8pt;
	font-family: arial, helvetica;
	font-weight:normal;
	text-decoration:none;
	color: #CCCCCC;
}
.copyright a {
	color: #CCCCCC;
	text-decoration: none;
}

.copyright a:hover {
	color: #CC9966;
	text-decoration: none;
}

