body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#body {
	background-color:#222638;
	margin:0 auto;
	width: 900px;
	padding:0;
	text-align: center;	/*centering the content for IE6 */

}

table {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


input,select {
	font-size:12px;
}

a:link,a:visited {
	color:blue;
}

a:hover{
	color:#003d4c;
	text-decoration:underline;
}


h1 {
	font-size:24px;
	color: #293256;
}

h2 {
	font-size:18px;

}

h3 {
	font-size:13px;
}

#page_title {
	font-size:13px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:13px;
}

h6 {
	font-size:10px;
}

img {
	border:none;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:5px 0;
}


h2,h3,h4,h5,h6,#page_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #b76d2c;
}

p {
	margin-bottom:10px;
	padding:0;
}

#header {
	height:57px;
	color:#fff;
	position:relative;
}

#xEditingArea{
	text-align: left;
}

#error {
	background-color:red;
	color:#FFF;
	height:28px;
}

.row-b hr, .row-a hr{
  border: none;
  background-color: #c9c8c7;
  color: #c9c8c7;
  height: 1px;
}

#homepage {
	width:800px;
	position:relative;
	right:50px;
	margin:0 auto;
	height:100%
}

#content {
	height:200px;
	display:table; 
	width:900px;
	text-align:left;
}


#left {
	width:40px;
	float:left;
	padding:0px 0px 0px;
	height:100%;
	background-color:white;
}

#right {
	width:800px;
	height:100%;
	padding:10px;
	margin-right:30px;
	float:right;
	position:relative;
	bottom:14px;
	right:4px;
}

/*
#right td{
	color:#585857

}
*/

#footer {
	text-align:center;
	width:900px;
	background-color:#222638;
	color:#c5c8a1;
	position:relative;
	top:4px;
	padding:10px 0;
}

#footer a:link,#footer a:visited {
	color:#c5c8a1;
	text-decoration:none;
}

#footer ul {
	padding-bottom:2px;
}

#footer ul li {
	display:inline;
}

#footer p {
	color:#f1f1f1;
}

#button {
	color:white;
	background-color:#293256;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
	top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
	top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#helptip{
	color:#FFFFFF;
	background-color:blue;
	font-weight:bold;
	padding:4px 4px 2px 4px;
	text-decoration:none;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
	cursor:help;
}
