﻿
/*********************** Main Styles ***********************/
body,td,th {
	font-family: Calibri, Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image:url(images/background-main.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bodyMain {
	width:100%;
}

#bodyCenter {
	width:900px;
	margin:0 auto;
	background-image:url(images/background-body-wide.png);
	background-position:top;
	background-repeat:repeat-y;
}

h1, h2, h3, h4, h5 {
	font-family:Tahoma, Calibri, Arial;
	font-weight:normal;
	
}
h1 {
	font-size:24px;
	line-height:20px;
	margin-top:0;
	color:#000;
}
h2 {
	font-size:16px;
	margin-bottom:5px;
	color:#339900;
}

/*********************** Body Styles ***********************/
#bodyContent {
	width:900px;
	background-image:url(images/background-header-wide.png);
	background-position:top;
	background-repeat:no-repeat;
}

/*********************** Header Styles ***********************/
#headerMain {
	width:746px;
	height:73px;
	padding:0 80px 0 74px; 
}
#titleMain {
	width:900px;
	height:160px;
}
#titleCopy {
	padding:40px 150px 0 0;
	text-align:right;
	font-size:12px;
	line-height:20px;
	letter-spacing:0px;
}
#headerLogin {
	padding:0px 0px 0px 600px;
	height:20px;
	margin-top:-50px;
}
#login {
}
#login a {
	display:block;
	padding:2px 13px 6px 13px;
	background:url(images/login01.png) no-repeat top;
	text-decoration:none;
	color:#333333;
	font-size:10px;
}
#login a:hover {
	background:url(images/login02.png) no-repeat top;
	text-decoration:none;
	color:#333333;
}

/*********************** Navigation Styles ***********************/
#navigationMain {
	width:730px;
	height:38px;
	padding-left:170px;
}

#menu {
	/* float:left; */
	width:100%;
	font-family:Arial, Calibri, Tahoma;
	font-size:12px;
}
#menu ul {
	margin:0;
	padding:0px 10px 0;
	list-style:none;
}
#menu li {
	float:left;
	margin:0;
	padding-left:11px;
}
#menu li a {
	display:block;
	padding:10px 20px 12px 8px;
	text-decoration:none;
	color:#333333;
}
#menu a:hover {
	color:#FF6600;
}
#menu #current {
	background:url(images/tabs-left.png) no-repeat left top;
}
#menu #current a {
	background:url(images/tabs-right.png) no-repeat right top;
}

/*********************** Content Styles ***********************/
#contentMain {
	width:730px;
	padding:8px 86px 40px 84px;
}

/*********************** Footer Styles ***********************/
#bodyFooter {
	width:100%;
	background-image:url(images/background-footer.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#footerMain {
	width:900px;
	height:101px;
	margin:0 auto;
	background-image:url(images/background-footer-wide.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footerCopy {
	padding:50px 75px 0 0;
	font-family:Tahoma, Arial, Calibri;
	font-size:10px;
	line-height:18px;
	color:#fff;
	text-align:right;
}
#footerCopy a {
	color:#fff;
	text-decoration:none;
}
#footerCopy a:hover {
	text-decoration:underline;
}