/*<group=Main Layout>*/

body { 
	font: 11px/1.6em Arial, sans-serif; 	
	margin: 0; 
	background: #46648C;
	color: #484848;
}

iframe{
margin:0;
padding:0;
border:0;
}
td, textarea, input { 
	font: 11px/1.6em Arial, sans-serif; 	
}

a { color: #444; text-decoration: none; border: none;
	font-size: 11px;
}

a:hover { color: #222; text-decoration: underline; }


a:active { color: #222; }
/*
a:visited { color: #222; }
*/
h3 {
	margin: 15px 15px 7px;
	font-size: 11px;
	color: #484848;
}

#pagewrapper { 
	display: block; 
	width: 740px; 
	margin: 20px auto 0;
}


#content {
	display: block;
	background: #fff;
	margin: 0;
	padding-bottom: 50px;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

#footercontainer {
	display:  block;
	background: url(img/foot.gif) no-repeat 0px;
	width: 740px;
	margin: -9px auto 0;
	font-size: 9px;
	text-align: left;
	color: #000;
	padding: 9px 0 8px;
}

#footercontainer span {
	font-size: 9px;
	color: #000;
	margin-left: 240px;
}

#footercontainer a {
	font-size: 9px;
	color: #000;
	margin-left: 20px;
}

h2 {
	font-size: 11px;
	color: #484848;
	margin: 0;
}

.pbacklink {
	float:left;
	display:block;
	margin-left: 240px;
}

.pleft {
	display: block;
	float: left;
	width: 215px;
	text-align: right;
	margin: 10px 0;
}

.pright {
	float: left;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#content ul{
	padding:0;
	margin: 0;
	list-style:none;
}

#content a{
	color: #46648C;
}
	
/*</group>*/


/*<group=Header>*/

#head{
	display: block;
	width: 740px;
	border-bottom: 1px solid #46648C;
	height: 103px;
	background: #dde5ee;
}

h1 { 
	margin: 0; padding: 0;
	font-size: 14px;
}

h1 a { text-indent: -1000em; /*\*/overflow: hidden; /**/
    width: 229px; height: 103px; background: url(img/logo.gif);
    float: left;
}

#bg{
	float: right;
	width: 510px; height: 103px; background: url(img/bg.jpg) no-repeat;
	border-left: 1px solid #46648c;
}
	
/*</group>*/

/*<group=Tabs>*/

#subnav { 
	display: block;
	height: 20px;
	background: #a7b9cf;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 0;
}

#subnav .current{
	color: #000; 
	font-weight: bold; 
}

#tabs {
	float:left;
	width:100%;
	background: url(img/TabMosaic.gif) repeat 0px 100%;
	padding-top: 58px;
	line-height: normal;
}

#tabs ul {
      margin:0;
      padding: 0 0 0 50px;
      list-style:none;
}

#tabs li {
      float:left;
      background:url(img/TabMosaic.gif) no-repeat 0px -120px;
      margin: 0 0 0 -1px;
      padding:0 0 0 9px;
}

#tabs a {
      float:left;
      display:block;
      background:url(img/TabMosaic.gif) no-repeat 100% -180px;
	padding: 5px 15px 4px 6px;
}
/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs #current {
      background: url(img/TabMosaic.gif) no-repeat 0px 0px;
      border-width:0;
}

#tabs #current a {
      background: url(img/TabMosaic.gif) no-repeat 100% -60px;
      font-weight: bold;
      color: #000;
      padding-bottom:5px;
}

/*</group>*/

img {
	vertical-align: middle;
}

#content input, #content textarea{border:1px solid #46648C;background: #e5e5e5;padding:2px; width:200px;}

