/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
	text-align:left;
}
 
body {
	font-size:62.5%;
	font-family:Verdana,Tahoma,Arial,Helvetica,Georgia,"Times New Roman",sans-serif;
	color:#333;
	margin:20px 10px;
}


/***** Links *****/
 
a {color:#104594;}
a:hover {text-decoration:none;}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}

form#upload th {width:60px;}
form#edit input.text {margin-left:130px;}
form#edit label {position:absolute;display:block;padding-top:5px;}
form#edit div {padding:0;margin-bottom:10px;}
input, select {font-size:1em;}
textarea {line-height:1.25;font-size:1.2em;}
label {cursor:pointer;}


/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#104594;
}
 
h1 {
	padding:0 0 20px 0;
	letter-spacing:-1px;
	font-size:2.0em;
}
 
h2 {
	padding:0 0 20px 0;
	font-size:1.5em;
}
 
h3 {
	font-size:1.2em;
}

p {
	font-size:1em;
	margin:0;
	padding:0 0 18px 0;
}

ul, ol {
	font-size:1.2em;
	line-height:1.7em;
	margin:0;
	list-style-type:disc;
/*
	list-style-image: url(/images/bullet.gif); 
*/
	padding:0 0 18px 15px;
}
 
blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {font-size:1em;}
img {border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
 
td, th {
	padding:2px;
	text-align:left;
}
 
 
/***** Global Classes *****/
 
.clear {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
 
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
.text-hidden {left:-9999px;position:absolute;}
 
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.highlight {background:#ffc;}
 
.img-left {float:left;margin:5px 20px 5px 0;}
.img-right {float:right;margin:5px 0 5px 20px;}
 
.nopadding {padding:0;}
.noindent {margin-left:0;padding-left:0;}
.nobullet {list-style:none;list-style-image:none;}

.hr {border-bottom:1px dotted #666;margin-bottom:10px;}
.success {color:green;}
.warning {color:red;}


/***** Wrapper *****/

#wrapper {
	margin:0 auto;
	width:796px;
	padding:0 15px;
	border:1px solid #104594;
	margin-top:0;
}

/***** Header *****/

#top {
	
}
#header {
	padding:20px 0 10px 0;
}
#header a img {
	margin-right:50px;	
}
#header-admin {
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #104594;
	font-size:2.5em;
	color:#104594;
}
#header-search {
	display:none;
}
#top-nav {
	height:80px;
}


/***** Top Menu *****/

#csstopmenu, #csstopmenu ul {
	padding:0;
	margin:0;
	list-style:none;
	font-size:1em;
}
#csstopmenu ul {
	margin-left:-1px;
}
#csstopmenu li {
	float:left;
	position:relative;
}
#csstopmenu a {
	text-decoration:none;
	padding:2px 4px;
}

.mainitems {
	border:1px solid #104594;
	background-color:#104594;
	text-align:left;
	width:74px;
	margin-right:1px;
}
.wider {
	width:92px;
}
.headerlinks a {
	font-weight:bold;
	color:#fff;
	display:block;
}
.headerlinks a:hover, .headerlinks a.current {
	color:#104594;
	background-color:#fff;
}
.submenus {
	display:none;
	border:1px solid #104594;
	width:130px;
	position:absolute;
	top:55px;
	left:0;
	text-align:left;
	padding:5px 7px;
/*
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
*/
}
.submenus li {
	width:100%;
	background:#fff;
}
.submenus li a {
	display:block;
	width:100%;
	color:#000;
	padding:7px 0;
}
.submenus li a:hover, .submenus li a.current {
	background-color:#CED9EA;
}
#csstopmenu li:hover ul, li.over ul {
	display:block;
}

/* non IE browsers */
#csstopmenu li>ul {
	top:auto;
	left:auto;
}
html>body #clearmenu {
	height:3px;
}
html>body .submenus li a {
	width:auto;
}


/***** Content *****/

.free {color:#ff0000;}
.member {}

#content {
	padding-bottom:20px;
}

#content-nav {
	float:left;
	width:168px;
	margin-right:20px;
}
#content-nav a {
	display:block;
	text-decoration:none;
	padding:4px;
	border:1px solid #104594;
	color:#104594;
	margin-bottom:5px;
	background-color:#CED9EA;
	font-weight:bold;
}
#content-nav a:hover, #content-nav a.current {
	background-color:#fff;
}

#content-main {
	float:left;
	width:600px;
	font-size:1.2em;
	text-align:justify;
}



/***** Footer *****/

#footer {
	padding-bottom:20px;
	font-size:1.2em;
}

#bottom {
	margin:0 auto;
	width:788px;
	padding:10px;
}
#bottom-side {
	position:absolute;
	margin-left:438px;
	width:350px;
	text-align:right;
}
#bottom-side, #bottom-side a {
	color:#aaa;
}

