body {
	background: #ffc671;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: justify;
}

a, a:link, a:visited {
	color: #663366;
	text-decoration: underline;
}

a:hover {
	color: #ff9934;
	text-decoration: underline;
}

img {
	border: 0px;
}

.copyright {
	color: #444;
	font-size: 11px;
	text-align: center;
}

.copyright a:hover {
	color: #000;
}

#header {
	background: url(/images/bordertop.gif) no-repeat;
}


#banner {
	background: url(/images/bordercentral.gif) repeat-y;
}

.news {
	color: #444;
	font-size: 11px;
}

/*----------------------------------------------------------------navbar>*/

#navcontainer {
}

#navcontainer td {
	padding: 0 5px 0px 5px;
	height: 25px;
}

#navcontainer td #current {
	font-weight:bold;
	color: #663366;
}

#navcontainer td a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#navcontainer td a:hover {
	color: #663366;
	font-weight:bold;
	text-decoration: none;
}

/*----------------------------------------------------------------content>*/

#central {
	margin-left: 275px;
	margin-right: 45px;
	font-size: 8pt;
	line-height: 9pt;
	text-align: right;
	vertical-align: middle; 
}

#content {
	text-align: justify;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #111149;
	margin-left: 25px;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #111149;
	margin-left: 5px 60px;
}
#content li {
	margin: 1pt 15px 2pt 50px;
}
#content ul {
    padding: 2px;
	margin: 2px;
    text-indent: 8px;
    list-style-image: url(/images/bullet.gif);
}
#content ol {
    padding: 2px;
	margin: 2px;
    text-indent: 0px;
}

#content .steps {
	list-style: decimal;
}

#content .code {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: black;
}

/*----------------------------------------------------------------sidebar>*/

#sidebar-a {
}

.boxThinTop {
	background: url(/images/newstop.gif) no-repeat;
}
.boxWideTop {
    margin-left: 4px;
	background: url(/images/contenttop.gif) no-repeat;
}

.boxThinContent {
	background: url(/images/newsmid.gif) repeat-y;
	color: #444;
	font-size: 11px;
}
.ThinContent {
	color: #444;
	font-size: 11px;
	background: none;
	background-color: white;
	margin:2px 10px 0 4px;
}
.boxWideContent {
    margin-left: 4px;
	background: url(/images/contentmid.gif) repeat-y;
	color: #444;
	font-size: 11px;
}
.WideContent {
	background: none;
	color: #444;
	font-size: 11px;
}

.boxThinBottom {
	background: url(/images/newsbot.gif) no-repeat;
}
.boxWideBottom {
    margin-left: 4px;
	background: url(/images/contentbot.gif) no-repeat;
}

#sidebar-a h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

#sidebar-a .tiny {
	font-size: 10px;
	color: rgb(128, 128, 128);
}

#sidebar-a .date {
	color: rgb(128, 128, 128);
}


/*----------------------------------------------------------------powered>*/

#bottom {
	border-top: 1px solid #B7B7B7;
}

#notice {
	color: #444;
	font-size: 11px;
}


/*----------------------------------------------------------------footer>*/

#footer {
	background: url(/images/borderbottom.gif) no-repeat;
}
