/*----------- Body and Default Links --------------------------- */
body {
	font:100%/1.75em verdana, arial, georgia, sans-serif;
	color: #1c149d;
	background-color: #ececff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a, a:hover{
	color: #1111ad;
	font-weight: bold;
	background-color: #f2feff;
	text-decoration: none;
}
a:hover, a:active{
	background-color: #d2deff;
	text-decoration: underline;	
}
a:visited, a:active{
	color: #aa22dd;
	font-weight: normal; 
}

/*----------- Box Model --------------------------- */
#banner {
	background-color: #a2aeeb;
	background-image: url(../artwork/banner.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 25px;
}
#content {
	margin-left: 165px;
	background-color:#ffffff;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#sideleft {
	background-color: #ececff;
	float: left;
	width: 160px;
	\width: 160px;
	w\idth: 150px;
	margin: 0 5px 0 0;
	padding: 0px 5px 10px;
	}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	background-color: #a2aeeb;
	font-size:0.6em;

}
/* -----------Banner Box Contents */
#banner h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-family: "Arial Black", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#banner h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
}
#banner p {
	font-size: 0.75em;
	margin-bottom: 0px;
}

#banner a.banner {
	font-weight:normal; 
	background-color: transparent;
}
#banner a.banner:hover {
	background-color: #d2deff;
}

/* -----------Menu Styles --------------------------- */
#menubox{
	font: 0.65em/1.5em verdana, arial, georgia, sans-serif;
	clear:right;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 23px;
}
#menucont {
	color: #828ecb;
	background-color : transparent;
	width: 100%;
	height: 20px;
	position: absolute;
}
.menublock, .display {
	float:left;
	width:22%;
	background-color: #828ecb;
}
.subs{
	background-color: #828ecb;
}
.subs a{
	display: block;
	width:inherit;
}
.menublock .subs{
	display: none;
}
a.tl:visited{
	color: #1111ad;
	font-weight:bold;
}
a.tl:hover, a.tl:active, a.sl, a.sl:hover, a.sl:active, a.sl:visited { 
	display: block;
	text-decoration: none; 
	color: #1111ad;
	background-color: #d2defd;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border: none;
	font-weight: bold;
}
a.tl:hover, a.tl:active, a.sl:hover, a.sl:active {
	background-color: #f2feff;
}
.tl {
	font-size: 1em;
	display: block;
	text-decoration: none; 
	color: #1111ad;
	background-color: #a2aedd;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border: none;
	font-weight: bold;
}
/* -----------Sidebar Left Box Contents */
#sideleft h3 {
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
	font-size: 1em;
	line-height: 1.3em;
}
#sideleft p {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* -----------List Style */
#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #3c349d;
	width: 150px;
}
#navlist li {
	font-size: 0.7em;
	line-height: 1.3em;
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #3c349d;
}
#navlist li a { 
	font-weight:normal; 
	background-color: transparent; 
}
#navlist li a:hover {
	background-color: #d2deff;
	display: block;
}

/* -----------Contents Box */
#content h2 {
	background-color: #ececff;
}
#content p {
	font-size:0.9em;
	line-height: 1.5em;
}
#content blockquote {
	font-size:0.9em;
	line-height: 1.5em;
}
#content li {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0.25em;
	list-style-type: square;
}
#content li a { text-decoration: none; 
}
#content img { 
	float:none;
	padding-left:5px;	 
}
#content dt {
	font-size: 0.9em;
	line-height: 1.25em;
	padding-top: .5em;
	}
#content dd {
	font-size:0.7em;
	line-height: 1.5em;
}

cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.2em;
	display: block;
	text-indent: 0px;
}

cite span { color: #727EEB;
	
	}

cite span a {
	color: #7F9FE6;
	font-weight: normal;
	}
caption {
	text-align: left;
}
td li{
	margin-left: -20px;	
}


/* -----------Footer Box Contents */
#footer a {
	font-weight:normal;
	background-color: transparent;
}
#footer a:hover {
	background-color: #d2deff;
}
