@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
div {
	padding:0px;
	margin: 0px;
	text-align:center;
}
#wrapper {
	width:172px;
	height:200px;
}
#header {
	clear:both;
}

/* Top header Bar */

#topLeft {
	background-image: url(images-ca/corner-top-left.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 14px;
	float:left;
	margin-bottom:-4px;
}
#topCenter {
	background-image: url(images-ca/background-top.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 144px;
	float:left;
	margin-bottom:-4px;
}
#topRight {
	background-image: url(images-ca/corner-top-right.gif);
	height: 15px;
	width: 14px;
	float: left;
	margin-bottom:-4px;
}

/*Middle Content Area with Sides */

#center {
	clear:both;
}
#rightContent {
	background-image: url(images-ca/background-right.gif);
	height: 170px;
	width: 14px;
	float:left;
}

#logo {
	background:url(images-ca/logo3.jpg);
	height: 60px;
	width: 152px;
	background-repeat: no-repeat;
	background-position: center;
}

#leftContent {
	background-image: url(images-ca/background-left.gif);
	height: 170px;
	width: 14px;
	float:left;
}
#mainContent {
	width: 144px;
	height: 170px;
	background-color: #fff;
	float:left;
	text-align:center !important;
}

/*Bottom Footer Bar */


#footer {
	clear:both;
}

#bottomLeft {
	background-image: url(images-ca/corner-bottom-left.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 14px;
	float: left;
}
#bottomCenter {
	background-image: url(images-ca/background-bottom.gif);
	background-repeat: repeat-x;
	height:15px;
	width: 144px;
	float:left;
}
#bottomRight {
	background-image: url(images-ca/bottom-right.gif);
	background-position:0px -1px;
	background-repeat:no-repeat;
	height: 15px;
	width: 14px;
	float: left;
}


/*Globals */

ul {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #AC0F00;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

ul li {
	padding-bottom: 6px;
	text-align:center;
}
a {
	color: #000;
	text-decoration: underline;
	text-align:center;
}
a:hover {
	text-decoration: none;
}
#contentTable {height:110px;margin-left:auto; margin-right:auto;}

