@charset "utf-8";
/* CSS Document */


/* MAIN BODY CONTROL
------------------------------------------------------- */

body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10pt;
}


#wrapper {
	width: 1024px;
	border: 1px solid black;
}

#nav {
	width: 150px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(nav.jpg) repeat-x;
	color: #FFF;
	float: left;
}

#content {
	width: 830px;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 20px;
	float: right;
}

#footer {
	clear: both;
	height: 30px;
	width: 1014px;
	background-color: #666666;
	color: #FFF;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-align: right;
	padding-right: 10px;
}


.spacer {
	height: 50px;
}


/* NAVIGATION BAR LAYOUT AND ACTIONS
------------------------------------------------------- */
#navtable {
	width: 150px;
	position: relative;
	top: 30px;
}

.blockLink {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	display: block;
}

.blockLink:hover {
	color: #FFFF99;
}


.cpanel, .outlook, .stats, .fantastico {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #FFF dotted 1px;
}

.cpanel {
	border-top: #FFF dotted 1px;
}





/* TEXTUAL CONTROL
------------------------------------------------------- */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.textnav {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #329BEB;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.textnav:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.headings {
	font-family: Trebuchet MS, Arial;
	font-size: 16pt;
	font-weight: bold;
}

.step {
	font-size: 120%;
	font-weight: bold;
}

.option {
	font-weight: bold;
	color: #666666;
}
	
.menu {
	font-weight: bold;
	color: #666666;
}

.button {
	font-weight: bold;
	color: #666666;
}

.highlight {
	text-decoration: underline dotted 1px;
}


ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	background: url(bullet.jpg) no-repeat 0 50%;
	padding-left: 20px;
}


/* IMAGE CONTROL
------------------------------------------------------- */

img {
	/* Prevents Firefox from adding the blue border around the image hyperlink */
	border: none;
}

img.logo {
	text-align: center;
}

img.shot {
	border: 1px black dotted;
}