/* CSS Document */

/* Standard Styles */


BODY {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#FFFFFF;
}


p {
text-indent: 20px;
}

H1 {
font-size: 18px;
font-weight: bold;
color: #006699;
text-align: center;
}

H2 {
font-size: 14px;
font-weight: bold;
color: #006699;
text-align: center;
}

H3 {
font-size: 14;
text-align: left;
color:#003366;
padding-top: 10px;
}


LI {
list-style-image: URL(arrow.png);
padding-left: 5px;
}

a {
color: #006699;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #FFFF99;
}

a:hover {
color:#003333;
border-bottom: 1px dashed #FFCC66;
}


/* Containers */

.indexbody {
background-color:#333333;
background-image: URL(tealstripe3.png);
}


.container {
position: absolute;
top: 0;
display: block;
width: 649px;
overflow: inherit;
margin-left:22%;
margin-right:22%;
padding-bottom: 49px;
min-height: 100%;
background-color:#FFFFFF;
border-left: 10px solid #272727;
border-right: 10px solid #272727;
}


.content {
padding-right: 10px;
padding-left: 10px;
margin-top: -20px;
padding-top: 20px;
margin-right: 150px;
border-right: 1px dashed #FFCC33;
width: 480px;
}

.centertop {
position:relative;
display: block;
margin: auto;
border: 0;
}

.centerbottom {
position: absolute;
bottom: 0px;
display: block;
margin: auto;
border: 0;
background-image: URL(bottom.png);
width: 649px;
height: 49px;
margin-top: 50px;
}

.title {
border: 1px dotted #FFCC33;
background: #ffffee;
width: 480px;
color: #006699;
font-weight: bold;
overflow: hidden;
clear: left;
padding-left: 15px;
margin-top: 20px;
margin-bottom: 8px;
margin-left: -10px;
}


/* stylized */

.center {
display: block;
margin: auto;
text-align: center;
}

.nav {
float: right;
display: block;
width: 150px;
overflow: hidden;
margin-left: 10px;
margin-top: -8px;
min-height: 500px;
}

.nav a {
color:#3399CC;
text-decoration: none;
font-weight: bold;
}

.nav a:hover {
color:#006699;
border-bottom: 1px dotted #FFFF99;
}

.nav LI {
list-style-image: URL(bullet.png);
padding-top: 5px;
padding-bottom: 5px;
}

.thumbnail {
height: 100px;
width: 100px;
border: 2px solid #0099CC;
padding: 5px;
float: left;
margin: 10px;
}


.copyright {
position: absolute;
bottom: 50px;
float: right;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
color:#666666;
text-indent: 0px;
text-align: center;
font-size: 10px;
font-style: italic;
margin-left: 0px;
}

