body {
	padding-top: 1em;
	background-color: #C8C8D4;
	color: #C00000;
}

p {
	text-indent: 2em;
	color: #C00000;
}

#header { 
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1em;
	text-align: center;
}

#menu {
    float: left;
    font-weight: bold;
    page-width: 20%;
    overflow: hidden;
}

#menu ul {
    margin: 0;
    padding: 0;
    float: left;
}

#menu ul li {
    /* display: inline; */
    background: url(media/bar.png) repeat-x;
    display: block;
    text-align: center;
    font-weight: bold;
    list-style: none;
}

#menu ul li a {
    float: left;
    color: white;
    padding: 5px 11px;
    /* text-decoration: none; */
}

#menu ul li a:visited {
    color: white;
}

#menu ul li a:hover, .indentmenu ul li .current{ /*Add current class in future*/
    color: white !important; /*text color of selected and active item*/
    background: url(media/bar.png) repeat-x;
}

table.packages {
	text-align: center;
	border: 1px;
}

h2, h3 {
	color: #000000;
}

#block {
	margin-right: 2em;
	margin-left: 2em;
	/* text-align: center; */
	position: relative;
}
#news {
/*	max-width: 80%; */
	border: .25em dashed #800000;
	position: relative;
	
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	
	padding-left: 4em;
	padding-right: 4em;
	
	text-align: left;
}
p.note {
	font-style: italic;
	font-size: .8em;
	padding-left: 2em;
	padding-top: 1.5em;
}

span.code {
	font-family: monospace, courier;
	background-color: #ababb5;
	color:  #440000;
}

ul,ol {
	margin-left: 5em;
	text-align: left;
}

	
/* Legacy Purposes */
.center {
	text-align: center;
}

.justify {
	text-align: justify;
}
