/* Two-column layout stylesheet 

This stylesheet only has the elements required to display
the two-column layout of the main page.
*/
.header {
	margin-top: 5;
	margin-bottom: 10;
}

body {
	clear: both;
	margin-top: 0;
	margin-left: 0;
	background-color: #eeeeee;
	color: #110000;
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 
     Helvetica, sans-serif;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited, a:active {
	color: #000055;
	text-decoration: none;
}

.content {
	margin-top: 20;
	padding-top: 20;
}

.leftcolumn {
	width: 240px;
	max-width: 240px;
	overflow: hidden;
	position: absolute;
	/*float: left;*/
	left: 0px;
	margin-left: 0;
	margin-right: 20;
}
.rightcolumn {
	background-color: #ffffff;
	display: block;
	margin-left: 239px;
	margin-top: 0px;
}
.footer {
	display: block;
	background-color: #999999;
	color: #ffffff;
	clear: both;
	margin-top: 20px;
}
.message {
	background-color: #ffff77;
	margin-left: 20px;
	color: #000077;
}

h1 {
	font-size: normal;
	font-weight: normal;
	background: #998888;
	color: #ffffff;
	margin-bottom: 0px;
}
h1 a:visited, h1 a:active, h1 a:link {
	color: #fffdfd;
}
h3, h2 {
	font-size: normal;
	font-weight: normal;
	background: #000000;
	color: #ffffff;
}

.categorylist {
	margin-top: 0px;
	padding-left: 5px;
	background: #888899;
	color: #ffffff;
}
.category {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px darkgrey;
	border-top: solid 1px darkgrey;
}

.packagelist {
	padding-left: 10px;
	padding-right: 10px;
}
.package {
	margin-top: 15px;
}
.packagename {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.summary {
	background: #f0f0f0;
	font-size: smaller;
	padding-top: 0px;
	padding-bottom: 0px;

	padding-left: 10px;
	padding-right: 10px;
}
.rightfloat {
	display: block;
	float: right;
	margin-right: 10;
	font-size: smaller;
	color: #000022;
}

.description {
	font-size: smaller;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #000022;
}
.categorydescription {
	font-size: smaller;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #440000;
}


.footerright {
	display: block;
	float: right;
	margin-right: 10;
}

.packagecategories {
	text-align: right;
	font-size: xx-small;
	color: #000022;
}

