﻿body
{
    background: #AAE0FA;
	/*background-image: url(../images/blue-triangle-fade.jpg);*/
	background-image: url(../images/2010/grey-fade-back.jpg);
	background-repeat: repeat-x;
    margin: 0px;
    font-family: Verdana, helvetica;
    text-align: center;
    font-size: 11px;
	overflow-x: hidden;
}
a
{
    color: #1F7BBE;
    text-decoration: none;
	padding:2px;
    /*border-bottom: dotted 1px #1F7BBE;*/
}

a:hover
{
    color: white;
	background-color: #1F7BBE;
    text-decoration: none;
	padding:2px;

}
a img
{
    border: none;
}
a:hover img
{
	background:none;
}
.maxWidth
{
    width: 1020px;
}
.bgWidth
{
    width: 1000px;
}

.whiteBg
{
    background-color: White;
}


#rightColMaster h3
{
    font-size: 1em;
    font-weight: bold;
}

h2
{
    padding-top: 5px;
    font-family: verdana;
    font-size: 1.7em;
    font-weight: bold;
    color: #13A060;	
	padding-bottom: 0px;
	margin-bottom:20px;
}

h2 span.title
{
	color: white;
	background: #EC0E92;
}
h3
{
    padding-top: 5px;
    font-family: georgia;
    font-size: 1.5em;
    font-weight: bold;
    color: #EC0E92;	
}

#leftColMaster p, #leftColMaster dt, #leftColMaster dd
{
    line-height: 15pt;
    margin-bottom: 20px;
    margin-top: 0px;
}

#leftColMaster dt
{
    color: #1E699E;
    font-weight: 600;
}

#leftColMaster ul
{
    line-height: 1.5em;
}

#leftColMaster TABLE.form
{
    border: #b5dbf6 1px solid;
    padding: 5px;
}

#leftColMaster TABLE.form h2
{
    font-size: 16px;
    padding-left: 10px;
}

#leftColMaster TABLE.form .note
{
    font-size: 0.8em;
}

.indent
{
    margin-left: 30px;
}

#leftColMaster a.link
{
    color: #1F7BBE;
    text-decoration: none;
	padding:2px;
    /*border-bottom: dotted 1px #1F7BBE;*/
}

#leftColMaster a.link:hover
{
    color: white;
	background-color: #1F7BBE;
    text-decoration: none;
	padding:2px;

}

#leftColMaster img.right
{
    float: right;
}

.rule
{
    padding: 0px;
    margin: 0px 0px 0px 30px;
    width: 80%;
    border-bottom: #cccccc 1px dashed;
    height: 5px;
    text-align: right;
}

#rightBox
{
    /*border: #ccc 0px dotted;*/
    padding: 0px 2px 0.5px 2px;
	/*background: #FFE496;*/
    margin: auto auto 15px;
    margin-top: 0px;
    width: 230px;
    height: auto;
}

.green
{
	background: #278F3A;
	background-image: url(../images/2010/green-triangle-tile.jpg);
	color: #8AFA6C;
}
.green a
{
	color: white;
	font-weight:bold;
}
.green a:hover
{
	text-decoration:underline;
	background:#244D18;
}

#rightBox.green H2, #rightBox.green H2 a
{
	color: #009447;
}

#rightBox.red H2, #rightBox.red H2 a
{
	color: #C0151B;
}
.red
{
	background-image: url(../images/2010/red-triangle-tile.jpg);
	color: #FCCACC;
}
.red a
{
	color:white;
	font-weight:bold;
}

.red a:hover
{
	text-decoration:underline;
	background:#8F010B;
}
.blue
{
	background: #EC0E92;
	background-image: url(../images/2010/blue-triangle-tile.jpg);
}
.yellow
{
	background-image: url(../images/2010/yellow-triangle-tile.jpg);
	color:black;
}

#rightBox.yellow H2, #rightBox.yellow H2 a
{
	color:#D0D002;
}
#rightBox H2, #rightBox H2 a
{
    font-weight: bolder;
    font-size: 1.5em;
    color: white;
    padding: 0px;
	margin:0;
	margin-bottom: 10px;
    
}
#rightBox H6
{
    color: white;
    font-size: 1.5em;
}
#rightBox p
{
    font-size: 1.2em;
	padding: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left:15px;
	font-family: verdana;
}

#rightBoxHighlight
{
	background: #FF3333;
	padding: 10px;
	margin: auto;
	margin-bottom: 15px;
	border: 3px outset #CC0033;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
#rightBoxHighlight a
{
	color: white;
}

#rightBoxHighlight:hover, #rightBoxHighlight a:hover
{
	color: black;
}

#rightColNav
{
	margin-left:20px;
}
ul.rightColNavLinks
{
	list-style:none;
	padding-left:20px;
	margin:0;
	font-family:verdana;
	font-size: 1.1em;
	border-left:2px solid #EC0E92;
}

ul.rightColNavLinks li a
{
	color:#EC0E92; 
	line-height: 2em;
	margin-left:5px;
}
ul.rightColNavLinks li a:hover
{
	color: white;
	background:black;
}
ul.rightColNavLinks li.title
{
	font-family:georgia;
	font-weight:bold;
	font-size: 1.2em;
	margin-left:-10px;
}
	