/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: auto;
	float: none;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
}

body {
	background: #CAE0FF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6995B7;
	
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	color: #5A82D4;
	font-size: x-large;
}

h2 {
	font-size: 24px;
	text-align: center;
	color: #5282A6;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1em;
	line-height: normal;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #A03D3D;
}

a:hover {
	text-decoration: underline;
	color: #000;
	text-align: left;
	font-weight: bold;
}

img {
	border: none;
	text-align: center;
	display: inline;
	white-space: normal;
	vertical-align: text-top;
	overflow: visible;
	float: right;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.5em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}

.boxed .title {
	padding-left: 10px;
}

.boxed .content {
	padding: 20px;
	background-image: url(images/CharlotteContentBack.jpg);
	background-repeat: no-repeat;
	color: #000;
	font-weight: normal;
	text-align: left;
}
.BackroundTable {
	position: fixed;
}


/* Logo */

#logo {
	position: relative;
	width: 580px;
	height: 55px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

#logo h1 {
	float: left;
	padding: 30px 0 0 0;
	font-size: 2em;
}

#logo h1 span {
	font-weight: normal;
	font-style: italic;
	position: relative;
	left: auto;
	right: auto;
	width: auto;
	text-align: center;
}

#logo h2 {
	float: right;
	padding: 40px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
}

#logo a {
	color: #5A82D4;
	text-align: left;
}

/* Splash */

#splash {
	width: 800px;
	height: 280px;
	background-image: url(images/img02.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* Menu */


#sddm
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	z-index: 30;
	text-align: center;
}

#sddm li
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

#sddm li a
{
	display: block;
	width: 80px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #5970B2;
	background-image: url(images/CharlotteLinkBar.jpg);
}

#sddm li a:hover
{
	background-color: #49A3FF;
	background-image: url(images/CharlotteLinkBarHL.jpg);
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: auto;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font-family: arial;
	font-size: 13px;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #93C9FF;
	background-image: none;
	background-repeat: repeat-x;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	font-weight: normal;
}

/* Content > Main */

#main {
	float: none;
	width: 450px;
	padding-left: 2em;
	text-align: left;
}

#main .boxed .title {
	padding-left: 20px;
	font-weight: normal;
	text-align: left;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar .boxed .title {
	font-size: 1.2em;
}

#sidebar .boxed .content {
	padding: 10px;
	color: #006;
	font-size: small;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 140px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	margin-right: 7px;
	font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	font-size: x-small;
}

#updates p {
	font-size: x-small;
	text-align: left;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img04.gif) no-repeat;
	font-size: medium;
}

#footer p {
	margin: 0;
	font-size: small;
	color: #006;
	text-align: center;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
#sddm {
	text-align: center;
}
#sddm {
	left: auto;
	top: auto;
	right: auto;
}
#content #main #welcome .title {
	font-size: 1.2em;
}
#logo h1 {
	position: absolute;
	left: 1px;
	top: 287px;
	visibility: inherit;
}
#logo img {
	position: absolute;
	left: 139px;
	top: 78px;
	width: 303px;
}
#footer div p a {
	text-align: center;
}
#content #main #welcome .title .New {
	font-size: 1.5em;
}
#content #main #example .content table tr td {
	text-align: left;
	font-size: large;
}
.content {

}
.content {

}
#d {
	font-style: normal;
}

#content #main #example .content table tr {
	text-align: center;
}
#content #main #example .content table tr {
	text-align: center;
}
.content table {
	text-align: center;
}
#example .content table {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#content #main #welcome {


}
#content #main #example .content table tr td p a {
	font-size: small;
}
#content #main #example .content table tr td p a {
	font-size: large;
}
table tr td p a {

}
#content #main #example .content table tr td p a {
	font-size: small;
	color: #CAE0FF;
	text-align: center;
}
.H {
	color: #000;
	font-weight: normal;
	font-size: medium;
}
.t {
	color: #C00;
}
.t {
	font-size: small;
	text-align: left;
}
#content #main {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	text-align: left;
}
#content #sidebar #updates .content p .H .H {
	font-size: small;
}

#sidebarRight
{
	float: right;
	width: 120px;
	text-align: left;
	color: #00F;
}

#sidebarRight .boxed .title {
	font-size: 1.2em;
}

#sidebarRight .boxed .content {
	padding: 10px;
}
h6 {
	font-weight: bold;
	font-size: medium;
	color: #000;
	text-align: center;

}
#content #main #example .content table tr td {
	font-weight: bold;
}
#content #main #example .content table tr td {
	font-weight: normal;
}
#content #main #example .content table tr td {
	font-size: medium;
	text-align: left;
	color: #000;
	font-weight: normal;
	line-height: 1em;
}
#content #main .H {
	font-size: small;
	text-align: left;
}
Subdata {
	font-size: x-small;
}
INFO {
	font-size: x-small;
}
.info {
	font-size: 10px;
}
.info {
	font-size: small;
	text-align: left;
}
.Events {
	font-size: small;
	text-align: left;
	color: #000;
	font-weight: normal;
}
.Bold {
	font-weight: bold;
	color: #000;
	font-size: medium;
}
#main #example table tr td p {
	font-weight: normal;
	font-size: small;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 2.5em;
}
.green {
	color: #093;
}
#main table tr td .Events .Events .Events {
	font-weight: normal;
}
#main table tr td .Events .Events .Events label .Events {
	text-align: center;
}
.Centered {
	text-align: center;
}
.events {
	font-size: x-small;
	text-align: left;
}
#content #content #main #example .content table tr .Events .info .info {
	text-align: left;
}
#content #content #main #example .content table tr .Events .info .Events .Events {
	font-weight: bold;
}
#content #content #main #example .content table tr .Events .info .Events .Events {
	font-weight: bold;
}
.Links {
	text-align: center;
	text-transform: none;
	font-size: 12px;
	color: #000;



}
#content #sidebarRight {
	text-align: center;
}
#content #sidebarRight {
	color: #000;
}
#content #main p .title {
	color: #000;
	font-size: x-large;
	text-align: center;
}
#content #main .title {
	font-size: large;
}
#main form p {
	color: #000;
}
#main form p {
	text-align: left;
}
#main form p {
	text-align: center;
}
#main form p {
	font-weight: bold;
}
#main form p {
	text-align: left;
}
#main form p {
	text-align: center;
}
#main form p {
	text-align: left;
}
#main table tr td table tbody tr td p .info .content .content {
	font-weight: bold;
}
div {
	color: #000;
}
#content #articlebody2 p {
	font-weight: normal;
}
#content #articlebody2 p {
	text-align: left;
}
#content #main #example .content table tr td #summary p {
	text-align: left;
}
#content #main #example .content table tr td div {
	font-size: small;
	font-weight: bold;
}
.EventHeader {
	font-size: medium;
}
#content form p {
	text-align: left;
}
#main #example .content table tr .title {
	font-weight: bold;
}
.description {
	font-size: small;
	text-align: left;
	font-weight: bold;
}
#main #example .content table tr th .description .info {
	font-size: small;
}
#main #example .content table tr th .title {
	text-align: left;
}
#main #example .content table tr th .title {
	text-align: center;
	font-weight: normal;
}
#main #example .content table tr th .info .content {
	font-size: small;
}
#main #example .content table tr th {
	text-align: center;
}
#content #main #example .content table tr td table {
	text-align: center;
}
#content #main #example .content table tr td table tr td p strong {
	font-size: medium;
}
