/* -- cx_layout.css : CX Layout Stylesheet 2009.04.01 -- */

body
{
}
li, a
{
	color: black;
}a:hover {
	text-decoration: none;
	color: white;
	background-color: black; 
}
#page-container {
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	position: relative;
}
#top-margin {
	padding: 0 50px 5px;
	min-width: 1px; /* IE7 hack */
}
#page-content {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	margin: 0 50px;
	padding: 1px 40px;
}
#masthead {
	padding-top: 1em;
	border-bottom: solid 1px #000;
}
#masthead h1 {
	margin: 0;
	padding: 0;
}
#column-container {
	padding-right: 150px;
}
#left-column {
	float: left;
	width: 100%;
	font-family: tahoma, verdana, sans-serif;
	font-size: 0.8em;
}
#right-column {
	float: right;
	width: 150px;
	margin-right: -150px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
div.inside-column {
	margin: 1em 0;
	min-height: 1px; /* IE7 Hack */
}
#left-column div.inside-column {
	border-right: solid 1px #000;
	margin-right: -1px;
	padding-right: 10px;
}
#right-column div.inside-column {
	border-left: solid 1px #000;
	padding-left: 10px;
}
#footer {
	padding: 0 71px;
	text-align: center;
}
div.clear {
	clear: both;
	padding-bottom: 1px;
}
ul.menu, 
ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu {
	margin: 1em 0;
	border-top: dotted 1px #000;
}
ul.menu li {
	padding: 5px 10px;
	border-bottom: dotted 1px #000;
	font-size: 1.22em;
}
#right-column .block {
	padding: 5px;
	border: dotted 1px #000;
	border-width: 1px 0;
}

/* -- Edit color values below this line to change the color scheme of the layout -- */
body, div.cxf {em
	background-color: #fcfcfc;
}
#left-column div.inside-column,
#right-column div.inside-column,
#masthead {
	border-color: #ddd;
}
#footer {
	color: #666;
}
#page-content {
	background-color: #fff;
}

/* --  LeftsideBox -- */

#LeftsideBox
{
    border: 1px outset #000;
    margin-top: 20px;
    width: 123px;
}
 
#LeftsideBox div
{
    border: 1px inset #000;
    padding: 2px;
}
 
#LeftsideBox p
{
    margin: 0;
}
