body
{
	
	margin:          0;
	padding:         0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background : #fff url("images/message_back.jpg") repeat-x;
	background-position: top center;
}

#container
{
	margin:          0 auto;
	padding-top: 0px;
	width:           900px;
	position:        relative;
}

#header
{
	margin:          0 auto;
	width:           900px;
	height:          177px;
	background-image: url(images/message_head.jpg);
		background-repeat: repeat-x;
}



.headtitle
{
	font-family:     Arial Black, Gadget, sans-serif;
	font-size:       18px;
	color:           #aa0323;
	
}

.headtitle2
{
	font-family:     Arial Black, Gadget, sans-serif;
	font-size:       18px;
	color:           red;
	
}

#menu
{
	margin-top: -71px;
	margin-left: 0px;
	height:          31px;
	padding:         0px 0;
	background-color: transparent;
	width: 900px;
	


}

#content
{
	
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       14px;
    font-weight:     bold;
	width:           900px;
}


#content a
{
	
	color: red;
}

#content a:hover
{
	
	color: d48c00;
}

.msd
{
	
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       12px;


}

img
{  border-style: none;
}

#content
{
	min-height:      200px;
	width:           900px;
	background-color:white;
	margin-top: 28px;
	margin-left: 0px;
	
}

#insidecontent
{
	float:           left;
	padding-left:    10px;
	padding-right:    10px;
	width:           880px;
	
}

#insidecontent p
{
	margin:          0;
	color:           #282828;
	font-family:     Tahoma;
	font-size:       14px;
	line-height: 150%;
}

#insidecontent a
{
	margin:          0;
	color:           #5c849e;
	font-family:     Tahoma;
	font-size:       14px;
	line-height: 150%;

	font-weight:     bold;
	
}

#insidecontent a:hover
{
	margin:          0;
	color:           #2b363d;
	font-family:     Tahoma;
	font-size:       14px;
	line-height: 150%;
	
	font-weight:     bold;
	
}


h1
{
	margin:          0;
	font-weight:     normal;
	color:           #5c849e;
	font-size:       21px;
	font-family:     Arial Black, Arial Black, Gadget, sans-serif;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            2em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #5c849e;
	font-family:     Arial Black, Arial Black, Gadget, sans-serif;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #5c849e;
	font-family:     Arial Black, Arial Black, Gadget, sans-serif;
}

#footer
{
	margin:          0 auto;
	width:           900px;
	height:          39px;

}

#footer span
{
	display:         block;
	position:        relative;
	font-family:    Tahoma;
	font-size:       1em;
	padding:         10px;
	color:           #717789;
}



#dolphincontainer{position:relative;color:#000;background:transparent;
width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#dolphinnav{position:relative;height:33px;font-size:15px;font-weight:bold;padding:0 0 0 -75px;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 2px;}
#dolphinnav ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:0 0 0 15px;height:33px;}
#dolphinnav ul li a span{padding: 8px 10px 0 0;height:33px;float:left;}
#dolphinnav ul li a:hover{color:#fab736;background:transparent;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fab736;background:transparent ;line-height:225%;}
#dolphinnav ul li a.current span{display:block; padding: 0px 10px 0 0; width:auto; height:33px;}

#dolphin_inner{color: black; padding: 6px 0px 0px 0px; font-size: 115%; height: 1em; text-align:center}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{color: #2b363d ; padding:10px 20px 0 0; font-weight: bold;}
#dolphin_inner a:hover{color: #5c849e; }

.innercontent{display: none;}





	.arrowlistmenu{
width: 240px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #073682;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #073682;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

