* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
	background-image:url(../images/page-bg.gif);
	background-repeat:repeat;
	background-position:top center;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
a {
	color:black;
	text-decoration:none;
}
#pageContainer {
	display:block;
	margin:0 auto 0 auto;
	padding-top:10px;
	text-align:left;
	width:978px;
}
#pageHeader {
	display:block;
	background-image:url(../images/page-header.gif);
	width:978px;
	height:71px;
}
#topleftmenu {
	display:block;
	float:left;
	width:479px;
	margin-top:24px;
	margin-left:12px;
}
* html #topleftmenu {
	margin-left:6px;
}
#topleftmenu a, #toprightmenu a {
	display:block;
	float:left;
	border-right:1px solid #008f3b;
	padding:0 10px 0 10px;
	line-height:21px;
	height:23px;
	color:white;
	font-size:11px;
	font-weight:bold;
}
#topleftmenu a:hover, #toprightmenu a:hover {
	background-color:#00cf55;
}
#toprightmenu {
	display:block;
	float:left;
	width:469px;
	padding-top:24px;
	text-align:right;
}
#toprightmenu a {
	float:right;
	border-right:0 none;
	border-left:1px solid #008f3b;
	/*padding:5px 10px 5px 10px;*/
	line-height:23px;
}
table#contentContainer {
	background-image:url(../images/contentcontainer-bg.gif);
	background-repeat:repeat-y;
}
td#leftContainer {
	background-image:url(../images/bg-left.gif);
	background-repeat:repeat-y;
	background-position:0 33px;
	width:788px;
	padding-left:4px;
}
* html td#leftContainer {
	width:784px;
}
td#leftMenu {
	width:200px;
	padding-top:10px;
}
td#leftMenu a { /* general + mozilla */
	display:block;
	background-image:url(../images/leftbutton-back.gif);
	width:191px;
	height:30px;
	text-align:left;
	padding-left:45px;
	font-weight:bold;
	padding-top:6px;
}
* html td#leftMenu a { /* IE6 only */
	width:146px;
	height:24px;
}
*+html td#leftMenu a { /* IE7 only */
	width:146px;
	height:24px;
}

td#leftMenu a:hover {
	background-image:url(../images/leftbutton-back-hover.gif);
}
td#contentArea {
	width:587px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	min-height:340px;
	line-height:20px;
	color:#17324d;
}
* html td#contentArea {
	width:527px;
	height:340px;
}
td#contentArea a {
	color:#0089d2;
	font-weight:bold;
}
td#contentArea a:hover {
	text-decoration:underline;
}
td#contentEnd {
	background-image:url(../images/content-end.gif);
	height:54px;
	margin-top:5px;
}
#rightContainer {
	width:182px;
	background-image:url(../images/rightside-back.gif);
	background-repeat:repeat-y;
	text-align:center;
	padding-bottom:15px;
}
#rightContainer img.top {
	margin-right:9px;
}
#pageFooter {
	display:block;
	background-image:url(../images/page-footer-bg.gif);
	background-repeat:no-repeat;
	height:45px;
	padding-top:60px;
	padding-bottom:0px;
	text-align:center;
	font-size:11px;
	color:#005769;
}

/* content layout */
h1 {
	color:black;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
}
h2 {
	color:black;
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
input.textfield {
	border:1px solid #aec4d8;
	border-bottom-color:white;
	border-right-color:white;
}
textarea {
	border:1px solid #aec4d8;
	border-bottom-color:white;
	border-right-color:white;
}
input.button {
	background-color:#6cd63d;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	padding:5px 0 5px 0;
	border:1px solid #c7ffaf;
	border-bottom-color:#62ca35;
	border-right-color:#62ca35;
}
select {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
div.breadcrumbs {
	border:2px solid #afc2cf;
	border-left:0 none;
	border-right:0 none;
	padding:4px 0 4px 0;
	font-size:10px;
}
table.linkTable td {
	padding:5px 0 5px 0;
	border-bottom:1px solid #b5c7db;
}