/* CSS Document */
body {
font-family: Verdana;
font-size: 12px;
line-height: 18px;
color: #003366;
font-weight: bold;
word-spacing: 4px;
background-color: #9999cc;
margin: 30px auto 30px auto;
padding: 0;
}

#page {
margin: 0px auto 0px auto;
width: 780px;
background-color: #9999cc;
border-top: 0px;
border-right: 1px solid #6666cc;
border-bottom: 1px solid #6666cc;
border-left: 1px solid #6666cc;
padding: 0px;
}

#column1 {
background-image: url(images/nav_bar.jpg);
background-repeat: repeat-y;
color: #ffffff;
margin-top: 0px;
margin-left: 0px;
width: 165px;
height: 100%;
padding: 10px;
float: left;
z-index: 3;
}

#column2 {
margin-top: 0px;
width: 535px;
padding: 15px;
float: right;
z-index: 4;
}

#header, #footer {
margin: 0 auto;
padding: 0px;
width: 779px;
clear: both;
border-right: 1px solid #6666cc;
}

#header {
background-color: #9999cc;
background-image:url(images/CTJ_banner3.jpg);
background-repeat: no-repeat;
width: 780px;
height: 150px;
z-index: 1;
}

#footer {
color: #003366;
font-family: Verdana;
font-size: 10px;
background-color:#9999cc;
margin-bottom: 0;
background-repeat: no-repeat;
height: 20px;
z-index: 2;
border-top: 1px solid #6666cc;
}

hr {
line-height: 1px;
color: #6666cc;
}

#column1 a {
font-family: Verdana;
font-size: 12px;
font-weight: bolder;
color: #ffffff;
text-decoration: none;
}

#column1 a:hover {
color:#99ccff;
}

a {
font-family: Verdana;
font-size: 12px;
font-weight: bolder;
letter-spacing: 0;
word-spacing: 0;
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color:#FFFFFF;
}

a:hover {
color:#CCFFFF;
}

h1 {
	color:#FFFFFF;
	font: Georgia;
	font-size:24px;
	font-weight: normal;
	border-bottom: 1px solid #6666cc;
	line-height: 24px;
	text-align: right;
	font-style: italic;
	font-family: "Comic Sans MS";
}

h2 {
color:#663366;
font: Verdana;
font-size: 18px;
font-weight: bolder;
font-style: oblique;
line-height: 18px;
}

.list {
display: list-item;
list-style: url(images/bullet.gif) outside;
}
.superscript {
vertical-align: super;
font-size: 9px;
}


.heading2 {
	font-family: Verdana;
	font-size: 24px;
	color: #FFFFFF;
	border-bottom: 1 px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
}
.fatborder {
	border-top-width: 24px;
	border-right-width: 24px;
	border-bottom-width: 24px;
	border-left-width: 24px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #996699;
	border-right-color: #996699;
	border-bottom-color: #996699;
	border-left-color: #996699;
}
.thinbox {
	margin: auto;
	padding: 20px;
	clear: none;
	float: none;
	height: 300px;
	width: 300px;
	color: #FFFFFF;
}
