/*** MAIN ELEMENTS ***/

body {
	font: normal 95%/1.3em "Trebuchet MS", Arial, sans-serif;
	color: #111;
	background-color: #CCCCFF;
}

#header {
	background-color: #CCCCFF;
	text-align: center;
	padding-bottom: 10px;
}

.content {
/*	background-color: #fff; */
	line-height: 1.3em;
	left: 100px;
}


#footer {
/*	background-color: #000C32; */
}

#footer p {
	font-size: 0.8em;
	color: #777;
	text-align: center;
}


/*** MENUS ***/

#leftcol {
	color: #111;
	padding: 20px;
	left: 20px;
	border: 1px outset #555;
	background-color: #999;
}

#leftcol ul {
}

#leftcol li {
	list-style-type: circle;
}

#leftcol li li {
	list-style-type: circle;
}

#leftcol #login {
	font-size: 80%;
}


/*** HEADINGS ***/

h1 {
	padding: 0px;
	font: normal 1.8em/1.2em "Trebuchet MS", sans-serif;
	color: #0025A1;
}

.heading {
	padding: 0px;
	font: normal 2.8em/1.2em "Trebuchet MS", sans-serif;
	color: #000;
	text-align: center;
}

.subheading a { 	font: bold 2.2em/1.8em "Trebuchet MS", sans-serif;
 }

.subheading {
	color: #FFF;
	background-color: #000033;
	padding: 0px;
	font: normal 1.2em/1.4em "Trebuchet MS", sans-serif;
	text-decoration: none;
}

.subsubheading {
	padding: 0px;
	font: normal 1em/1.4em "Trebuchet MS", sans-serif;
	text-decoration: none;
}

h2 {
	margin-top: 30px;
	margin-bottom: -5px;
	font: normal 1.5em/1.4em "Trebuchet MS", Verdana, sans-serif;
	color: #0025A1;
}

h3 {
	margin-top: 30px;
	margin-bottom: -5px;
	font: normal 1em/1.1em "Trebuchet MS", Verdana, sans-serif;
	color: #666;
	letter-spacing: .05em;
}

#footer h5 {
	border-top: 1px dashed #555;
	padding-top: 5px;
	font: normal 80%/0.9em "Trebuchet MS", Verdana, sans-serif;
}

h4 {
	margin-top: 30px;
	margin-bottom: -5px;
	font: normal 95%/1.1em "Trebuchet MS", Verdana, sans-serif;
	color: #666;
}

h5 {
	margin-top: 30px;
	margin-bottom: -5px;
	font: normal 90%/1.0em "Trebuchet MS", Verdana, sans-serif;
	color: #666;
}

.tagline {
	margin-top: 30px;
	font: bold 1.1em/1.2em "Trebuchet MS", Verdana, sans-serif;
	color: #000C32;
	letter-spacing: .05em;
}

/*** TABLES ***/

/*th {
	background-color: #ccc;
}

td.alt {
	background-color: #ddd;
}

td {
	background-color: #eee;
}

td.blank {
	background-color: #fff;
}*/



/*** FORMS ***/

legend {
	font: normal 1.5em/1.4em "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: .05em;;
	color: #690;
}


/*** MISC ***/

.small {
	font-size: 90%;
}

.address {
	font-size: 100%;
	font-weight: bold;
}

blockquote {
	font-style: italic;
}

.note {
	background-color: #eee;
	border: #bbb 1px dotted;
}

.warning {
	background-color: #ffcccc;
	border: #ff3333 1px dotted;
}

.code2 {
	font: normal 0.95em/1.1em "Courier New", monospace;
	background-color: #eee;
}

.fade {
	color: #ccc;
}

.underline {
	text-decoration: underline;
}



/*** LINKS ***/

a {
	color: #EF4000;
	font-weight: bold;
	text-decoration: underline;
}


a:hover {
	color: #0025FF;
	color: #00ff00;
	font-weight: bold;
	text-decoration: underline;
}
