/* Global Styles */

body {
	margin:0;
	padding:0;
	/*background: url(/images/_template/pageBG.gif); */
	background-color:#333333;
}

.border {
	background-color:#333333;
}

.tableDivide {
	background-color:#CCCCCC;
}


p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
 	font-family: "Trebuchet MS";
	color: #000000;
 	font-size: 15px;
 	font-weight: bold;
	margin:0px;
	text-transform:uppercase;
}


h2 {
 	font-family: "Trebuchet MS";
	color: #CC0000;
 	font-size: 15px;
 	font-weight: bold;
	font-style: italic;
	margin:0px;
}


.pagetitle {
	font-family: "Trebuchet MS";
	font-size: 13px;
}

.sectiontitle {
	font-family: "Trebuchet MS";
	font-size: 13px;
 	color: #000000;
}

.customheader1 {
 	font-family: "Trebuchet MS";
	color: #000000;
 	font-size: 15px;
 	font-weight: bold;
	margin:0px;
	text-transform:uppercase;
}


.customheader2 {
 	font-family: "Trebuchet MS";
	color: #CC0000;
 	font-size: 15px;
 	font-weight: bold;
	font-style: italic;
	margin:0px;
}

.checkmark {
 	font-size: 14px;
	color: ;}

.bired {
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

/* Links */

a:active {  color: #0033CC; text-decoration: none}
a:visited { color: #0033CC; text-decoration: none}
a:link { color: #0033CC; text-decoration: none}
a:hover { color: #0033CC; text-decoration: underline}

a.bluelink:link {color: #095176; text-decoration: none;}
a.bluelink:visited {color: #095176; text-decoration: none;}
a.bluelink:hover {color: #CC0000; text-decoration: none;}
a.bluelink:active {color: #095176;}


/* main navigation */

.mainNavBG {
	background: url(/web/XSite/menu/xsite14MainNavBG.jpg) repeat-x;
}


/* left column */

.pageLeftColumnBorder{
	width:1px;
	background-color: #000000;
}

.pageLeftColumn {
	width:151px;
	background-color: #CCCCCC;
}

#text_Left_Column {
	margin:4px 10px 5px 10px;
}

.pageLeftColumnTable {
	width:148px;
	background: url(/web/XSite/images/template/xsite12_RightColumnBG.jpg) repeat-x;
	background-color: #CCCCCC;
}

/* center column */

.centerColumn {
	width:490px;
	background: url(/web/XSite/images/template/xsite12_CenterColumnBG.jpg) repeat-x;
	background-color:#FFFFFF;	
}

.centerColumnBottom {
	background: url(/web/XSite/images/template/centerColumnBottomBG.jpg);
	}

.text_Center_Column {
	margin:12px 17px 0px 17px;
}

/* right column */

.pageRightColumnBorder{
	width:1px;
	background-color: #000000;
}

.pageRightColumn {
	width:148px;
	background: url(/web/XSite/images/template/xsite12_RightColumnBG.jpg) repeat-x;
	background-color: #CCCCCC;
	margin:0px 0px 0px 0px;
}

.text_Right_Column {
	margin:5px 10px 5px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

#right_column img {
	margin:3px 0px 0px 0px;
}


/* footer */

.footer {
	margin:4px 10px 5px 10px;
	color:#FFFFFF;
}

.footer p {
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}

.footer a:hover, .footer a:active {
	text-decoration:underline;
}


