/* Basics */
a {
	color:#35528c;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}

img {
	border:none;
}
ul {
	list-style-image:url(img/bullet_lg.gif);
	line-height:14px;
	list-style-position:outside;
}
li {
	margin-top:12px;
	margin-left:-18px;
	margin-right:10px;
}
body {
	background-color: #ACB8CF;
	background-image: url('img/bg.gif');
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
}
p {
	padding-left:20px;
	padding-right:20px;
}

/* Layout */
#horizon {
	position: absolute;
	overflow: visible;
	visibility: visible;
	display: block;
	top: 50%; left: 0px; 
	width: 100%; height: 1px;
}

#frame {
	background-image:url(img/contentbg.gif);
	margin-left: -451px;
	width: 903px;
	height:605px;
	position: absolute;
	left: 50%;
	top: -302px;
	visibility: visible;
}
#leftColumn {
	background:url(img/lcom.gif) repeat-y;
	float:left;
	width:178px;
	height:492px;
}
#contentColumn {
	position:relative;
	float:left;
	width:526px;
	height:492px;
	overflow:auto;
}
.rightColumn {
	width:199px;
	background:url(img/right_column_head.gif); background-repeat:no-repeat; color:#EFF2F6;
}


/* Navigation */
#dropmenudiv
{
	position: absolute;
	font: normal 12px Arial, Verdana;
	z-index: 500;
	width: 150px;
}

#dropmenudiv a
{
	display: block;
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 10px;
	text-indent:10px;
	text-decoration: none;
	line-height: 10px;
	height: 15px;
	text-transform: uppercase;
}

#dropmenudiv a:hover
{
	color:#e15a00;
}

/* Content / Text Styling */
h1 {
	padding-left:20px;
	color:#6699cc;
	font-weight:normal;
	font-size:18px;
}
h2 {
	padding-left:20px;
	color:#888888;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	margin-bottom:-12px;
	text-transform:uppercase;
}
.rightList {
	list-style-image:url(img/bullet.gif);
	padding-top:75px;
	padding-left:46px;
	list-style-position:outside;
	font-size:10px;
}
.smalltxt {
	font-size:10px;
	line-height:17px;
}
