﻿body {
	background-color 	: #ebebeb;
	font-size 			: 10pt;
	font-family 		: Arial, Helvetica, sans-serif;
	margin				: 0;
	padding 			: 0;
	color 				: #222222;
}
#page {
	clear : both;
	width : 900px;
	background-image : url(images/page.png);
	background-repeat : repeat-y;
	margin : auto;
	display : block;
}
#header {
	clear : both;
	width : 900px;
	height : 155px;
	background-image : url(images/header.png);
	background-repeat : no-repeat;
	padding : 1px;
	position : relative;
}
#header a {
	display : block;
	position : absolute;
	width : 295px;
	height : 59px;
	top : 39px;
	left : 42px;
}
h1 {
	width 		: 305px;
	font-weight : bold;
	font-size 	: 17px;
	color 		: #ffffff;
	text-align 	: center;
	margin-top 	: 107px;
	margin-left : 36px;
	text-shadow : hsl(0,0%,20%) 1px 1px, hsl(0,0%,30%) -1px 1px, hsl(0,0%,30%) -1px -1px, hsl(0,0%,30%) 1px -1px;
}
#sidebar {
	float 		: left;
	width 		: 207px;
	margin 		: 10px;
}
#sidebarnav {
	margin-top 	: 10px;
	margin-left : 10px;
}
#sidebarnav a {
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	margin-top : 10px;
	width : 155px;
	display : block;
	clear : both;
	color : #dddddd;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	border-left : 10px solid transparent;
	text-align : left;
	text-shadow: hsl(0,0%,20%) 1px 1px, hsl(0,0%,30%) -1px 1px, hsl(0,0%,30%) -1px -1px, hsl(0,0%,30%) 1px -1px;
}
#sidebarnav a:hover {
	border-left : 10px solid #ffffff;
	color : #ffffff;
}
#sidebarnav a.highlight {
	color : #F7F2A9;
 }
#sidebarnav a.highlight:hover {
	color : #FFC24A;
 }
#sidebarnav a.active {
	border-left : 0;
	background-image : url("images/side_active_large.png");
	padding-left : 18px;
	color : #ffffff;
	text-shadow : hsl(0,0%,10%) 1px 1px, hsl(0,0%,10%) -1px 1px, hsl(0,0%,10%) -1px -1px, hsl(0,0%,10%) 1px -1px;
 }
#sidebarnav a.activehighlight {
	border-left : 0;
	background-image : url("images/side_active_large.png");
	padding-left : 18px;
	color : #FFC24A;
	text-shadow : hsl(0,0%,10%) 1px 1px, hsl(0,0%,10%) -1px 1px, hsl(0,0%,10%) -1px -1px, hsl(0,0%,10%) 1px -1px;
 }
