body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFF;
	font-size: 11px;
}
* {
	/*font-family: verdana,lucida,helvetica,arial,sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

/* BASIC LAYERS */
#page {
	margin: 0;
	width:734px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
}

#page_repair {
	margin: 0;
	width:734px;
	margin: 0px;
	padding: 0px;
	text-align: left;

}

#pageInner {
	margin: 0;
	background-color: #FFF;
}


/* HEADER */
#header {
	width: 734px;
	margin: 0;
	padding: 0;
	float: left;
}
#headerInner {
/*	height: 98px;*/
	margin: 0;
	padding: 0;
	background: url(../images/headerBG.jpg) repeat-x;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}
#headerTopBorder {
	float: left;
	width: 627px;
/*	height: 25px; */
}
#headerLanguage {
	float: left;
	width: 97px;
	height: 15px;
	background-image: url(../images/headerLanguage.gif);
	font-size: 9px;
	color: #FFF;
	text-align: right;
	padding: 10px 10px 0 0;
}
#headerLanguage a {
	color: #FFF;
	text-decoration: none;
}
#headerLanguage a:hover {
	color: #FFF;
	text-decoration: underline;
}

/**/
/* FOOTER */
/**/
#footer {
	width: 734px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footerInner {
	height: 24px;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	background-image: url(../images/footerBG.jpg);
}
#footerAbs {
	width: 734px;
	text-align: left;
}
#footerAbsInner {
	padding: 4px;
	color: #FFF;
	font-size: 10px;
}

/**/
/* Rightblock */
/**/
#sidebarRight {
	margin: -20px 0 0 0;
	width: 246px;
	padding: 0px;
	float: right;
}
#sidebarRightInner {
	margin: 0 16px 0 0;
	padding: 0 0 0 8px;
	font-size: 1em;
}

/**/
/* MainContent */
/**/
#contentMain {
	width: 488px;
	margin: -20px 0 0 0;
	padding: 0px;
	float: left;
}
#contentMainWide {
	width: 734px;
	margin: -10px 0 0 0;
	padding: 0px;
	float: left;
}
#contentMainInner {
	margin: 0 16px 0 16px;
	padding: 0;
	/*font-size: 1.1em;*/
}

#redframe {
	float:left;
	width:208px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px !important;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #333333;
	background-repeat: repeat-x;
	background-position: left top;
	border: medium solid #990000;
}

#redframe a{
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}

#redframe a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight:bold;
}

#redframe_large {
	float:left;
	width:208px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px !important;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #333333;
	background-repeat: repeat-x;
	background-position: left top;
	border: medium solid #990000;
}

#redframe_large a{
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}

#redframe_large a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight:bold;
}

#redbox {
	float:left;
	width:208px;
	background-color:#990000;
	background-image:url(../images/red_gradient.gif);
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px !important;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}

#redbox_large {
	float:left;
	width:436px;
	background-color:#990000;
	background-image:url(../images/red_gradient.gif);
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px !important;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}

#greybox_large {
	float:left;
	width:436px;
	background-color:#e2e2e2;
	background-image:url(../images/grey_gradient.gif);
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px !important;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
	background-repeat: repeat-x;
	background-position: left top;
}

#redbox a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#redbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

/**/
/* PageGraphic */
/**/
#pageGraphics
{
	height: 263px;
	/*margin: -12px 4px 0 4px;*/
	margin: 0px 4px 0 4px;
}
#pageGraphicsInner
{
	margin: 25px 8px 0 0;
	float: right;
	width: 400px;
	font-size: 1.2em;
	color: #FFF;
}


/**/
/* Topbar Menutab Styles */
/**/
#topmenu {
	padding: 0;
}
#topmenu ul {
	margin: 0;
	padding: 0;
}
#topmenu ul li {
	list-style-type: none;
	display: inline;
}
#topmenu ul li a {
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	background: transparent;
	display: block;
	height: 18px;
	float: left;
	padding: 3px 10px 0 10px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#topmenu ul li a:hover {
	background: url(../images/menuLevel1Active.jpg);
	color: #FFF;
}
#topmenu ul li a.active {
	background: url(../images/menuLevel1Active.jpg);
	color: #fff;
}

/**/
/* SubMenu Styles */
/**/
#submenu {
	padding: 0 0 0 5px;
	margin: -24px 0 20px 0;
	_margin: -24px 0 30px 0;
	font-size: 10px;
}
#submenu ul {
	margin: 0;
	padding: 0;
}
#submenu ul li {
	list-style-type: none;
	display: inline;
}
#submenu ul li a {
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	display: block;
	height: 12px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;
	color: #FF0100;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #F0F0F0;
}
#submenu ul li a:hover {
	color: #FF0100;
	text-decoration: underline;
}
#submenu ul li a.active {
	color: #990002;
	text-decoration: underline;
}

/**/
/* Bottombar Menutab Styles */
/**/
#bottommenu {
	padding: 0;
}
#bottommenu ul {
	margin: 0;
	padding: 0;
}
#bottommenu ul li {
	list-style-type: none;
	display: inline;
}
#bottommenu ul li a {
	background: transparent;
	display: block;
	height: 13px;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0 9px 0 9px;
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
#bottommenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}




/**/
/* Extra Styles */
/**/
a:link, a:visited {
    color: #CC0000;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}



/**/
/* Shadows */
/**/
.shadowOuter
{
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	background: #C1BDBE;
}
.shadowMiddle
{
	border-top: 1px solid #C1BDBE;
	border-right: 1px solid #C1BDBE;
	border-bottom: 0;
	border-left: 0;
	background: #EAEAEA;
}
.shadowInner
{
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 0;
	border-left: 0;
	background: #FFF;
}

.shadowField
{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background: #FFF;
}

.alert
{
	color: #CC0000;
}





/* Form */
input
{
	font-size: 11px;
}
textarea
{
	font-size: 11px;
}



/* */
#contentMainInner li
{
	list-style: square url(../images/li_dot.gif);
}

h1 {
	font-size: 16px;
	color: #9A0000;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	display: inline;
}