﻿/* CCR */

html, body
{
	background: #fff url('../Assets/background.gif') repeat-x top;
	text-align: center;
	font-size: 13px;
	color: #005018;

	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

a
{
    text-decoration: none;
    color: #7f0818;
    font-weight: bold;
}

a:hover
{
    font-weight: bolder;
    text-decoration: underline;
}

ul
{
    padding: 0;
    margin: 0;
}

li
{
    padding: 0;
    margin: 7px 0;
    list-style-type: none;
}

hr
{
    margin: 5px auto;
    height: 2px;
    border: 0;
    color: #cce5e2;
    background: #cce5e2;
    width: 80%;
    text-align: center;
}

#header
{
    margin-top: 15px;
}

#splashBody
{
    padding: 0;
    margin: 0;
    width: 935px;
    height: 502px;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -467px;
    background: url('../Assets/splash.gif');
    text-align: center;
}

#cclrWing
{
    float: left;
    width: 245px;
    margin-top: 200px;
}

#cclrWingTop
{
    height: 120px;
}

#ccrWing
{
    float: right;
    width: 245px;
    margin-top: 200px;
}

#ccrWing a
{
    color: #005018;
}

#cclrWing .wingLogo
{
    float: left;
    margin: 15px 0 0 30px;
}

#ccrWing .wingLogo
{
    float: left;
    margin: 5px 0 0 30px;
}

#rotatingBanner
{
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    width: 405px;
}

#sidebar
{
    margin: 0 38px 0 30px;
}

#sidebar a:hover
{
    font-weight: bold;
}

#sidebar ul
{
    padding: 0;
    margin: 0 0 50px 0;
}

#sidebar li
{
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
}

#sidebarLogin a
{
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
}

#sidebarLoginSub
{
    margin-top: 5px;
}

#sidebarLoginSub a
{
    color: #005018;
    font-family: 'Arial Narrow';
    font-size: 18px;
}

#sidebarRegister a
{
    font-size: 16px;
    font-weight: bold;
}

#sidebarRegisterSub
{
    margin: 10px 0;
}

#sidebarRegisterSub a
{
    color: #005018;
    font-size: 11px;
    line-height: 15px;
}

#newsFlashSection
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:700px;
}
#newsFlashBody
{
    background: #fff url('../Assets/main.gif') repeat-y;
}
#newsFlashScroller{
	position:relative;
	height:24px;
	margin-left:20px;
	margin-right:20px;
	overflow:hidden;
}
#newsFlashHeadingText{
    font-size: 14px;
    font-weight: bold;
	color:#005018;
}
#newsFlashScrollingText{
	position:absolute;
	white-space:nowrap;
	font-size:14px;
	font-weight:bold;
	color:#7f0818;
}

#footer
{
    margin-top: 500px;
    padding: 20px;
    font-size: 11px;
    line-height: 20px;
}
