/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background:url(../images/site/body_bg.jpg) top center repeat-x;
	padding:10px 0;
}


.pinkBox { width:980px; }
.pinkBox td { /*vertical-align:top;*/ }
.pinkBox #topLeft { background:url(../images/site/pink_box/top_left.png) top left no-repeat; width:50px; height:50px; }
.pinkBox #top { background:url(../images/site/pink_box/top.png) top repeat-x; }
.pinkBox #topRight { background:url(../images/site/pink_box/top_right.png) top right no-repeat; }
.pinkBox #left { background:url(../images/site/pink_box/left.png) left repeat-y; }
.pinkBox #center { background:#fff; }
.pinkBox #right { background:url(../images/site/pink_box/right.png) right repeat-y; }
.pinkBox #bottomLeft { background:url(../images/site/pink_box/bottom_left.png) bottom left no-repeat; }
.pinkBox #bottom { background:url(../images/site/pink_box/bottom.png) bottom repeat-x; }
.pinkBox #bottomRight { background:url(../images/site/pink_box/bottom_right.png) bottom right no-repeat; width:50px; height:50px; }
/* hacks to help IE6 because it can't handle PNG's and so it can't have dropshadows */
* html .pinkBox #topLeft { background:url(../images/site/pink_box/top_left.gif) top left no-repeat; width:50px; height:50px; }
* html .pinkBox #top { background:url(../images/site/pink_box/top.gif) top repeat-x; }
* html .pinkBox #topRight { background:url(../images/site/pink_box/top_right.gif) top right no-repeat; }
* html .pinkBox #left { background:url(../images/site/pink_box/left.gif) left repeat-y; }
* html .pinkBox #center { background:#fff; }
* html .pinkBox #right { background:url(../images/site/pink_box/right.gif) right repeat-y; }
* html .pinkBox #bottomLeft { background:url(../images/site/pink_box/bottom_left.gif) bottom left no-repeat; }
* html .pinkBox #bottom { background:url(../images/site/pink_box/bottom.gif) bottom repeat-x; }
* html .pinkBox #bottomRight { background:url(../images/site/pink_box/bottom_right.gif) bottom right no-repeat; width:50px; height:50px; }


/*------------------- BLUE BOX -------------------*/
.blueBox td {
	color:#000;
}


/*------------------- FOOTER -------------------*/
#footer {
	width:980px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size:8pt;
	color:#999;
	text-align:center;
}

