/*
	----------------------
	Main Document Elements
	----------------------
*/
html {
	overflow-y: scroll;
}
p
{
	line-height: 18px;	
}
body {
	
	border: 0px;
	margin: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(../images/graphics/main_bg.jpg); 
	background-repeat: repeat-x; background-position:top left;
	
}
ul, li{
	line-height: 18px;
}

sup, sub {
	position:relative;
	vertical-align:baseline;
}

sup {
	bottom: 0.5ex;
}
sub {
	top: 0.5ex;
}

img {
	border: 0px;
}

a {
	color:				#1c8ece;
	text-decoration:	none;
}

a:hover {
	text-decoration: underline;
}

a.arrow {
	background-image:		url(/images/baseGraphics/bullet.gif);
	background-position:	0px;
	background-repeat:		no-repeat;
	padding-left:			11px;
}


.leftNav a {
	color:				#1c8ece;
	text-decoration:	none;
	background-image:		url(/images/baseGraphics/bullet.gif);
	background-position:	12px;
	background-repeat:		no-repeat;
	padding-left: 25px;

}

.leftNavActive {
	background-color:#b7b7b7;
	color:				#FFFFFF;
	text-decoration:	none;
	background-image:		url(/images/baseGraphics/bulletGray.gif);
	background-position:	12px;
	background-repeat:		no-repeat;
	padding-left: 25px;
}

.leftNavActive a {
    background-color:#b7b7b7;
	color:				#FFFFFF;
	text-decoration:	none;

}


ul {
	padding-left:		0px;
	margin-left:		14px;
	margin-top:			0px;
	margin-bottom:		0px;
	list-style-type:	square;
	line-height: 14px;
}
ol {
	padding-left:		0px;
	margin-left:		25px;
	margin-top:			0px;
	margin-bottom:		0px;
}


/*
	----------------------
	Form Field Classes
	----------------------
*/

input, select, textarea {
	font: 0.8em/1.5em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #333333;
} 

.CssTxtBtn, .CssTxtBtnOn {
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			10px;
	color:				#a1a140;
	border:				#a1a140 1px solid;
	background-color:	transparent;
	padding:			2px;
}

.CssTxtBtn:hover, .CssTxtBtnOn {
	background-color:	#ece9d8;
	text-decoration:	none;
}

.CssTxtBtn a:hover, .CssTxtBtnOn a:hover {
	text-decoration:none;
}

/*
	


/*
	----------------------
	Body Copy Classes
	----------------------
*/

.required, .error {
	color: 	#b92700;
}


.bodyCopy11, table {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #524d47;
	line-height: 14px;
}

.bodyCopy12 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #716b64;
	line-height: 18px;
}

.confirmation {
	padding-top:	5px;
	color:	#990000;
}




/*
	----------------------
	Background Classes
	----------------------
*/


.leftColumn {
	background-color: #F1E8E5;
	background-image:url(../images/graphics/leftColumn_bg.jpg);
	background-repeat: repeat-x; background-position:top left;	
	vertical-align:top;
	height:100%;
}

.rightColumn {
	background-color: #F1E8E5;
	background-image:url(../images/graphics/rightColumn_bg.jpg);
	background-repeat: repeat-x; background-position:top left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom:20px;
}

.leftColumnText {
	padding-left: 42px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom:60px;
	vertical-align:top;
}

.smallLogo {
	background-image:url(../images/graphics/smallLogo.gif);
	background-repeat:no-repeat;
	background-position:42px bottom;
}





