/* tm13f */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color:#330066;
	margin:0px;
	padding:0px;
}
a {
	border:none;
	text-decoration: none;
}
a:link {
	color: #E09369;
}
a:visited {
	color: #9B6D60;
}
a:hover {
	color: #CA7244;
	border:none;
}
a:active {
	color: #FF6600;
}
h1 {
	font-size: 14px;
	color: #000;
	text-indent:5px;
}
h2 {
   font-size:11px;
   font-weight:bold;
   color:#663366;
}
ul {
	list-style-type: none;
	list-style-image: url(images/star.gif);
}
.container {
    width:900px;
    margin:0 auto;
    text-align:left;
    position:relative;
}
.pageBgr {
	background-image: url(images/siteBgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.content {
    margin:20px 15px 10px 15px;	
}
.links {
    margin:20px 10px 0px 10px;
}
.form {
   margin-left:20px;
   padding-left:20px;
}
.column1 {
   height:297px;
   width:202px;
   background-image: url(images/left2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.column2 {
    height:515px;
	width:499px;
    background-image: url(images/content2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.column3 {
    height:515px;
	width:199px;
    background-image: url(images/right2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.colTable {
   height:100%;
   width:100%;
   padding:0px;
   margin:0px;   
}
.left1 {
	background-image: url(images/left1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:97px;
}
.leftBgr {
	background-image: url(images/leftBgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.content1 {
	background-image: url(images/content1.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
.contentBgr {
	background-image: url(images/contentBgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.right1 {
	background-image: url(images/right1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:315px;	
}
.rightBgr {
	background-image: url(images/rightBgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.designed {
	position:absolute;
	left:15px;
	width:190px;
	height:20px;
	margin-top:-15px;
	text-align:left;
	font-size:10px;
	color:#666;
}
.designed a {
	color:#660066;
}
.copyright {
    position:absolute;
	left:710px;
	width:190px;
	height:20px;
	margin-top:-15px;
	text-align:left;
	font-size:10px;
	color:#666;
}