* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #554654;
	background-color: #ECECEC;
	text-align: center

	
}

h1, h2, h3 {
	color: #4F789F;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 6px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #554654;
}

.boxed .content {
	padding: 15px;
	border: 1px solid #554654;
}

.boxed ul {
	list-style: none;
}



/* Post */

.post {
	clear: both;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7495B3;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

#su {
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}

/* Header */

#header {
	width: 950px;
	height: 120px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1, #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 20px 0 0 20px;
	font-size: 20px;
}

#header h2 {
	float: left;
	padding: 47px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;	
	text-align: left;
}

#content {
	float: right;
	width: 760px;
	padding-right: 0px;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 0;
}

/* Menu */

#menu {
}

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

#menu li {
	display: inline;
}

#menu .submenu a {
	padding: 0 0 0 25px;
	font-weight: normal;
	background: none;
	background-image: none;
	border: none;
}

#menu a {
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #554654;
}

#menu a:hover {
	background-color: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background-color: #ECECEC;
	color: #000000;
}

#menu .activesub a {
	background-color: #ECECEC;
	
	color: #000000;
}


#menu .active a:hover {
	background-color: #4F789F;
	color: #FFFFFF;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}
#login .content {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}

#user, #pass {
	width: 150px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 100%;
	height: 45px;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/foo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footer div {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
}

#footer a  {
	color: #FFFFFF;
	text-decoration: none;
}

#legal {
	float: left;
	margin-left: 35px;
	margin-top: 5px;
}

#links {
	float: right;
	margin-right: 35px;
	margin-top: 5px;
}


.csc-uploads-fileSize {
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 12px;
}

.csc-uploads-fileName {
	background-image:url(images/disk.png);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left 3px;
}
#menu .submenu {
	margin-bottom: 10px;
	margin-top: 2px;
}
#menu .submenu a {
	padding-top: 2px;
	padding-bottom: 2px;
}
.login_message {
	font-size: 10px;
	padding-bottom: 6px;
	padding-right: 4px;
}
.login_header {
	padding-bottom: 2px;
}
#menu {
	border: 1px solid #554654;
}

