

/***BOX FORMATS*****************************************************************************************************/

.logobox{
	margin-bottom: 0px;
	width: 724;
	height: 0;
	border: 0px solid Black;
	font-weight: bold;
	font-size: 20;
}

.box_top_left{
	margin-bottom: 0px;
	width: 724;
	height: 0;
	border: 0px solid Black;
	font-weight: bold;
	font-size: 20;
}

.rightbox{
	background: 859176;
	margin-bottom: 0px;
	width: 550;
	height: 140;
	border: 2px solid Black;
}

.leftbox{
	background: 859176;
	margin-bottom: 0px;
	width: 170;
	border: 2px solid Black;
	margin-right: 5;
}

.middlebox{
	background: 2D6081;
	margin-bottom: 0px;
	width: 782;
	border: 1px solid Black;
}

.middlewhitebox{
	background: FFFFFF;
	margin-bottom: 0px;
	width: 610;
	height: 600;
	border: 1px solid Black;
}

.menu_bottom {
	background: F8f2ef;
	border: 0px solid Black;
	width: 160px;
	height: 14px;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/menu_bottom.jpg) 0 0 no-repeat;
	padding-top: 0;                     
}

.footer{
	background: F8f2ef;
	margin-bottom: 0px;
	margin-top: 7px;
	border: 0px solid Black;
	height: 34;
}

/***BOX FORMATS*****************************************************************************************************/


/***BUTTON FORMATS***************************************************************************************************/
.button a{
	background: F8f2ef;
	border: 0px solid Black;
	font-family: Georgia;
	width: 160;
	height: 21;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_up.jpg) 0 0 no-repeat;
	padding-top: 2;                     
}

.button a:hover{
	background: CCCC66;
	border: 0px solid Black;
	color: White;
	background: transparent url(images/button_down.jpg) 0 0 no-repeat;
}

.button_top a{
	background: F8f2ef;
	border: 0px solid Black;
	font-family: Georgia;
	width: 159;
	height: 27;
	font: normal;
	color: White;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_top.jpg) 0 0 no-repeat;
	padding-top: 8;                     
}

.button_top a:hover{
	background: CCCC66;
	border: 0px solid Black;
	background: transparent url(images/button_top.jpg) 0 0 no-repeat;
}

.button_top a{
	background: F8f2ef;
	border: 0px solid Black;
	font-family: Georgia;
	width: 159;
	height: 27;
	font: normal;
	color: White;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_top.jpg) 0 0 no-repeat;
	padding-top: 8;                     
}

.button_top a:hover{
	background: CCCC66;
	border: 0px solid Black;
	background: transparent url(images/button_top.jpg) 0 0 no-repeat;
}

.button_top_up a{
	background: F8f2ef;
	border: 0px solid Black;
	font-family: Georgia;
	width: 159;
	height: 27;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_top_up.jpg) 0 0 no-repeat;
	padding-top: 8;                     
}

.button_top_up a:hover{
	background: CCCC66;
	border: 0px solid Black;
	background: transparent url(images/button_top.jpg) 0 0 no-repeat;
}

.buttondown a{
	background: F8f2ef;
	border: 0px solid Black;
	font-family: Georgia;
	width: 160;
	height: 21;
	font: normal;
	color: White;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_down.jpg) 0 0 no-repeat;
	padding-top: 2;                     
}

.buttondown a:hover{
	background: CCCC66;
	border: 0px solid Black;
	color: White;
	background: transparent url(images/button_down.jpg) 0 0 no-repeat;
}



.button_down a{
	background: F8f2ef;
	border: 0px solid Black;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	text-indent: 10px;
	font-size: 11;
	display: block;
	background: transparent url(images/menu_button_down.jpg) 0 0 no-repeat;
	padding-top: 3;
	height: 21;
	font-weight: bold;
}

.button_down a:hover{
	background: CCCC66;
	border: 0px solid Black;
	background: transparent url(images/menu_button_down.jpg) 0 0 no-repeat;
}

/***BUTTON FORMATS***************************************************************************************************/

/***TEXT FORMATS*****************************************************************************************************/
.textformat_black {
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	/*font-weight: bold;*/
}

.textformat_black_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: center;
}

.textformat_white {
	font-family: Georgia;
	font-size: 11px;
	color: Black;
	/*font-weight: bold;*/
	text-align: center;
        background: 99CC33;
	border: 1px solid Black;
	width: 150;
	cursor: hand;
}

.textformat_main {
	font-family: Georgia;
	color: 2D6081;
	/*font-weight: bold;*/
	text-align: left;
	font-family: Georgia;
	font-size: 14px;
	color: Black;
}

.textformat_subject_header {
	font-family: Georgia;
	font-size: 16px;
	color: 2D6081;
	font-weight: bold;
	text-align: left;
	/*text-decoration: underline;*/
}

.textformat_large_subject_header {
	font-family: Georgia;
	font-size: 20px;
	color: 2D6081;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	/*text-decoration: underline;*/
}

.textformat_link {
	font-family: Georgia;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 150;
}
/***TEXT FORMATS*****************************************************************************************************/


