/* CSS Document */

/************************************************/
/* layout styles 									*/
/************************************************/

/* Admin page layouts */

#adminmainpageholder
{
	padding: 0px;
	width: 975px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#admintopofpage
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 975px;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(/get_images/admin/admintopbackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #58A4B4;
}

#adminmenuarea
{
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	height: 20px;
	width: 975px;
	position: absolute;
	z-index: 15;
	left: 0px;
	top: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D7D233;
}

#adminmainbody
{
	position: absolute;
	z-index: 20;
	width: 975px;
	left: 0px;
	top: 120px;
}

#adminfooter
{
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	clear: both;
	width: 975px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D233;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
}

#adminmenuholdingarea {
	position: static;
	height: 300px;
}

/* Main page layouts */


#mainpageholder
{
	padding: 0px;
	width: 975px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	z-index: 40;
}

#topofpage
{
	margin: 0px;
	padding: 0px;
	height: 155px;
	width: 975px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(../get_images/backgrounds/page_top.jpg);
	background-repeat: no-repeat;
}

#topmenuarea
{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 975px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 50;
	left: 0px;
	top: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #374326;
}

#topbar
{
	margin: 0px;
	height: 32px;
	width: 955px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 50;
	left: 0px;
	top: 191px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #D6D68B;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#mainbody
{
	position: static;
	visibility: visible;
	z-index: 40;
	margin: 0px;
	z-index: 40;
	width: 975px;
	padding-top: 230px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#mainbodycontent
{
	width: 975px;
	background-image: url(../get_images/backgrounds/3col_back.gif);
	background-repeat: repeat-y;		
}

#mainbodyleft
{
	margin: 0px;
	float: left;
	width: 521px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainbodycenter
{
	margin: 0px;
	float: left;
	width: 205px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#mainbodyright
{
	margin: 0px;
	float: left;
	width: 205px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}



#main_bottom
{
	position: static;
	visibility: visible;
	z-index: 40;
	margin: 0px;
	z-index: 40;
	width: 985px;
	height: 35px;
	background-image: url(../get_images/backgrounds/page_bottom.gif);
	background-repeat: no-repeat;
}


#menuholdingarea {
	position: static;
}




/************************************************/
/* end layout styles 							*/
/************************************************/

/************************************************/
/* global layout styles 						*/
/************************************************/
html, body{
}
html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}


/************************************************/
/* end global layout styles 					*/
/************************************************/




/************************************************/
/* text styles 									*/
/************************************************/

body {
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a, a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #FF0000;
	text-decoration: underline;
}

.footerlink
{
	color: #999999;
}

.footerlink a, .footerlink a:link, .footerlink a:visited
{
	color: #999999;
	text-decoration: underline;
}
.footerlink a:hover, .footerlink a:active
{
	color: #FF0000;
	text-decoration: underline;
}


input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size: 85%;
}
.verysmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}

li
{
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 2px;
	list-style-position: outside;
	list-style-type: disc;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}

.adminmaintitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #81872C;
}

.adminsubtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #81872C;
}

.fadedtext{
	color: #999999;
}


.red
{
	color:#FF0000;
}


/************************************************/
/* end text styles 								*/
/************************************************/


/************************************************/
/* area and box styles 								*/
/************************************************/
.newsletterbox
{
	background-color: #C87D29;
	padding: 5px;	
}
.newsbox
{
	background-color: #E4E6D4;
	padding: 5px;	
}

.commentblock, .roundedbox .commentblock
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 5px;
}

.commentblockbody, .roundedbox .commentblock .commentblockbody
{
	padding-bottom: 5px;
}

.commentblockname
{
	font-size: 80%;
	color: #666666;
}

.commentblocklink
{
	font-size: 80%;
}

* .pagelistthumbdiv, .lightpanelmainblock .pagelistthumbdiv
{
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img * .pagelistthumb, .lightpanelmainblock img .pagelistthumb
{

}

.breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #a0a0a0;
	margin-bottom: 10px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited
{
	color: #a0a0a0;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active
{
	color: #FF0000;
	text-decoration: none;
}


.pagelisttitle, .lightpanelmainblock .pagelisttitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #303030;
}
.pagelisttitle a, .pagelisttitle a:link, .pagelisttitle a:visited,
.lightpanelmainblock .pagelisttitle a, .lightpanelmainblock .pagelisttitle a:link, .lightpanelmainblock .pagelisttitle a:visited
{
	color: #FF0000;
	text-decoration: none;
}
.pagelisttitle a:hover, .pagelisttitle a:active,
.lightpanelmainblock .pagelisttitle a:hover, .lightpanelmainblock .pagelisttitle a:active
{
	color: #FF0000;
	text-decoration: none;
}
.pagelistsummary, .lightpanelmainblock .pagelistsummary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
}
.pagelistlink, .lightpanelmainblock .pagelistlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #999999;
}
.pagelistlink a, .pagelistlink a:link, .pagelistlink a:visited,
.lightpanelmainblock .pagelistlink a, .lightpanelmainblock .pagelistlink a:link, .lightpanelmainblock .pagelistlink a:visited
{
	color: #999999;
	text-decoration: none;
}
.pagelistlink a:hover, .pagelistlink a:active,
.lightpanelmainblock .pagelistlink a:hover, .lightpanelmainblock .pagelistlink a:active
{
	color: #FF0000;
	text-decoration: none;
}

