/* Stylesheet for commander keen newsletter page */

body
{
	background-color: #999999;
	font-family: Tahoma, Verdana, Arial, Times;
	color: #FFFFFF;	
}

/* styles for pagelayout table */
table.pagelayout
{
	margin-left: auto; 
	margin-right: auto; 
	width: 750px;
	border: 3px solid black;
}

table.pagelayout td.header
{
	background-color: #FFCC33;
	text-align: center;
	border-bottom: 3px solid black;
}

table.pagelayout td.nav
{
	background-color: #006699;
	text-align: center;
	width: 200px;
	border-right: 3px solid black;
	padding: 5px;
	
}

/* styles for left nav bar */
table.pagelayout td.nav ul 
{
	padding: 0;
	list-style-type: none;
	margin: 5px 10px 5px 10px;
}

table.pagelayout td.nav li 
{
	margin: 2px 0 0;
}

table.pagelayout td.nav a
{
	text-decoration: none;
	color: #FFFFFF;
	width: 178px;
	display: block;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFCC33;
}

table.pagelayout td.nav a:hover
{
	background-color: #999999;
	color: #000000;
	
}

table.pagelayout td.nav a:active
{
	font-weight: bold;
}


/* styles for content and footer */
table.pagelayout td.content
{
	background-color: #006699;
	text-align: left;
	width: 550px;
	padding: 5px;
	font-size: small;
}

table.pagelayout td.footer
{
	background-color: #FFCC33;
	border-top: 3px solid black;
	text-align: center;
	color: #000000;
	font-size: x-small;
	width: 750px;
	height: 60px;
	padding: 5px;
}

/* styles for content links */
table.pagelayout td.content a
{
	text-decoration: none;
	color: #FFCC33;
}

table.pagelayout td.content a:hover
{
	display: inline;
	text-decoration: underline;
}


/* styles for inner tables */
table.innertable
{
	width: 500px;
	border: 1px solid black;
	text-align: center;
	font-size: small;
}

table.innertable td.category
{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

/* styles for updates table */
table.updates
{
	width: 450px;
	border: 2px dotted black;
	text-align: left;
	font-size: small;
	padding: 1px;
}

table.updates td.date
{
	background-color: #FFCC33;
	color: #000000;
}



/* miscellaneous styles 
a img
{
	border: none;
}*/

h1
{
	font-size: large;
	color: #FFCC33;
}

.title
{
	font-weight: bold;
	text-transform: uppercase;
}

.center
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.small
{
	font-size: small;
}