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

body {
background-color:#835cc6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin:0px;
	text-align: center;
}

#container {
width: 800px;
margin-top: 20px;
margin-right: auto; 
margin-bottom: 20px;
margin-left: auto;
text-align: left;
}


.rndtop {
background-image:url(images/top-crn.gif);
background-repeat:no-repeat;
width: 800px;
height: 14px;
margin-bottom: 0px;
}

#side {
background-image:url(images/center.gif);
background-repeat:repeat-y;
width: 800px;
margin-top: 0px;
margin-bottom: 0px;
}

.rndbottom {
background-image:url(images/bottom-crn.gif);
background-repeat:no-repeat;
width: 800px;
height: 14px;
margin-top: 0px;
}

.header {
background-image:url(images/logo-background.gif);
background-repeat:no-repeat;
margin-left: 30px;
}

/* start of logo background */

.logo-top {
background-image:url(images/logo-topcrn.gif);
background-repeat:no-repeat;
height: 14px;
margin-left: 30px;
margin-bottom: 0px;
}

.logo-ctr {
background-image: url(images/logo-ctr.gif);
background-repeat:repeat-y;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
}

.logo-btm {
background-image: url(images/logo-btm.gif);
background-repeat:no-repeat;
height: 26px;
margin-top: 0px;
margin-left: 30px;
}

/* end of logo background */

h1 {
font-size: 14px;
color: #835cc6;
margin-top: 20px;
margin-left: 10px;
}

p {
line-height: 1.5em;
margin-left: 10px;
}

p.insert {
font-weight: bold;
font-style: italic;
line-height: 1.5em;
margin: 0px 5px 0px 20px;
}

p.question {
margin-bottom: 3px;
font-weight: bold;
}

p.answer {
margin-top: 3px;
font-style: italic;
}

ul, li {
line-height: 1.5em;
} 
/* start of left navigation */
#nav {
width: 190px;
margin-top: 60px;
margin-left: 40px;
padding: 0px;
}

#nav ul {
list-style: none;
margin:0px;
padding: 0px;
}

#nav li {
list-style: none;
}

#nav a:link, #nav a:visited {
display: block;
padding: 5px 5px 5px 15px;
color:#393939;
text-decoration:none;
border-bottom: 1px solid #7a7a7a;
}

#nav li a:hover {
background-color: #835cc6;
color: #FFFFFF;
padding: 5px 5px 5px 15px;
text-decoration:none;
border-bottom: 1px solid #7a7a7a;
}

/* end of left navigation */

/* start of left insert */

.insert {
margin-left: 40px;
}
.insert-top {
background-image:url(images/insert-topcrn.gif);
background-repeat:no-repeat;
height: 14px;
margin-bottom: 0px;
}

.insert-ctr {
background-image: url(images/insert-ctr.gif);
background-repeat:repeat-y;
margin-top: 0px;
margin-bottom: 0px;
}

.insert-btm {
background-image: url(images/insert-btmcrn.gif);
background-repeat:no-repeat;
height: 26px;
margin-top: 0px;
}


/* end of left insert */

.address {
text-align: center;
margin-bottom: 0px;
}
