#notables {
 margin-right: 1em;
}

html,body
{
	margin:			0;
	padding:		0;
}

.clear
{
	border:			0;
	clear:			both;
}

body
{
	color: #000000;
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
/*
	background-color: #ccc;
	padding-top: 110px;
	background-color: #FE0;
	background-image: url("/images/checked.gif");
*/
	background-color: #000096;
}

div
{
/*
	border:			1px solid blue;
*/
}

#logo
{
	border:			0;
	text-align:		center;
	background-image: url("/images/background.jpg");
	background-repeat:repeat-x;
	height:			100px;
}

#main,
#ColL, #ColR
{
	border:			0;
}

#main
{
	top:			110px;
	padding-top:	.8em;
/*
	padding-top:	5px;
	padding-bottom:	5px;
*/
}

#ColL,
#ColR
{
	padding-top:	1em;
	padding-left:	7px;
	padding-right:	7px;
	width:			18%;
	width:			200px;
}

#ColL
{
	float:			left;
	clear:			left;
	width:			150px;
}

#ColR
{
	float:			right;
	clear:			right;
	width:			130px;
}

#content
{
	padding:		1em;
	margin-left:	20%;
	margin-right:	20%;
	margin-left:	180px;
	margin-right:	160px;
	border:			1px solid rgb(225,169,0);
	border:			1px solid #DDAA33;
	background-color:	#fff;
/*
	border:			4px double rgb(225,169,0);
*/
}

#content .article
{
	border:			0;
	border-bottom:	2px groove green;
	margin-bottom:	3em;
	margin-bottom:	1.2em;
	padding-bottom: 6px;
	text-align: justify;
/*
	padding-bottom: 2em;
	margin:			5px;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	text-align:justify;
*/
}

	.article a
	{
		text-decoration:	none;
		color:				rgb(225,169,0);
		color:				#DDAA33;
	}
	.article a:hover
	{
		color:				rgb(225,169,0);
		color:				#DDAA33
		background-color: #fff;
		text-decoration: underline;
	}
	.article a:visited
	{
		color: rgb(255,0,0);
	}


#content .article p,
#content .article h2
{
	margin:			0;
}

#content .article p
{
	text-indent:	3em;
}

#content .article p.author
{
	text-align:		left;
	padding-top:	.5em;
	padding-left:	1em;
	padding-bottom:	.5em;
	border:			1px solid black;
	border-right:	0 none;
	text-indent:	0;
	width:			10%;
	overflow:		visible;
	white-space:	nowrap;
	margin-left:	15%;
/*
	display:		inline;
	text-align:		right;
	padding-right:	2em;
*/
}

#content .article p.author a
{
	display:		block;
	white-space:	nowrap;
/*
,#content .article p.author p
	position:		relative;
	margin:			0;
	padding:		0;
	right:			0px;
	text-align:		left;
	border:			1px solid blue;
	left:			60%;
	width:			40%;
*/
}

#content .article h2
{
	text-indent:	0;
	margin:			1em;
	margin-bottom:	1.2em;

	font: 1.25em Verdana,sans-serif;
	font-weight: bold;
	color: rgb(225,169,0);
	color:			#DDAA33;
	text-indent:	0;
}

#footer
{
	margin-top:		10px;
	border:			1px solid blue;
	border:			0 none blue;
	padding:		10px;
	text-align:		center;
	padding-bottom:	0;
}

/*
#footer *
{
	margin:			10px;
}
*/





/*
 *	.navBox
*/
.navBox
{
	background-color:	#009;
	background-color:	#fff;
	margin-bottom:		15px;
	border:				1px solid rgb(225,169,0);
	border:				1px solid #DDAA33;
/*
	margin-left:		2px;
	margin-right:		2px;
*/
}

.navBox h1,
.navBox ul
{
	list-style:		none;
	margin:			0;
	padding:		0;
	border:			0 none;
}

.navBox ul li
{
	margin-bottom:	10px;
}

.navBox ul ul
{
/*
	padding-left:	18px;
*/
}

.navBox ul ul li
{
	padding-left:	18px;
}

.navBox ul ul li,
.navBox ul ul li a,
.navBox ul ul li a:link
{
	margin:			0;
	color:			#000;
	text-decoration:	none;
	line-height:	1.25em;
}
.navBox ul ul li a
{
	width:			100%;
	padding:		0 2px 0 2px;
}


.navBox ul ul li a:link
{
/*
	color: #000096;
	color:	pink;
*/
}

.navBox ul ul li a:visited
{
	color: #009096;
}

.navBox ul ul li:hover,
.navBox ul ul li a:hover
{
/*
	border-left: 10px solid rgb(148,148,148);
	border-right: 10px solid rgb(212,212,212);
*/
	background-color: rgb(170,170,170);
	color: #000;
}

.navBox > ul ul li,
.navBox > ul ul li a
{
	display:		block;
	width:			auto;
}

.navBox .menuHeader
{
	color:				#FF7C20;
	color:				#DDAA00;
	background-color:	#000096;
	font:				bold 1.2em Verdana,Arial,Helvetica,sans-serif;
	text-align:			left;
	text-decoration:	none;
	margin:				0;
	padding:			1px 2px 1px 2px;
	text-indent:		0;
/*
	list-style-position: outside;
	list-style: none;
	border-bottom: 1px solid #66CCFF;
	border-bottom: 1px solid #000000;
*/
}


#ColR .navBox
{
	text-align:			center;
	background-color:	#000096;
}



