/* Base Settings */

html, body {
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    color: #444;
}

body
{
    margin: 0;
    padding: 0;
    background-color: #666;
    background-image: url('../images/BlueBack.gif');
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: auto;
    height: auto;
}

a
{
    color: #0000A0;
    text-decoration: none;
}

a:hover
{
    padding: 2px 0px 2px 0px;
    color: blue;
    background-color: #ADD8E6; /* lightblue */
}

.hoverOver
{
    padding: 2px 0px 2px 0px;
    color: blue;
    background-color: #ADD8E6;
    cursor: pointer;
}

.hoverOut
{
    cursor: default;
}

.downloadLink a:hover {
    color: blue;
    background-color: #ADD8E6; /* lightblue */
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1
{
    font-size: 160%;
    line-height: 1.2em;
    color: #666666;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    font-family: Arial, Helvetica, sans-serif;
}

h2
{
    font-size: 130%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0066FF; /* Blue-ish */
    font-family: Arial, Helvetica, sans-serif;
}

h3 
{
	font-size: 160%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 
{
	font-size: 130%;
	margin-top: 5px;
	margin-bottom: 5px;
}

hr 
{
    color: #CFDCE2;
    margin-top: 6px; 
    margin-bottom: 0px; 
    height: 8px;
}

/* Layout */

#form1 {
	width: 955px;
	margin: auto;
	background-color: #FFF;
}

#MainContainer {
	width: 955px;
	margin: auto;
	background-color: #FFF;
}

#TopMenuORIG
{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    z-index: 10;
    background-color: #4477FF;
}

#TopMenu
{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    z-index: 10;
    text-align: center;
    vertical-align: bottom;
    height: 163px;
}

#TopMenu ul
{
    width: 100%;
    height: 21px;
    display: inline;
}

#TopMenu li
{
    padding: 0px 6px 0px 6px;
    display: inline;
    list-style: none;
}


#LeftCol
{
    width: 163px;
    background: #fff;
    padding: 10px;
    border-right: dotted 2px #e0e0e0;
}

#Core {
	width: 750px;
	background: #fff;
	padding: 10px;
}

#WideCore
{
    float: left;
    width: 1200px;
    background: #FFFFCC;
    padding: 10px;
}

#Footer
{
    width: 955px;
	margin: 0;
/*    margin: 15px auto 0px auto; /*	margin-top: 15px; */
    height: 35px;
    line-height: 35px;
    background-color: #333;
    color: #888;
    font-size: 10px;
    text-align: center;
}

#Footer a {
	color: #aaa;
}

#Footer a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: underline;
}


.MenuSelection
{
    color: #000;
    background-color: #FFF;
    text-decoration: none;
    padding-bottom: 12px;
    padding-top: 2px;
}

.HeadText {
    font-size:14px; 
    line-height:20px; 
    letter-spacing:1px;
}

.TextBold14 {
    font-size:14px;
    font-weight:bold;
}

.clearing {
	clear: both;
}

.divider {
    background:url(../images/3dots.gif) repeat-x; 
    width: 80%;
    height: 3px; 
    margin: 2em auto 1.5em auto;
}

.ClearDivider
{
    margin: 10px;
    clear: both;
    text-align: center;
}

.DataInput
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    background-color: #AAAAAA;
    padding: 10px;
    margin: 10px;
}

.YellowBackBold14
{
    background-color: #FFFF00;
    color: Black;
    padding: 2px;
    font-size:14px;
    font-weight:bold;
}

.YellowBack
{
    background-color: #FFFF00;
    color: Black;
    padding: 2px;
}

.ActiveBack
{
    background-color: #CCCCCC;
    color: Black;
    font-weight:bold;
}

.InactiveBack
{
    background-color: #AAAAAA;
    color: #333333;
    font-weight:normal;
}

.YellowBox
{
    font-family: Verdana;
    font-size: small;
    background-color: #FFFF00;
    color: Black;
    border-style: solid;
    padding: 10px;
    margin: 10px;
}

