
body{ margin:0; padding:0; background:#07395d; font-family:Arial, Helvetica, sans-serif; }

#container{
	margin-top:28px;
	width:100%;
	height:100%;
	text-align:center;

	
}
#content{
	width:862px;
	background: url(images/border-content.gif) repeat-y #fff;
	margin:auto;
}

#top{
	
	height:200px;
	margin:auto;
	background:url(images/top.jpg) no-repeat;
	text-align:left;
}


#livematter{
	text-align:left;	
}

#menubar{

	width:100%; margin:auto; padding-left:55px; text-align:center;	
}

ul {
	list-style-type:none;	
}

#menu {
	margin:auto;
	font-size: 1em;
	color: #aaaaaa;
	font-style: italic;
	font-weight: bold;
	background-color:#D5F5FB;
}

#menu li {
	text-align:left;
	line-height: 23px;
	float: left;
	padding-right: 25px;
}

#menu li a {
    padding-right: 10px;
    color: #666666;
    text-decoration: none;
	font:Arial, Helvetica, sans-serif;
}

#menu li a:hover {
	color: #7e1b17;
	font-style: italic;
	font-weight: bold;
	background: url(images/selector.png) right top no-repeat;
}

#colRight{
	width:430px;
	padding: 20px 15px 25px 35px;
	float: left;
	display:inline-block;

}

#colRight p{
		line-height:2em;
		color:#666;
}

#colRight ul{
	margin-top:55px;	
}

#colRight li{
	margin-bottom:15px;	
}

h2{
	color: #07395d;
}

.blue img {
	border: solid 1px #4594d0 !important;
}

.blue h3 {
	color:#4594d0;
	background:url(images/boxBlue.gif) repeat-y;
}

.yellow img {
	border: solid 1px #fbae18 !important;
}

.yellow h3 {
	color:#fbae18;
	background:url(images/boxYellow.gif) repeat-y;
}

.red img {
	border: solid 1px #7e1b17 !important;
}

.red h3 {
	color:#7e1b17;
	background:url(images/boxRed.gif) repeat-y;	
}

#leftMenu {
	padding:25px;
	width:325px;
	display:block;
	float:right;

}

#leftMenu li {
	margin-bottom:30px;
}

#leftMenu img {
	float:right;
}

#leftMenu h3 {
	float:right;
	width:167px;
	padding-left:30px;
	font-size: 1.5em;
}

#leftMenu p {
	float:right;
	width:267px;
	padding-left:30px;
	font-size:0.8em;
	line-height:2em;
	color:#666;
}
br.clearFloat {
	height:0;
	clear:both;
	font-size:1px;
	line-height:0;
}

#bottom{
	clear:both;
	background-color:#600;
	padding:25px;
}
