/* GENERAL ------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/
BODY {
	background-image: url(/templates/images_ebaa/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color:#EFF2F5;
}

TD {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}


P {
	font-family: Arial; 
	font-size: 11px; 
	margin-top:.2em; 
	margin-bottom:.10em
}


A
{
	color : #680130;
	font-family :Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration : underline;
}

A:hover
{
	color : #680130;
	font-family :Arial;
	font-size: 11px;
	font-weight : normal;
	text-decoration : none;
}

H1 {
    color:#012C56;
    font-family: Arial;
    font-size: 16px;
    text-transform: uppercase;
}

H2 {
    color:#680130;
    font-family: Arial;
    font-size: 15px;
}

H3 {
    font-weight: bold;
    font-family: Arial; 
	font-size: 11px;
    text-transform: uppercase;
}

/* DIVERS -------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/
.menu_on {
	font-family: Arial;
	font-size: 11px;
	font-weight : bold;
	color:#000000;
}

.menu_off {
	font-family: Arial;
	font-size: 11px;
	font-weight : bold;
	color:#FFFFFF;
}

.menu a {
    font-family: Arial;
    font-size: 11px;
	font-weight : bold;
	color:#FFFFFF;
    text-decoration: none;
}

.menu a:hover {
    font-family: Arial;
    font-size: 11px;
	font-weight : bold;
	color:#680130;
    text-decoration: none;
}

a.memberaccess {
    font-family: Arial;
    font-size: 11px;
	font-weight : bold;
	color:#FFFFFF;
    text-decoration: none;
}

a.memberaccess:hover {
    font-family: Arial;
    font-size: 11px;
	font-weight : bold;
	color:#FFFFFF;
    text-decoration: underline;
}



.login_text {
	font-family: Arial;
	font-size: 10px;
	color:#FFFFFF;
}

.login_text_bold {
	font-family: Arial;
	font-size: 11px;
	font-weight : bold;
	color:#FFFFFF;
}

.main_tog_bg {
	background-image: url(images/main_tog_bg.jpg);
	background-repeat: repeat-x;
}

.bottom {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
}

.small_text {
	font-family: Arial;
	font-size: 10px;
	color:#999999;
}

a.small_text {
    font-family: Arial;
	font-size: 10px;
	color:#999999;
    text-decoration:none;
}

a.small_text:hover {
    font-family: Arial;
	font-size: 10px;
	color:#999999;
    text-decoration:underline;
}

a.subtitle {
	color : #680130;
	font-family :Arial;
	font-size: 11px;
	font-weight : bold;
    text-decoration: none;
}

a.subtitle:hover {
	color : #680130;
	font-family :Arial;
	font-size: 11px;
	font-weight : bold;
    text-decoration: underline;
}

a.text {
	color : #002F5D;
	font-family :Arial;
	font-size: 11px;
	font-weight : bold;
    text-decoration: none;
}

a.text:hover {
	color : #002F5D;
	font-family :Arial;
	font-size: 11px;
	font-weight : bold;
    text-decoration: none;
}



.board_title {
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
	font-weight : bold;
	background-color:#B3CBD9;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #6E849B;
}

.board_subtitle {
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
	font-weight : bold;
	background-color:#DDE8EE;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #6E849B;
	border-top: 1px solid #6E849B;
}

.board_content_w {
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
	font-weight : normal;
	background-color:#FFFFFF;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dashed #6E849B;
}

.board_content_b {
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
	font-weight : normal;
	background-color:#E3ECF1;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dashed #6E849B;
}

.board_content_w_final {
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
	font-weight : normal;
	background-color:#FFFFFF;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #6E849B;
}

.board_content_b_final {
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
	font-weight : normal;
	background-color:#E3ECF1;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #6E849B;
}


.border
{
	border: 1px solid #002C56;
}

.bord
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #6E849B;
}

.main_padding {
	padding: 0px 5px 0px 5px;
}


.td-menu-header {
    font-weight: bold;
    color:#fff;
    background-color:#012C56;
    padding: 10px;
    text-transform: uppercase;
}

/* IMAGE  -------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

.image
{
	border: 1px solid #CCCCCC;
}

/* FORM  --------------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/

INPUT
{
	border:1px solid #878787;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding:0px 2px;
}

.form_button {
	border:1px solid #878787;
	background-color: #E5E5E5;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:0px 2px;
}

.form_textarea
{
	border-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}

.form_select
{
	border-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}

.form_radio
{
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}

.form_checkbox
{
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
}

.select_list {
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
}

.text_area
{
	font-family: Arial;
	font-size: 11px;
	color: #002C56;
}

/* MENU JS  -----------------------------------------------------------------------	*/
/* --------------------------------------------------------------------------------	*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eee;
}

#headerslider {
height: 116px;
width: 666px;
}

#sideslider {
height: 250px;
}
