body {
	font: .75em "Lucida Grande","Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	background: #666666;
	background-image:url(../images/bgpat_hatch_blue.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a {
	color: #336699;
	text-decoration:none;
}
a:visited {
	color: #336699;
}
a:hover {
	text-decoration:underline;
	color: #08B;
}

/* ::::::::::::::::::::::::::::::: MENU CLASS ::::::::::::::::::::::::::::::: */
/* Menu positions set in Main Page or Standard Page class declarations below */

#menu a {
	text-decoration:none;
	color:#336699;
}

#menu a:visited {
	color:#336699;
}

#menu a:hover {
	color: #08B;
}


/* ::::::::::::::::::::::::::::::: MAIN BODY CLASS ::::::::::::::::::::::::::::::: */
.main #container {
	width: 830px;
	height:1024px;
	background-color: #e9eff7; 
	background-image: url(../images/bg_main.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
}

/* LOGIN */

.main #login { 
	text-align:right;
	padding:10px 30px;
}

.main #login input { 
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #223344;
}

/* MENU POSITION */

.main #menu {
	position:relative;
	top: 23px;
	left: 160px;
	width: 560px;
}	

/* CONTENT */

#content p {
	font-size: .9em;
	line-height:1.25;
	color:#232323;
}

.main #content {
	margin-top: 80px;
	margin-left: 70px;
	width: 400px;
	height: 120px;
}

.main #content h3 {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:1.25em;
	color:#787878;
	margin: 0 0 -10px 0;
}

/* TAGLINE */

.main #tagline {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: oblique;
	color: #8D9AA8;
	position:relative;
	top: 50px;
	left:250px;
}

.main #tagline span {
	display: inline-block;
	margin-left: 50px;
}

/* NEWS */

.main #news {
	position:relative;
	top: 15px;
	left: 17px;
	width: 500px;
	height: 200px;
	font-size: 90%;
	padding:0;
	padding-top:50px;
	padding-left:20px;
}


.main #rotatingcontent
{
	/*border: solid 1px red;*/
	color: #222244;
	width:170px;
	height:120px;
	padding-top:0px;
	text-align:left;
	vertical-align:middle;
}

.main #rotatingcontent strong
{
	font-size:100%;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #339900;
}

.main #news ul {
	list-style-type:none;
	width: 180px;
	margin:20px 20px 20px 30px;
	padding: 0;
}


/* MS CERTIFIED */

.main #certified {
	position: relative;
	top: -140px;
	left: 360px;
	background-image:url(../images/mcp_lt.gif);
	background-repeat:no-repeat;
	width: 131px;
	height: 60px;
	z-index: 3;
}

/* SUITE */

.main #suite {
	position:absolute;
	top:500px;
	z-index: 1;
}

#suite {
	width: 796px;
	margin: 0px 0px 0px 17px;
	border-top: 10px solid #ABBCCD;
	background-color:#ABBCCD;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-variant:small-caps;
	font-size: 16px;
	letter-spacing:1px;
	color: #888;
	border-bottom: 2px solid #88A0B8;
}

#suite a {
	text-decoration:none;
	color: #fff;
}

#suite a:visited {
	color: #fff;
}

#suite a:hover {
	color: #08B;
}

#suite h3 {
	font-size: 21px;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0px;
	font-style:oblique;
	margin-top:2px;
	color:#7F8B99;
}


/* ADDRESS */

.main #address {
	position:relative;
	top:10px;
}

#address {
	margin-top:10px;
	text-align:center;
	color:#434343;
}

/* FOOTER */

#footer {
	font-size: .9em;
	line-height:1.25;
	color:#5C889C;
}


#footer table {
	position:relative;
	top: 20px;
	left: 60px;
	width: 90%;
	border-collapse:collapse;
}

#footer table th {
	padding: 0px 26px;
	text-align: left;
}


#footer table td {
	padding: 10px 26px;
	width: 33%;
	background-image:url(../images/bull_line.gif);
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:text-top;

}

/* ::::::::::::::::::::::::::::::: STANDARD BODY CLASS ::::::::::::::::::::::::::::::: */


.standard #container {
	width: 830px;
	/*height:1024px;*/
	background-image:url(../images/bg_main_h.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align: left;
}