/***MISC FORMATS*****************************************************************************************************/

.links {
	font-style: normal;
	font-family: Georgia;
	font: normal small-caps bold/normal;
	font-weight: bold;
	color: 379F2E;
	font-size: 14;
	border: 2px;
	/*ext-decoration: none;*/
}

.links:hover {
	font-style: normal;
	font-family: Georgia;
	font: normal small-caps bold/normal;
	font-weight: bold;
	color: White;
	background: 379F2E;
	font-size: 14;
	border: 2px;
	/*text-decoration: none;*/
}

FORM {
   font-family: Georgia;
	font-size: 12px;
	color: Black;
	font-weight: bold;
	background: #E9E9E3;
	border: 0px solid #000000;
	padding: 4px;
}

INPUT, TEXTAREA, SELECT, OPTION {
	padding: 0px;
	background-color: White;
	border: inset 1px #000000;
	font-family: Georgia;
	font-size: 12px;
	color: Black;
}

fieldset
{
   background: #E9E9E3;
	border: 1px solid #2D6081;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/***MISC FORMATS*****************************************************************************************************/




/*
body{
	background: Greg;
}

.header{
	background: 859176;
	margin-bottom: 0px;
	border: 1px solid Black;
}

p{
	overflow: scroll;
}



.middle{
	background: 4A3836;
	margin-bottom: 0px;
	border: 1px solid Black;
}

.shadow{
	width:100px;
	padding:2px;
	filter:shadow(color:gray,strength:5, direction:135);
}

.td_primary{
	background: 339933;
	border: 1px solid Black;
}

.td_secondary{
	background: CCCC66;
	border: 1px solid Black;
}

.td_third{
	background: F8f2ef;
	border: 1px solid Black;
	padding-left: 3;
}

.table_small_header{
	background: 339933;
	border: 1px solid Black;
}

.button_loged_in_outside{
	background: 174C9F;
	border: 0px solid Black;
	width: 172px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 27px;
	margin-left: 2px;
}

.button_outside{
	background: 339933;
	border: 0px solid Black;
	width: 172px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 27px;
	margin-left: 2px;
}

.buttonblue a{
	background: F8f2ef;
	border: 0px solid Black;
	width: 160px;
	height: 26px;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_up_blue.jpg) 0 0 no-repeat;
	padding-top: 3;                     
}



.logobutton a{
	background: F8f2ef;
	border: 1px solid Black;
	font-family: Georgia;
	width: 160;
	height: 60;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 12;                    
}

.logobutton a:hover{
	background: F8f2ef;
	border: 1px solid Black;
	color: green;
}


.topbutton a{
	background: D8D3CB;
	border: 2px solid Black;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 6px;
	font-size: 10;
	display: block;
	padding-top: 0;                      
}

.topbutton a:hover{
	background: 99CC33;
	border: 2px solid Black;
}


.buttonblue a:hover{
	background: CCCC66;
	border: 0px solid Black;
	width: 160px;
	height: 26px;
	background: transparent url(images/buttonblue_down.jpg) 0 0 no-repeat;
}

.button_up a{
	background: F8f2ef;
	border: 0px solid Black;
	width: 160px;
	height: 26px;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_down.jpg) 0 0 no-repeat;
	padding-top: 3;
}



legend
{
color: #fff;
background: #369A2A;
border: 1px solid #000000;
padding: 1px 210px
} 

login{
	font-family: Georgia;
	font-size: 10px;
	color: #000080;
	background: #green;
	border: 0px solid #000000;
	padding: 0px;
}




.SUBMIT INPUT{
color: #000000;
background: #339933;
border: 2px outset #CCCC66
}

A {
	font-style: normal;
	font-family: Georgia;
	font: normal small-caps bold/normal;
	font-weight: bold;
	color: 379F2E;
	font-size: 12;
	border: 0px;
}

A:hover {
	font-style: normal;
	font-family: Georgia;
	font: normal small-caps bold/normal;
	font-weight: bold;
	color: White;
	background: 379F2E;
	font-size: 12;
	border: 0px;
}



.buttonblue_up a{
	background: F8f2ef;
	border: 0px solid Black;
	width: 160px;
	height: 26px;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/buttonblue_down.jpg) 0 0 no-repeat;
	padding-top: 3;
}

.button_up a:hover{
	background: F8f2ef;
	border: 0px solid Black;
	width: 160px;
	height: 26px;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/button_down.jpg) 0 0 no-repeat;
	padding-top: 3;
}

.menu_top {
	background: F8f2ef;
	border: 0px solid Black;
	width: 160px;
	height: 14px;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/menu_top.jpg) 0 0 no-repeat;
	padding-top: 0;                     
}

.menu_bottom {
	background: F8f2ef;
	border: 0px solid Black;
	width: 160px;
	height: 14px;
	font-family: Georgia;
	font: normal;
	color: Black;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	font-size: 12;
	display: block;
	background: transparent url(images/menu_bottom.jpg) 0 0 no-repeat;
	padding-top: 0;                     
}



.LINK {
	color: Black;
}




*/