/*==== General Formatting ====================================================*/
/* set default margins and paddings to zero */
* { margin: 0; padding: 0; }

body {
    background: #000000;
    /*background: transparent url("../../image_test/.jpg") repeat scroll;*/
    height: 100%;
    max-height: 100%;

    /* Typography */
    font-size: 62.5%; /* set the font size so can use em definitions */
    font-family: Verdana, san-serif;
    color: #FFFFFF;
    text-align: left;
}

img {
    border: none;
}

a:link, a:visited {
	color: #0973AA;
}

a:hover {
	color: #0EACFF;
}

a:active {
	color: #075077;
}

hr {
   margin: 5px auto 5px auto;
   height: 3px;
   color: black;
   background-color: black;
}

/*==== Hide GoDaddy free hosting ad ==========================================*/
#conash3D0
{
display:none;
}

/*==== Global Classes ========================================================*/
.text_center { text-align: center;}
.text_left { text-align: left;}
.text_right { text-align: right;}
.text_bigger { font-size: 2em; }
.text_italic { font-style: italic;}
.a_noshow { text-decoration: none; }

/*==== Page Container Formatting =============================================*/
#page {
	width: 750px;  /* sized for 800x600, other sizes: 70%, 936px , 950px, 800px*/
    margin: 0 auto 0 auto;
}

/*==== Header Formatting =====================================================*/
#header {
    position: relative;
    display: block;
    width: 100%;

    /* Typography */
    text-align: center;
    font-family: "Fontin", Verdana, sans-serif;
    font-style: italic;
    color: #FFFFFF;
}

.header_h1
{
    color: #FFFFFF;
    font-family: "Fontin", Verdana, san-serif;
    font-style: italic;
    font-size: 4.2em; /* 6,4.2 with logo */
}

.header_h2 {
    font-size: 2.5em;
}

#header a {
    color: #FFFFFF;
    text-decoration: none;
}

/*==== Footer Formatting =====================================================*/
#footer {
    position: relative;
    display: block;
    text-align: center;
    clear: both;
    padding-top:5px;

    /* Typography */
    font-size: 1.2em;
    color: white;
}

/*==== Nav Menu Formatting ===================================================*/
#nav_menu {
    position: relative;
    display: block;
    clear: both;
	padding: 5px 0 5px 0;
}

#nav_menu a {
    /*display: block;*/ /* allows the space assigned to the link to be clickable */
    text-decoration: none;
    text-align: center;
    color: #000000;
}

#nav_menu a:link, #nav_menu a:visited {
    color: #000000;
}

/* order important here to allow full functioning of the color scheme */
#nav_menu a.here { color: #0A79B4; }
#nav_menu a.not_here { }

#nav_menu a:hover {
    color: #0EACFF; /*#648187;*/
}

#nav_menu ul {
    list-style-type: none;
    text-align: center;
    padding-bottom: 10px;
}

#topnav {
    background: transparent url("../images/topnav.gif") center no-repeat;
    padding-top: 5px;
}

#subnav {
    background: transparent url("../images/subnav.gif") center no-repeat;
    padding-top: 10px;
    margin-top: -15px;
}

#nav_menu li {
    display: inline;
    margin-right: 0.5em; /* margin used instead of padding to keep the blocks separeate */
    margin-left: 0.5em;
}

#topnav li {
    font-size: 1.82em; /*1.95*/
}

#subnav li {
    font-size: 1.7em; /*1.75*/
}

/*==== Contents Formatting ===================================================*/
#contents_top
{
    background: transparent url("../images/content_top.gif") top center no-repeat scroll;
    padding-top: 19px;
}

#contents_bottom
{
    background: transparent url("../images/content_bottom.gif") top center no-repeat scroll;
    padding-top: 17px;
}

#contents {
    position: relative;
    display: block;
    overflow: auto;
    padding: 0 15px 0 15px;

    /* Typography */
    line-height: 130%;
    font-size: 1.4em;
}

#contents p,#contents h1,#contents h2,#contents h3,#contents ul,#contents li {
    /*padding: 0.25em 0 0.25em 0;*/
    padding-bottom: 0.3em;
}

#contents h1,#contents h2, #contents h3 {
    clear: both;
    line-height: 130%;
}

#contents ul {
    padding-left: 20px;
}

#contents img {
    position: relative; /* Bug fix for IE6 to allow images to display properly */
}


#contents img.img_left, object.img_left { float: left; }
#contents img.img_center, object.img_center { display: block; margin: 0 auto 0 auto;  }
#contents img.img_right, object.img_right { float: right;}


/*.members-data tr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid blue;
}*/

.mem-logo, .mem-self {
	height: 100px; min-height: 100px;
	width: 100px; min-width: 100px;
	/*border: 1px solid red;*/
	text-align: center;
}

