body {
background-color:#d4ebff;
background-image:url(images/BG_Image2.jpg);
background-repeat:repeat-y;
background-position:top;
background-attachment:fixed;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#000000;
}

#container {
width:900px;
height:100%;
margin:0 auto;
padding:auto;
border-left:solid 2px #d4ebff;
border-right:solid 2px #d4ebff;
background-color:#FFFFFF;
}

#header {
clear:both;
width:900px;
height:250px;
margin:0 auto;
background-color:#FFFFFF;
}

h1 {
font-size:25pt;
color:#000000;
margin:0;
}

h2 {
font-size:15pt;
color:#00bc28;
padding-top:6px;
}

a {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:none;
color:#990000;
}

#menulinks {
clear:both;
width:900px;
height:40px;
background-color:#fc32ac;
background-image:url(images/menu_BG.jpg);
background-repeat:repeat-x;
border-top:#c12d87 solid 1px;
border-bottom:#c12d87 solid 1px;
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

.menuline {
	margin:auto;
}
#menulinks a {
	padding-left:10px;
	padding-right:10px;
	border-right:#c12d87 solid 1px;
	height:40px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	line-height:35px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

#menulinks a:hover, #menulinks a.active {
	text-decoration:none;
	background-color:#ff72c3;
	background-image:url(images/menu_hover_BG.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

#content {
width:875px;
height:625px;
clear:both;
padding-left:20px;
}

#contentarea {
width:575px;
margin:0 auto;
height:625px;
overflow:auto;
padding-right:10px;
float:left;
line-height:14pt;
}

#sidebar {
float:right;
width:265px;
height:100%;
line-height:14pt;
margin:0;
padding-left:20px;
border-left:#CCCCCC solid 1px;
background-color:#ffffe4;
}

#footer {
width:900px;
height:50px;
line-height:14px;
text-align:center;
background-color:#FFFFFF;
background-image:url(images/footer.jpg);
background-repeat:repeat-x;
}