#sidebarnavsmall a {
	margin-left : 10px;
	width : 155px;
	display : block;
	clear : both;
	border-left : 10px solid transparent;
	padding-right : 25px;
	padding-left : 0;
	padding-top : 4px;
	padding-bottom : 4px;
	color : #dddddd;
	text-decoration : none;
	text-align : right;
	font-weight : bold;
	font-size : 13px;
	margin-top : 4px;
	margin-bottom : 2px;
}
#sidebarnavsmall a:hover {
	border-left : 10px solid #ffffff;
	color : #ffffff;
}
#sidebarnavsmall a.active {
	border : 0;
	color : #ffffff;
	padding-left : 10px;
	background : transparent;
	background-image : url("images/side_active_large.png");
}
#mainarea {
	float 			: left;
	width 			: 880px;
	clear 			: both;
	display 		: block;
	margin-left 	: 10px;
}
#contentarea {
	float 			: left;
	width 			: 630px;
	display 		: block;
	padding-bottom 	: 0;
	line-height		: 26px;
	margin-bottom 	: 0;
	font-size 		: 16px;
}
#landingbullet {
	margin-left 	: 12px;
	padding-left 	: 0;
	padding-bottom 	: 2px;
	padding-top 	: 2px;
	margin-bottom 	: 15px;
	font-size 		: 22px;
	font-weight 	: bold;
	background 		: #ffffff;
	width 			: 680px;
}
h2 {
	width 			: 570px;
	margin-left 	: 10px;
	padding-left 	: 10px;
	padding-bottom 	: 2px;
	padding-top 	: 2px;
	margin-top 		: 40px;
	margin-bottom 	: 15px;
	font-size 		: 25px;
	color			: #333951;
	border-left 	: 30px solid #333951;
	font-weight 	: bold;
	text-shadow 	: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 
					  0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
#quotebox {
	text-align 		: justify;
	width 			: 590px;
	margin-top 		: 10px;
	margin-left 	: 10px;
	margin-right 	: 10px;
	padding 		: 10px;
	padding-bottom 	: 0;
	background-color: #aaaab1;
	font-size 		: 14px;
	line-height 	: 24px;
	color 			: #333333;
	border 			: 0;
	font-family 	: Georgia, "Times New Roman", Times, serif;
	border 			: 1px solid #9999a0;
	border-radius	: 3px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#linkpara {
	margin-top 		: -16px;
	margin-bottom 	: 0;
	padding 		: 0;
	text-align 		: right;
	font-size 		: 16px;
	font-family 	: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	letter-spacing 	: 1px;
	text-shadow		: hsl(0,0%,40%) 1px 1px, hsl(0,0%,50%) -1px 1px, hsl(0,0%,50%) -1px -1px, hsl(0,0%,50%) 1px -1px;
}
#linkpara a {
	text-decoration : none;
	color 			: #ffffff;
}
#linkpara a:hover {
	text-shadow		: hsl(0,0%,30%) 1px 1px, hsl(0,0%,40%) -1px 1px, hsl(0,0%,40%) -1px -1px, hsl(0,0%,40%) 1px -1px;
}
#footer {
	clear 			: both;
	width 			: 900px;
	height	 		: 120px;
	text-align 		: center;
	background-image: url(images/footer.png);
   background-repeat: no-repeat;
	color 			: #555555;
	padding-top 	: 40px;
	margin 			: auto;
	font-size 		: 11px;
	line-height 	: 17px;
	background-color: #ebebeb;
	font-family		: Arial, Helvetica, sans-serif;
}
#footer a {
	color 			: #000000;
	text-decoration : none;
}
a {
	color 			: #0459bf;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
#bodypara {
	margin-bottom 	: 20px;
	margin-top 		: 20px;
	margin-left 	: 10px;
	padding-left 	: 10px;
	line-height 	: 20pt;
}
#formpara {
	width 			: 620px;
	margin-bottom 	: 10px;
	margin-left 	: 10px;
	padding 		: 0;
	border 			: 1px solid #888888;
}
#indentpara {
	margin-bottom 	: 45px;
	margin-left 	: 25px;
	padding-left 	: 20px;
}
table.stats {
	text-align 		: center;
	font-weight 	: normal;
	color 			: #fff;
	width 			: 610px;
	background-color: #666;
	border 			: 0;
	border-collapse : collapse;
	border-spacing 	: 0;
	margin-left 	: 0;
}
table.stats td {
	background-color: #cccccc;
	text-align 		: center;
	color 			: #000;
	padding 		: 4px;
	border 			: 2px solid #fff;
}
table.stats td.head {
	background-color: #666666;
	color 			: #FFFFFF;
	padding 		: 4px;
	text-align 		: center;
	border-bottom 	: 2px solid #FFFFFF;
	font-weight 	: bold;
}
.CenteredImage {
	text-align 		: center ;
	display 		: block;
	margin-top 		: 8px;
	margin-bottom 	: 4px;
}
#success {
	margin-top 		: 40px;
	margin-left 	: 40px;
	line-height 	: 22px;
	font-size 		: 14px;
	font-family 	: Georgia, "Times New Roman", Times, serif;
	font-style 		: italic;
}
img{
	border-style: solid;
	border-color: inherit;
	border-width: 0px;
}
a#logo {
    display			: block;
    float			: left;
    width			: 40px;
    height			: 67px;
    background-image: url('images/logo_lsc_small.png');
	background-repeat:no-repeat;
    background-position: 0 0;
	margin 			: 0 15px 0 0;
}
a#logo:hover {
    background-position: 0 -67px;
}
a#logo2 {
    display			: block;
    float			: right;
    height			: 50px;
	background-repeat:no-repeat;
    background-position: 0 0;
	margin 			: 0 0 0 25px;
}
a#logo2:hover {
    background-position: 0 -50px;
}

