/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* Basic elements */
* {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body, html { background-color: #4555a1; color: #FFFFFF; font-family: 'Century Gothic', Arial, Helvetica, sans-serif; font-size: 11px; height:100%; line-height: 17px; text-align: left;}
a:link, a:visited { color: #FFFFFF; font-weight: normal; text-decoration: none;}
a:hover { text-decoration: underline;}
h1, h2, h3, h4, h5, h6 { font-family: 'Century Gothic', Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}
h1 { font-size: 16px; font-weight: bold; color: #FFFFFF; text-transform: uppercase;}
h2 { font-size: 14px; font-weight: bold; color: #FFFFFF; text-transform: uppercase;}
h3 { margin: 2px 0px 2px 0px; font-size: 15px; font-weight: normal; color: #dc5858;}
h4 { font-size: 12px; color: #dc5858;}
h5 { font-size: 12px; color: #dc5858;}
hr { color: #CCCCCC; border-style: dotted; height: 0.5px;}
ol { margin-left:20px;}
ul { list-style-type:circle;}
ul ul { list-style-type:circle;}
ul ul ul { list-style-type:circle;}
li { margin-bottom:0px;}
img {
	border: none;
}

/* Main Layout Elements */

#main {
	min-height: 800px;
	padding: 0px;
	position: relative;
	text-align:center;
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header { background:url('../../media/images/global-header.gif'); height: 78px; padding:0px 0px 0px 0px; text-align: left; width: 100%;}

#navigation { background: url('/media/images/global_navigation_background.png') no-repeat; height: 42px; padding: 0px 0px 0px 0px; text-align: center; vertical-align: middle; width: 100%;}
#navigation a:link { color: #FFFFFF; font-size: 16px; font-weight: bold; line-height: 22px; padding: 0px 0px 0px 0px; text-decoration: none;}
#navigation a:visited { color: #FFFFFF; font-size: 16px; font-weight: bold; text-decoration: none;}
#navigation a:hover { color: #FFFFFF; font-size: 16px; font-weight: bold; text-decoration: underline;}
#navigation ul { margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px; list-style: none;}
#navigation ul li { display: inline; margin: 0px 0px 0px 0px; padding: 0px 18px 0px 18px; vertical-align: middle;}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
	text-align: left;
	width: 800px;
	padding-top: 10px;
} 
#content .leftColumn { border-right: #FFFFFF solid 1px; float: left; min-height: 340px; padding: 63px 10px 0px 10px; width: 160px;}
#content td.leftColumnTd { padding: 3px 0px 10px 0px; text-align: left; vertical-align: top; width:10px;}
#content td.rightColumnTd { padding: 0px 0px 10px 10px; text-transform: uppercase; width: 150px;}
#content .middleColumn {
	float: left;
	min-height: 400px;
	padding: 10px 10px 0px 10px;
	width: 400px;
}
#content .rightColumn { float: right; min-height: 400px; padding: 0px 0px 0px 0px; width: 180px;}
#content img.right { border: #FFFFFF solid 1px;}

#footer {
	background:url('../../media/images/global-footer.gif');
	height: 82px;
	text-align: center;
	width: 800px;
	padding-top: 20px;
}
#footer a:link { color: #f7f7f7; font-size: 11px; font-weight: normal; text-decoration: none;}
#footer a:visited { color: #f7f7f7; font-weight: normal; text-decoration: none;}
#footer a:hover { color: #f7f7f7; text-decoration: underline;}

/* Extended Layout Elements */

#errorMessage { color: #FF0000;}


/***********************************************/
/* Classes                                	   */
/***********************************************/

.formButton { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #999999; color: #000000; background-color: #EFEFEF;	height: auto; width: auto; vertical-align:middle; height: 18px;}
.formButtonOver { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #CDCDCD; border: 1px solid #999999; color: #000000; height: auto; width: auto; vertical-align:middle; height: 18px;}
.formField { padding:0px 2px 0px 2px; margin:1px 0px 1px 0px; font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; border: 1px solid #999999; vertical-align:middle; background: url('/media/images/global_shadeform.gif') no-repeat;}