.pagelistdivider, .lightpanelmainblock .pagelistdivider
{
	padding: 0px;
	height: 10px;
	width: 100%;
	font-size: 1%;
	clear: both;
}


.roundedbox
{
	background-color: #f4f4f4;
	color: #000000;
	background-position: left top;
	background-image: url(../get_images/boxes/box_tl.png);
	background-repeat: no-repeat;
	width: 99.9%;
}
.roundedbox div
{
	background-position: right top;
	background-image: url(../get_images/boxes/box_tr.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.roundedbox div div
{
	background-position: left bottom;
	background-image: url(../get_images/boxes/box_bl.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.roundedbox div div div
{
	background-position: right bottom;
	background-image: url(../get_images/boxes/box_br.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.roundedbox div div div div
{
	background-image: none;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.roundedbox a, .roundedbox a:link, .roundedbox a:visited
{
	color: #000000;
	text-decoration: underline;
}
.roundedbox a:hover, .roundedbox a:active
{
	color: #FF0000;
	text-decoration: underline;
}

.roundedbox .titlebar, .titlebar
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #01445E;
	background-color: #B6D233;
	background-image: url(../get_images/layout/title_bar_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	height: 21px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 83px;
}


/* shaded boxes */
.blue_shaded_box
{
	background-color: #84ABB4;
	padding: 15px;
}
.blue_shaded_box_top
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/blue_top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.blue_shaded_box_top div
{
	background-image: url(../get_images/boxes/blue_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.blue_shaded_box_top div div
{
	background-image: url(../get_images/boxes/blue_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
}
.blue_shaded_box_main
{
	width: 99.9%;
	background-image: url(../get_images/boxes/blue_left_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #84ABB4;
}
.blue_shaded_box_main div
{
	background-image: url(../get_images/boxes/blue_right_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.blue_shaded_box_main div div
{
	background-image: none;
	padding: 0px;
}

.blue_shaded_box_main a, .blue_shaded_box_main a:link, .blue_shaded_box_main a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.blue_shaded_box_main a:hover, .blue_shaded_box_main a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.blue_shaded_box_bottom
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/blue_bot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.blue_shaded_box_bottom div
{
	background-image: url(../get_images/boxes/blue_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.blue_shaded_box_bottom div div
{
	background-image: url(../get_images/boxes/blue_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
}

.white_shaded_box
{
	background-color: #FFFFFF;
	padding: 15px;
	border: thin solid #CCCCCC;	
}
.white_shaded_box_top
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/white_top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.white_shaded_box_top div
{
	background-image: url(../get_images/boxes/white_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.white_shaded_box_top div div
{
	background-image: url(../get_images/boxes/white_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
}
.white_shaded_box_main
{
	width: 99.9%;
	background-image: url(../get_images/boxes/white_left_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
.white_shaded_box_main div
{
	background-image: url(../get_images/boxes/white_right_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.white_shaded_box_main div div
{
	background-image: none;
	padding: 0px;
}

.white_shaded_box_main a, .white_shaded_box_main a:link, .white_shaded_box_main a:visited
{
	color: #000000;
	text-decoration: underline;
}
.white_shaded_box_main a:hover, .white_shaded_box_main a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.white_shaded_box_bottom
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/white_bot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.white_shaded_box_bottom div
{
	background-image: url(../get_images/boxes/white_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.white_shaded_box_bottom div div
{
	background-image: url(../get_images/boxes/white_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
}


.pink_shaded_box
{
	background-color: #F69C99;
	padding: 15px;
}
.pink_shaded_box_top
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/pink_top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.pink_shaded_box_top div
{
	background-image: url(../get_images/boxes/pink_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.pink_shaded_box_top div div
{
	background-image: url(../get_images/boxes/pink_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
}
.pink_shaded_box_main
{
	width: 99.9%;
	background-image: url(../get_images/boxes/pink_left_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F69C99;
}
.pink_shaded_box_main div
{
	background-image: url(../get_images/boxes/pink_right_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.pink_shaded_box_main div div
{
	background-image: none;
	padding: 0px;
}

.pink_shaded_box_main a, .pink_shaded_box_main a:link, .pink_shaded_box_main a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.pink_shaded_box_main a:hover, .pink_shaded_box_main a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.pink_shaded_box_bottom
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/pink_bot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pink_shaded_box_bottom div
{
	background-image: url(../get_images/boxes/pink_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.pink_shaded_box_bottom div div
{
	background-image: url(../get_images/boxes/pink_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
}



.mustard_shaded_box
{
	background-color: #D8D337;
	padding: 15px;
}
.mustard_shaded_box_top
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/mustard_top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.mustard_shaded_box_top div
{
	background-image: url(../get_images/boxes/mustard_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.mustard_shaded_box_top div div
{
	background-image: url(../get_images/boxes/mustard_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
}
.mustard_shaded_box_main
{
	width: 99.9%;
	background-image: url(../get_images/boxes/mustard_left_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #D8D337;
}
.mustard_shaded_box_main div
{
	background-image: url(../get_images/boxes/mustard_right_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.mustard_shaded_box_main div div
{
	background-image: none;
	padding: 0px;
}

.mustard_shaded_box_main a, .mustard_shaded_box_main a:link, .mustard_shaded_box_main a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.mustard_shaded_box_main a:hover, .mustard_shaded_box_main a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.mustard_shaded_box_bottom
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/mustard_bot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mustard_shaded_box_bottom div
{
	background-image: url(../get_images/boxes/mustard_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.mustard_shaded_box_bottom div div
{
	background-image: url(../get_images/boxes/mustard_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
}




.orange_shaded_box
{
	background-color: #F2A353;
	padding: 15px;
}
.orange_shaded_box_top
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/orange_top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.orange_shaded_box_top div
{
	background-image: url(../get_images/boxes/orange_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.orange_shaded_box_top div div
{
	background-image: url(../get_images/boxes/orange_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
}
.orange_shaded_box_main
{
	width: 99.9%;
	background-image: url(../get_images/boxes/orange_left_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F2A353;
}
.orange_shaded_box_main div
{
	background-image: url(../get_images/boxes/orange_right_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.orange_shaded_box_main div div
{
	background-image: none;
	padding: 0px;
}

.orange_shaded_box_main a, .orange_shaded_box_main a:link, .orange_shaded_box_main a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.orange_shaded_box_main a:hover, .orange_shaded_box_main a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.orange_shaded_box_bottom
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/orange_bot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.orange_shaded_box_bottom div
{
	background-image: url(../get_images/boxes/orange_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.orange_shaded_box_bottom div div
{
	background-image: url(../get_images/boxes/orange_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
}




.green_shaded_box
{
	background-color: #6CF055;
	padding: 15px;
}
.green_shaded_box_top
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/green_top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.green_shaded_box_top div
{
	background-image: url(../get_images/boxes/green_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.green_shaded_box_top div div
{
	background-image: url(../get_images/boxes/green_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
}
.green_shaded_box_main
{
	width: 99.9%;
	background-image: url(../get_images/boxes/green_left_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #6CF055;
}
.green_shaded_box_main div
{
	background-image: url(../get_images/boxes/green_right_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.green_shaded_box_main div div
{
	background-image: none;
	padding: 0px;
}

.green_shaded_box_main a, .green_shaded_box_main a:link, .green_shaded_box_main a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.green_shaded_box_main a:hover, .green_shaded_box_main a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.green_shaded_box_bottom
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/green_bot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.green_shaded_box_bottom div
{
	background-image: url(../get_images/boxes/green_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.green_shaded_box_bottom div div
{
	background-image: url(../get_images/boxes/green_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
}





.blueyell_shaded_box
{
	background-color: #427E8C;
	padding: 15px;
}
.blueyell_shaded_box_top
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/blueyell_top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.blueyell_shaded_box_top div
{
	background-image: url(../get_images/boxes/blueyell_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.blueyell_shaded_box_top div div
{
	background-image: url(../get_images/boxes/blueyell_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
}
.blueyell_shaded_box_main
{
	width: 99.9%;
	background-image: url(../get_images/boxes/blueyell_left_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #427E8C;
}
.blueyell_shaded_box_main div
{
	background-image: url(../get_images/boxes/blueyell_right_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.blueyell_shaded_box_main div div
{
	background-image: none;
	padding: 0px;
}

.blueyell_shaded_box_main a, .blueyell_shaded_box_main a:link, .blueyell_shaded_box_main a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.blueyell_shaded_box_main a:hover, .blueyell_shaded_box_main a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.blueyell_shaded_box_bottom
{
	width: 99.9%;
	height: 17px;
	background-image: url(../get_images/boxes/blueyell_bot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.blueyell_shaded_box_bottom div
{
	background-image: url(../get_images/boxes/blueyell_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.blueyell_shaded_box_bottom div div
{
	background-image: url(../get_images/boxes/blueyell_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
}


/************************************************/
/* end area and box styles 						*/
/************************************************/






/************************************************/
/* button styles 								*/
/************************************************/

.adminbutton{
	background-color: #F7F6C6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 2px solid #8A871C;
}


/************************************************/
/* 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, .roundedbox .indent10
{
    padding: 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%;
}
.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 							*/
/************************************************/

