 * {
	margin: 0px;
	padding: 0px;
}
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}

td {
	line-height:20px;
}

a:link,a:visited,a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0F64AA;
	text-decoration: underline;
}

input {
	color: #7D0B50;
	border: 2 solid #7D0B50;
}

.clear {
	clear: both;
}

#container {
	min-height: 100%;
	width: 750px;
	margin: 0px auto;
	position: relative; 
}

* html > #container {
	height: 100%;
}

#header {
	float:left;
	height: 140px;
	padding: 0px;
}

#content {
	float: left;
	width: 750px;
	height: auto;
	margin-bottom: 100px;
}

#footer {
	float:left;
	width: 750px;
	height: 100px;
	line-height: 15px;
	text-align:center;
}

#faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 750px;
}

#menu
{
	float: left;
	margin: 0px;
	width: 100%;
	background-color: #2B2E48;
	height: 100%;
}  
#menu ul 
{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 12px;
	font-weight: bold;
}
#menu ul li 
{
	list-style-type: none;
	float:left;
}
#menu ul li a 
{
	display: block;
	color: #ffffff;
	background-color: #2B2E48;
	padding: 3px 6px;
	text-decoration: none;
	text-align: right;
}
#menu ul li a:hover 
{
  background-color: #959CBF;
}

#menu .active 
{
  background-color: #959CBF;
}

#infocontent {

	float:left;
	width:700px;

}

#items1 {

	float:left;
	width:200px;
	margin: 10px;
	background:url(/graphics/bg.jpg) top left no-repeat #FFFFFF;

}

#items2 {

	float:left;
	width:190px;
	margin: 5px;

}

#items2 p {

	margin-top: 5px;
	padding-left:5px;
	font-size:12px;

}

#itemstitle1 {

	float:left;
	width:190px;
	height:30px;
	color:#FFFFFF;
	/*margin: 10px;
	border: 2px solid #2B2E48;
	background-color: #333333;*/

}

#itemscontent {

	float:left;
	width:190px;

}

#itemscontentmonth {

	float:left;
	margin-left:5px;
	width:180px;
	min-height:200px;

}

.item1 {

	background-color: #FFFFFF;

}

.item1a {

	background-color: #F0F0F0;

}

h1 {


margin:5px;
font-size:14px;
font-weight:bold;
text-decoration: none;

}

h2 {

margin:0px;
font-size:12px;
font-weight:bold;
text-decoration: none; 
background:none;

}

#hidn {

/*display:none;*/

}