.Padding1010
{
    padding: 10px;
    margin: 10px;
}

.Padding44
{
    padding: 4px;
    margin: 4px;
}

.Padding4
{
    padding: 4px;
}

.ImageFloatLeft
{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.CenterIt
{
    text-align:center;
}

.boxwrapper {
float: right;
width: 200px;
margin-left: 25px;
background: url(../images/box-bg.gif) no-repeat;
}

.boxtop {
height: 32px;
background: url(../images/box-top.gif) no-repeat;
}

.boxbottom {
background: url(../images/box-bottom.gif) no-repeat;
height: 32px;
}

.boxmiddle {
color:#555;
font-size: 11px;
line-height: 1.2em;
margin-top: 35px;
padding: 0 25px 0 25px;
}

.boxmiddle h5 {
color: #000;
}

.brownbox
{
    margin: 10px;
    text-align: center;
    color: #000;
    padding: 6px;
    font-size: 20px;
    line-height: 2em;
    background-color: #FFCC66;
    border: solid 3px #f6a416;
}

.bluebox
{
    margin: 10px;
    text-align: left;
    color: #000;
    padding: 6px;
    font-size: 18px;
    line-height: 1.5em;
    background-color: #eeeeee;
    border: solid 1px #3399FF;
    overflow: visible;
}

#FAQwrapper {
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

.question {
    font-size: 150%;
    font-weight: bold;
    line-height: 120%;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #804040; /* Brownish */
}

.answer {
    margin-top: 2Px;
    margin-bottom: 18px;
    color: #202020;
    text-align:left;
}

.caption {
font-size: 85%;
color: #666666;
}

.DataInput2
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    background-color: #FAFAD2;
    border: thin solid #D2B48C;
    padding: 10px;
    margin: 5px;
}

.disclist 
{
    list-style-type: disc;
}

.releaseList {
    font-family:Helvetica,sans-serif;
    font-size: 13px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:10px;
    width:100%;
}

.releaseList ul {
    border-top:1px dashed #CCCCCC;
    list-style-type:none;
    margin:0;
    padding:0;
}

.releaseList li {
    border-bottom:1px dashed #CCCCCC;
    margin:0;
    overflow:hidden;
    padding:15px 5px;
}

.releaseList li div.stores {
    float:left;
    height:48px;
    overflow:hidden;
    width:48px;
}

.releaseList li .msg {
    font-size:14px;
    color:#333333;
    line-height:17px;
    margin-bottom:5px;
    margin-left:58px;
}

.NewsHead
{
    padding: 4px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 12px;
    font-family: verdana, sans-serif;
    background-color: #f8f8f8;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #e0e0e0;
}

.textMenu {
	PADDING-RIGHT: 4px;
    MARGIN-TOP: 20px;
    PADDING-LEFT: 4px;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 30px;
    PADDING-BOTTOM: 6px;
    WIDTH: 720px;
    PADDING-TOP: 6px;
    FONT-FAMILY: verdana, sans-serif;
    BACKGROUND-COLOR: #e0e0e0;
    TEXT-ALIGN: center
}

.instruction {
	FONT-SIZE: 10px; COLOR: #404040;
    FONT-FAMILY: verdana, sans-serif;
    TEXT-ALIGN: left
}

.statusBox {
	BORDER-RIGHT: #400000 1px solid;
    PADDING-RIGHT: 16px;
    BORDER-TOP: #400000 1px solid;
    PADDING-LEFT: 16px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 8px;
    BORDER-LEFT: #400000 1px solid;
    WIDTH: 90%;
    LINE-HEIGHT: 18px;
    PADDING-TOP: 8px;
    BORDER-BOTTOM: #400000 1px solid;
    FONT-FAMILY: verdana, sans-serif;
    BACKGROUND-COLOR: #ffffc0;
    TEXT-ALIGN: left
}
