/* Kim White KimagesInk */

/****************Main Selectors ****************/
.bgrblend {
	background-image: url(images/bgr_blend.jpg);
	background-position: top; 
	background-repeat: repeat-x;
	background-color: #000000;
}

body {
	margin: 1em 0 0 8em;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	font-weight: bold;
	color: #3D526D;
	background-color: #D2EDF4;
	padding: 2px 2px 2px 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #3D526D;
	margin-bottom: -10px;
}

p {
	width: 90%;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}

a:link {
	color: #3D526D;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-weight: bold;
}

a:hover {
	background-color: #D2EDF4;
}

ul li {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	margin-bottom: 0.5em;
}
/****************IDs ****************/
table#navbar {
	vertical-align: top;
	padding-bottom: 8px;
}

tr td#navbar {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}

tr td#navbar a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	text-decoration: none;
}

tr td#navbar a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	text-decoration: none;
}


tr td#navbar a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #CCC;
}

td#border {
	background-color: #FFFFFF;
	line-height: 14px;
}

td#sidebar {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 1px 10px 5px 15px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000;
} 

td#sideimg {
	background-image: url(images/side_rt.jpg);
	background-repeat: repeat-y;
}

td#contentmain {
	background-color: #FFFFFF;
	vertical-align: top; 
	padding: 1px 5px 5px 20px;
} 

/**************** Classes ****************/
.imgrt {
	float: right;
	padding: 0px 0px 5px 10px;
}

.sidebartxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	margin: 15px 0px 10px 15px;
}

.sidebarfeature {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #3D526D;
	line-height: 18px;
	margin: 15px 0px 10px 15px;
}

.highlight {
	background-color: #CCC;
	padding: 1px;
	margin: auto;
}

.form {
	background-color: #CFCFCD;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	line-height: 14px;
}