.standard #container_ext {
	width: 830px;
	background-image:url(../images/bg_blank.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 100px;
}


/* MENU */

.standard #menu {
	position:relative;
	top: 70px;
	left: 160px;
	width: 560px;
}

/* TITLE */

.standard #title {
	position:relative;
	top: 115px;
	left: 120px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#444466;
	width:600px;
}

/* MAIN */


.standard #content {
	margin: 120px 0px 60px 120px;
	width: 600px;
}

.standard #content h3 {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:1.25em;
	color:#787878;
	margin: 0 0 -10px 0;
}


/* ::::::::::::::::::::::::::::::: LETTER ::::::::::::::::::::::::::::::: */


#letter {
	background-color:#fefefe;
	background-image:url(../images/emb_ltrhd.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border: 1px solid #aaaaaa; 
	border-right: 2px solid #999999; 
	border-bottom: 2px solid #999999;
	padding:30px 80px 100px 80px;

}

div #content #letter p {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #111;
}

div #content #letter h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color:#333333;
	margin-bottom:20px;
	text-align:center;
}


/* ::::::::::::::::::::::::::::::: PANEL + TAB ::::::::::::::::::::::::::::::: */

/*
#panel {
	border: 1px solid #666;
	clear: both;
	background: #fefeff;
	padding-top: 2em;
}

#panel_int {
	padding: 1.5em;
	background: #FFFDF3;
	min-height: 250px;
}

#tabs {
	position: relative;
	width: 100%;
	height: 3em;
}

#tabs ul#tablist { 
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
}

#tabs ul#tablist li  {
	display: inline;
	list-style: none;
}

#tabs ul#tablist a,#tabs ul#tablist span,#tabs ul#tablist a.current {
	width: 6em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tabs ul#tablist span,#tabs ul#tablist a.current,#tabs ul#tablist a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #fefeff;
	padding-bottom: 6px;
	margin-top: 0;
}

#tabs ul#tablist a {
	background: #ABBCCD;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabs ul#tablist a:hover {
	margin-top: 0;
	border-color: #666;
	background: #efeff5;
	padding-bottom: 5px;
}

#tabs ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
}

#tabs ul#secondary li a,#tabs ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;

	background: none;

}

#tabs ul#secondary li a {
	color: #369;
	text-decoration: none;
}

#tabs ul#secondary li a:hover {
	color: #000099;
	background: transparent;
	padding: 0 10px;
	border: none;
	text-decoration: underline;
}

#tabs ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tabs ul#secondary li:last-child a { border: none; }

#panel h5 {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#47A;
}

#panel ul {
	color: #333;
}

#panel ul li a {
	color:#009;
	text-decoration:none;
}

#panel ul li a:visited {
	color:#009;
}

#panel ul li a:hover {
	text-decoration:underline;
}
*/

.tabPanel 
{
	background-color:#FFF;
	padding:10px 20px;
	border-top: 1px solid #334499;
	border-right: 1px solid #334499;
	border-bottom: 1px solid #a3a3a3;
	
}

.tabPanel h5 
{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#47A;
	margin:2px;
}

.tabPanel h6 
{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#47A;
	margin-top:2px;

}

.tabPanel ul {
	color: #333;
}

.tabPanel ul li a {
	color:#009;
	text-decoration:none;
}

.tabPanel ul li a:visited {
	color:#009;
}

.tabPanel ul li a:hover {
	text-decoration:underline;
}


/* ::::::::::::::::::::::::::::::: MAINTENANCE BODY CLASS ::::::::::::::::::::::::::::::: */

.maintenance #container {
	width: 830px;
	height:1024px;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

.maintenance#content {
	height: 525px;
}

.maintenance .notice { 
	position: absolute;
	top: 130px;
	left: 100px;
	background:transparent url(../images/pattern_transparent_02.gif) top left;
	width: 360px;
	min-height: 225px;
	padding: 16px;
	border: 1px solid #CF4545; 
	color: #552244;
}

.maintenance .notice h3 { 
	font: 16pt "Trebuchet MS", Arial, sans-serif;
	color: #993366;
}

.maintenance .notice .hilite { 
	color:#643420;
}

.maintenance .footblock { 
 	position:absolute;
 	top:525px;
}