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

body {
	padding:0 0 40px 0;
	margin:0;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.Clear {
	clear:both;
}

#Wrapper {
	background:url(images/left.gif) repeat-y;
	width:1000px;
	margin:40px auto 0 auto;
	position:relative;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

#SidePanel {
	float:left;
}

#SidePanel, #SidePanel li {
	width:242px;
}

#Logo a {
	background:url(images/logo.gif) no-repeat;
	width:242px;
	height:150px;
	display:block;
	border-bottom:5px solid #FFFFFF;
}

#Logo a:hover {
	background-position:-242px 0;
}

#SidePanel li a {
	font-size:16px;
}

#SidePanel li strong {
	font-size:18px;
	display:block;
	background:url(images/link.gif) repeat-y top right #bebebe;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 92px 10px 10px;
}

.LinkItem a {
	display:block;
	background:url(images/link.gif) repeat-y top right;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 92px 10px 10px;
}

.LinkItem a:hover, #SidePanel li strong:hover {
	display:block;
}

.LRed a:hover, #SidePanel li strong:hover {
	background:url(images/hover.png) no-repeat bottom right #990000;
}

.LGreen a:hover {
	background:url(images/hover.png) no-repeat bottom right #009900;
}

.LYellow a:hover {
	background:url(images/hover.png) no-repeat bottom right #663399;
}

.LBlue a:hover {
	background:url(images/hover.png) no-repeat bottom right #006699;
}

#Content {
	float:left;
	width:753px;
	padding-left:5px;
}

h1 {
	width:auto;
	padding:0;
	margin:0;
}

h1 a {
	height:27px;
	width:745px;
	font-size:16px;
	padding-top:8px;
	display:block;
	text-decoration:none;
	padding-left:8px;
	color:#FFFFFF;
	background:url(images/topright.png) no-repeat top right #cccccc;
}

h1 a:hover {
	background:url(images/topright.png) no-repeat top right #009900;
}

h2 {
	font-size:26px;
	padding:20px 10px;
	margin:0;
	color:#bebebe;
	font-weight:lighter;
}

h2:hover {
	color:#333333;
}

#ImageAndText {
	width:703px;
	background:url(images/line.gif) no-repeat top right;
	padding:20px 40px 20px 10px;
}

p {
	color:#bebebe;
	font-size:16px;
	line-height:22px;
}

p a {
	color:#bebebe;
	padding:1px;
	text-decoration:none;
	border-bottom:#cccccc dotted 1px;
}

p:hover {
	color:#333333;
}

p:hover a {
	color:#000000;
	padding:1px;
	text-decoration:none;
	border-bottom:#000000 dotted 1px;
}

p:hover a:hover {
	border-bottom:#000000 solid 1px;
}

#Footer {
	border-top:#bebebe 3px solid;
}

#Footer p {
	font-size:12px;
}

#FooterLinks {
	width:450px;
	float:right;
	padding-top:17px;
	padding-left:10px;
}

#FooterLinks li {
	float:left;
}

#FooterLinks li a {
	display:block;
	width:106px;
	padding:12px 10px 12px 34px;
	background:#cccccc url(images/starfleet.png) 9px 10px no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}

#FooterLinks li a:hover {
	background:#333333 url(images/starfleet.png) 9px 10px no-repeat;
}

#BottomLeft {
	background:url(images/bottomleft.gif);
	width:75px;
	height:73px;
	position:absolute;
	left:0;
	bottom:0;
}

#BottomRight {
	background:url(images/bottomright.png);
	width:35px;
	height:33px;
	position:absolute;
	right:0;
	bottom:0;
}

#Folders li {
	float:left;
	width:230px;
	height:180px;
}

#Folders li a {
	float:left;
	width:230px;
	height:120px;
	padding-top:60px;
	display:block;
	text-align:center;
	background:url(images/folder.gif) no-repeat;
	color:#999999;
	text-decoration:none;
	line-height:24px;
}

#Folders li a:hover {
	background:url(images/folder.gif) -230px 0 no-repeat;
	color:#000000;
	font-weight:bold;}