/* CSS Document */

/************************************************/
/* layout styles 									*/
/************************************************/

/* Main page layouts */

#mainpageholder
{
	padding: 0px;
	width: 975px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
}

#topofpage
{
	margin: 0px;
	padding: 0px;
	height: 181px;
	width: 775px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 200px;
	top: 52px;
	background-color: #FFFFFF;
}

#logo
{
	height: 182px;
	width: 179px;
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 52px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/layout/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menuarea
{
	font-size: 16px;
	font-style: normal;
	color: #000000;
	height: 40px;
	width: 775px;
	position: absolute;
	z-index: 30;
	left: 200px;
	top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	background-color: #1D1642;
}

#mainbody
{
	position: absolute;
	z-index: 50;
	width: 975px;
	left: 0px;
	top: 183px;
}

#menuholdingarea {
	position: static;
	height: 700px;
}


/************************************************/
/* end layout styles 							*/
/************************************************/

/************************************************/
/* global layout styles 						*/
/************************************************/
html, body{
	background-color: #FFFFFF;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol, li
{
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
}

/************************************************/
/* end global layout styles 					*/
/************************************************/




/************************************************/
/* text styles 									*/
/************************************************/

body {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a, a:link, a:visited
{
	color: #1D1642;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #9185D6;
	text-decoration: underline;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

h1{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #1D1642;
}

h2{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D1642;
}

.homepagetext
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D1642;
	font-weight:bold;
}


.top_nav_menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-top: 2px;
}
.top_nav_menu a, .top_nav_menu a:link, .top_nav_menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}
.top_nav_menu a:hover, .top_nav_menu a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 20px;
}

.footertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.footertext a, .footertext a:link, .footertext a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.footertext a:hover, .footertext a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #9185D6;
	text-decoration: none;
}

.footerlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.footerlinks a, .footerlinks a:link, .footerlinks a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footerlinks a:hover, .footerlinks a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9185D6;
	text-decoration: none;
}

#mainbody .left_link, .left_link
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #1D1642;
}
.left_link a, .left_link a:link, .left_link a:visited
{
	text-decoration: none;
	color: #1D1642;
}
.left_link a:hover, .left_link a:active
{
	text-decoration: none;
	color: #9185D6;
}


/************************************************/
/* end text styles 								*/
/************************************************/


/************************************************/
/* area and box styles 								*/
/************************************************/
.centerarea
{
	border: 1px solid #1D1642;
}
.centerareatitle
{
	background-color: #D5D2D9;
	padding: 10px;
}
.centerareatitle h1
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1D1642;
}

.centerareatitle h2
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D1642;
}



.centerareabody
{
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D1642;

}


/************************************************/
/* end area and box styles 						*/
/************************************************/






/************************************************/
/* button styles 								*/
/************************************************/

.mainbutton{
	background-color: #785E7C;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
}


/************************************************/
/* end button styles 							*/
/************************************************/



/************************************************/
/* common styles 								*/
/************************************************/

.leftalign
{
    text-align: left;
}
.rightalign
{
    text-align: right;
}
.floatleft
{
	clear: left;
	float: left;
}
.floatright
{
	clear: right;
	float: right;
}

.nomargin
{
	margin: 0px;
}

/* layout classes */
#nlsmenuholding
{
	z-index: 200;
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: blue;
}
.cachearea
{
	display: none;
}

.cleardiv
{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1%;
	overflow: hidden;
	clip: rect(auto,auto,1px,auto);
}

/* indented sections */

.indent10
{
    padding-left: 10px;
}

/* nowrap for table cell */
.tablenowrap
{
    white-space: nowrap;
}


/* spacer blocks */
.spacer5
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 5px;
    width: 5px;
    font-size: 1%;
}
.spacer10
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    font-size: 1%;
}
.spacer15
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    font-size: 1%;
}
.spacer20
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    font-size: 1%;
}
.spacer30
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 20px;
    font-size: 1%;
}
.spacer40
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 20px;
    font-size: 1%;
}
.spacer50
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 20px;
    font-size: 1%;
}

.spacer58
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 58px;
    width: 20px;
    font-size: 1%;
}

.spacer200
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 200px;
    width: 20px;
    font-size: 1%;
}
.spacer400v
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 400px;
    width: 1px;
    font-size: 1%;
}

/************************************************/
/* end common styles 							*/
/************************************************/
