/*	1. Formatting
	2. Structural
*/

/* 1. Formatting */
body {
	font:small/1.5 Arial, Helvetica, Sans-serif;
	background-color:#FFF;
	color:#808080;
	text-align:center;
}
#container{
	font-size:85%;/*Global font size*/
	text-align:left;
}
#masthead{
	border-bottom:3px solid #e9e4df;
}
ul#listMenuRoot{
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	font-size:110%;
}
ul#listMenuRoot ul{
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
}
a:link, a:visited {
	color: #F27C21;
	text-decoration: underline;
}
a:hover {
	color: #537399;
	text-decoration: none;
} 
h1 {
	font-size: 180%;
	color: #537399;
}
h2 {
   font-size:160%;
   color: #537399;
   font-weight:normal;
   font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	font-size:130%;
	font-weight:normal;
	color: #537399;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4{
	font-size:100%;
	font-weight:bold;
}
h5{
	font-size:100%;
	font-weight:bold;
}
h6{
	font-size:100%;
	font-weight:bold;
}
#footer, #footer a{
	text-decoration:none;
	color:#a56d4e;
}
a.button:link, a.button:visited, input.button{
	width:auto;
	height: 1em;
	line-height:1em;
	padding: 5px;
	border: 1px solid #ccc;
	background: #FAFAFA url(///images/gfx/button.gif) repeat-x;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	cursor:pointer;
	text-decoration:none;
}
input.button{
	height:auto;
	line-height:inherit;
}
.newsCategory{border-bottom:1px solid #ccc; margin-bottom:1.5em;}
.newsDate{font-weight:bold;}/*newslanding date*/
h4.month{border-bottom:1px solid #ccc;}/*news category month*/

/* 2. Structural */
#container{
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	min-width:698px;
}
#main{
	width:100%;
	float: left;
	margin-right: -55%;
	position:relative;
	z-index:0;
}
#main #content{
	margin-right: 55%;
}
#sidecontent{
	width: 45%;
	float: right;
	position:relative;
	z-index:0;
}
#masthead{
	position:relative;
	z-index:1;
	margin-bottom:1.5em;
	padding:0;
	height:115px;
}
ul#listMenuRoot{
	position:absolute;
	right:0;
	bottom:1.5em;
}
h1#logo{
	width:300px;
	height:45px;
	position:absolute;
	top:0.5em;
	left:0;
}
h1#logo a{
	background-image:url(..///images/gfx/logo.png);
	background-position:bottom;
	width:300px;
	height:45px;
}
#footer {
	padding:0.5em;
	border-top:1px solid #9fd4e9;
	clear:both;
}
#footer ul{
	list-style-type:none;
}
#footer li{
	float:left;
	padding:0 2em 0 0;
	margin:0;
}
table.NewsCategoryItems td{
	padding-bottom:1.5em;
}
td.NewsCategoryDate{
	padding-right:1.5em;
}
h4.NewsCategoryMonth{border-bottom:1px solid #ccc; clear:left;}
#newsCategory a.button{
	margin:1.5em 1em 1.5em 0;
	float:left;
}
.checkbox input, .radio input{ float:left; margin-right:5px; }
.checkbox label, .radio label{width:auto;}
.checkbox input{margin-left:312px;}
.radio input{margin-left:265px;} 
