*
{
    padding: 0;
    margin: 0;
}
html, body
{
    /* width: 100%;*/
}
body
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    text-align: justify;
}
#backgroundcontainer
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
}
#background
{
    background-color: #00005c;
    width: 650px;
    height: 100%;
    margin: 0 auto 0 auto;
}


#splash
{
    background-position: center top;
    background: url(images/master_background.jpg);
    position: absolute;
    background-repeat: no-repeat;
    background-color: #020578;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:500;
}

#header
{
    background: url(images/master_background.jpg) center -250px;
    background-color: #020578;
    width: 100%;
    height: 200px;
    border-bottom-style: solid;
    border-bottom-width: 13px;
    border-bottom-color: #304bb7;
}
#logo
{
    width: 313px;
    height: 61px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 300px;
    padding-top: 105px;
}
#footer
{
    background: url(images/master_footer.jpg) top center;
    width: 650px;
    margin: 0 auto 0 auto;
    height: 290px;
    background-repeat: no-repeat;
}
#menu
{
    width: 650px;
    height: 25px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
}
#content
{
    width: 650px;
    margin: 0 auto 0 auto;
    background-color: #ffffff; 
    overflow: hidden;
}
#UpdatePanel1
{
overflow: hidden;
}
#contenttemplate1
{
    width: 650px;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden; 
}

img
{
    border: 0;
}

.pic
{
    border: solid 5px #b0d6ff;
}

.text-babyblue-sm
{
    font-size: 12px;
	font-weight: bold;
    color: #b0d6ff;
}

.text-darkblue-sm
{
    font-size: 12px;
	font-weight: bold;
    color: #000099;
}

.text-red-sm
{
    font-size: 11px;
	font-weight: bold;
    color: #FF0000;
}

.footer-sm
{
    font-size: 10px;
	font-weight: bold;
    color: #000000;
}

.text1
{
    font-weight: bold;
    color: #b0d6ff;
}
.text2
{
    font-weight: bold;
    color: #304bb7;
}

.text3
{
    
	font-size: 14px;
	font-weight: bold;
    color: #304bb7;
}

.text3_12
{
    
	font-size: 12px;
	font-weight: bold;
    color: #0066ff;
}

.text3_16
{
    
	font-size: 16px;
	font-weight: bold;
    color: #304bb7;
}

.clear
{
    clear: both;
}

.footer
{
    font-size: 11px;
	color: #b0d6ff;
    text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:visited
{
    color: #0066ff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: #0066ff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5, h6
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 12px 0 0 0;
    font-weight: bold;
    color: #304bb7;
    font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MENU http://www.stunicholls.com/menu/skeleton.html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Entire Menu */
.menu_corner
{
    float: left;
    width: 10px;
}
.menu5
{
    background-color: #304bb7;
    width: 551px;
    text-align: center;
    position: relative;
    height: 25px;
    margin: 0;
    padding: 0 39px 0 40px;
    list-style-type: none;
    float: left;
}
/* Entire Menu ul*/
.menu5 ul
{
    padding: 0;
    margin: 0;
    list-style-type: none; /* for Firefox */
    vertical-align: middle;
}
/* Main Menu Item li */
.menu5 li
{
    text-align: center;
    float: left;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
/* Main Menu link */
.menu5 li a, .menu5 li a:visited
{
    display: block; /*width: 6em;*/
    float: left;
    padding-right: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
}
/* Main Menu link */
* html .menu5 li a, .menu5 li a:visited
{
    /* width: 7em;*/ /*w: \\idth:6em; /* hack for IE5.5 */
}
/* Sub Menu Conainer link */
.menu5 li a.drop, .menu5 li a.drop:visited
{
    font-weight: bold;
}
/* Sub Menu Container  */
.menu5 li ul
{
    visibility: hidden;
    position: absolute;
    top: 25px;
    left: 0;
    height: 0;
    overflow: hidden;
}
.menu5 table
{
    margin: -1px;
    border-collapse: collapse;
}
/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
/* Sub Menu Conainer  */
.menu5 li:hover a, .menu5 li a:hover
{
    border: 0;
}
/* Sub Menu Conainer  */
.menu5 li:hover ul, .menu5 li a:hover ul
{
    visibility: visible;
    height: auto; /*width: 10em;*/
    background: #f4f6fb;
    border-bottom: solid 7px #304bb7;
    left: 0;
    top: 25px;
    overflow: visible;
    padding: 5px 10px 10px 0px;
    cursor: pointer;
}
/*Sub Menu Item Link*/
.menu5 li:hover ul li a, .menu5 li a:hover ul li a
{
    display: block;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    height: auto;
    line-height: normal;
    padding: 6px 12px 6px 10px; /*width: 9em;*/
    cursor: pointer;
}
/*Sub Menu Item Link*/
* html .menu5 li a:hover ul li a
{
    /*width: 10em;             w: \\idth:9em; /* hack for IE5.5 */
    cursor: pointer;
}
