html,body
{
	margin:0;
	padding:0
}

body
{
	background-color:#ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:76.5%;
}

#header
{
	padding:0;
	margin:0;
	margin-bottom:20px;
	color:#ffffff;
	width:755px;
}

.MenuCornerL
{
	background:url('../../Images/MenuCornerL.gif') no-repeat left top;
	background-color:#980065;
	width:30px;
	border-right:solid 1px white;
}

.MenuCornerR
{
	background:url('../../Images/MenuCornerR.gif') no-repeat right top;
	background-color:#980065;
	width:30px;
}

.HeaderRow
{
	background-color:#980065;
	width:695px;
}

#footer
{
	clear:both;
	border-top:solid 1px #ccc;
	width:755px;
	height:60px;
	font-size:10px;
}

#footer div
{
	padding-top:5px;
}

#content
{
	
}

#page 
{
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 755px;
	border-top: none;
}

#page_popup
{
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 640px;
	border-top: none;
}

#lhs
{
	float:left;
	width:150px;
	margin-right:10px;
}

.form_default
{
	width:735px;
	border:solid 1px #ccc;
	padding:10px;
	background:#CCCCFF;
	margin-bottom:10px;
}

.form_popup
{
	width:600px;
	border:solid 1px #ccc;
	padding:10px;
	background:#CCCCFF;
	margin:10px;
}

#form
{
	float:left;	
	width:570px;
	border:solid 1px #ccc;
	padding:10px;
	background:#CCCCFF;
}

#form_empty
{
	float:none;	
	width:570px;
	border:solid 1px #ccc;
	padding:10px;
}      

#tabs 
{

}

#tabs ul 
{
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li 
{
      display:inline;
      margin:0;
      padding:0;
}

#tabs a 
{
      float:left;
      margin:0;
      padding:0;
      text-decoration:none;
      cursor:hand;
      border-bottom-width:0px;
      font-size:11px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span 
{
	float:none;
}
/* End IE5-Mac hack */

.taboff
{
      float:left;
      display:block;
      padding:0 12px;
      color:#FFF;
      margin:0;
      border-right:solid 1px white;
      height:30px;
      line-height:30px;
      font-weight:800;
}

.tabon
{
      float:left;
      display:block;
      padding:0 15px;
      color:#FFF;
      margin:0;
      border-right:solid 1px white;
      background-color:#1E4592;
      line-height:30px;
}

ul.menu 
{
	margin: 0;
	padding: 0;
	border-bottom:solid 1px #ccc;
	list-style:none;
}

ul.menu li 
{
	margin: 0;
	border-top:solid 1px #ccc;
	padding:2px;
}

ul.menu,
ul.menu li a 
{
	font-size:11px;
}

ul.menu li a:hover 
{
	background: #fff;
	color: #333 !important;
	text-decoration: none;
	border-bottom-width:0px;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover 
{
	color: #333 !important;
	background: white;
	text-decoration: none;
}

a img,:link img,:visited img { border:none }