/* CSS Document */

body {
	background-image:url(images/07_bg.gif);
	background-repeat:repeat-x;
	background-color:#dedfe3;
	text-align:center;
	margin:0px;
}

#container {
	margin:auto;
	width:984px;
	height:auto;
	overflow: auto;
	background-color:#fff;
	min-height:1200px;
	margin-bottom:40px;
}

#container2 {
	margin:auto;
	width:984px;
	height:auto;
	overflow: auto;
	background-color:#fff;
	min-height:1200px;
	margin-bottom:40px;
}

/* Header */
#logoNav {
	position:relative;
	margin:auto;
	width:984px;
	height:95px;
	background-image:url(images/07_top_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
}

#topNav {
	position:absolute;
	background-image:url(images/07_top_nav_bg.gif);
	background-repeat:no-repeat;
	top:66px;
	left:603px;
	width:381px;
	height:20px;
	text-align:center;
	padding-top:4px;
}

#smeNav {
	position:relative;
	width:967px;
	height:15px;
	background-color:#e3e7ea;
	padding:6px;
	text-align:left;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#fff;
}

#banner {
	position:relative;
	width:982px;
	height:185px;
	background-image:url(images/07_w_2.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#bannera {
	position:relative;
	width:982px;
	height:185px;
	background-image:url(images/07_w_2a.gif);
	background-position:right;
	background-repeat:no-repeat;
}


#welcomeHead {
	position:relative;
	float:left;
	width:590px;
	height:31px;
	background-image:url(images/07_w_1.gif);
	text-align:left;
	padding-left:8px;
	padding-top:12px;
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	border-bottom-width:0px;
	border-top-width:0px;

}

#welcomeBody {
	position:relative;
	float:left;
	width:570px;
	height:136px;
	background-image:url(images/07_w_3.gif);
	text-align:left;
	padding-left:20px;
	padding-right:8px;
	padding-top:6px;
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	border-bottom-width:0px;
	border-top-width:0px;
}

#smePost {
	position:absolute;
	top:0px;
	left:500px;
	width:100px;
	padding-left:20px;
	height:25px;
	background-image:none;
	text-align:left;
	padding-left:8px;
	padding-top:4px;
}

#spacer {
	position:relative;
	width:982px;
	height:10px;
	background-image:url(images/07_spacer.gif);
	background-repeat:repeat-x;
}


/* Sidebar*/
#sbContainer01 {
	position:relative;
	float:left;
	width:248px;
	height:auto;
	text-align:center;
	background-color:#fff;
}

#shadow01 {
	position:relative;
	width:240px;
	height:34px;
	background-image:url(images/07_shadow_01.gif);
	margin-left:4px;
}

#shadow02 {
	position:relative;
	width:240px;
	height:auto;
	background-image:url(images/07_shadow_02.gif);
	margin-left:4px;
}

#shadow03 {
	position:relative;
	width:240px;
	height:23px;
	background-image:url(images/07_shadow_03.gif);
	margin-left:4px;
}

#sidebar01 {
	position:relative;
	width:216px;
	height:26px;
	margin-left:7px;
	margin-top:4px;
	background-image:url(images/07_sb_01.gif);
	background-repeat:no-repeat;
	background-color:#f6f7f9;
	text-align:left;
	padding-top:7px;
	padding-left:8px;
}

#sidebar02 {
	position:relative;
	width:214px;
	height:auto;
	margin-left:6px;
	background-image:url(images/07_sb_02.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	border-color:#d5d6d8;
	border-width:1px;
	border-style:solid;
	border-top-width:0px;
	border-bottom-width:0px;
	padding:5px;
}

#sidebar03 {
	position:relative;
	width:226px;
	height:17px;
	margin-bottom:5px;
	margin-left:6px;
	background-image:url(images/07_sb_03.gif);
}

#button {
	position:relative;
	width:140px;
	height:20px;
	margin-left:30px;
	margin-top:5px;
	padding-right:15px;
	padding-top:2px;
	background-image:url(images/07_button.gif);
}

/*Posting Section */
#postContainer {
	position:relative;
	float:left;
	width:732px;
	height:auto;
	background-color:#fff;
	padding-left:4px;
}

#postHead {
	position:inherit;
	width:693px;
	height:23px;
	background-image:url(images/07_post_01.gif);
	padding-left:30px;
	padding-top:3px;
	text-align:left;
	margin-top:5px;
}

#postBody {
	position:relative;
	width:707px;
	height:auto;
	min-height:385px;
	background-image:url(images/07_post_02.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:left;
	padding:8px;
}

/*Footer*/
#footer {
	position:relative;
	margin:0 auto;
	width:982px;
	height:auto;
	padding-top:12px;
	padding-bottom:6px;
	background-color:#f7f7f7;
	border-top-style:dotted;
	border-top-width:thin;
	border-top-color:#999999;
	border-bottom-color:#213f69;
	border-bottom-style:solid;
	border-bottom-width:thick;
}


/*Text Styles */
.h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:20px;
	line-height:25px;
	color:#275a9a;
}

.h2 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:18px;
	line-height:25px;
	color:#275a9a;
}

.h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:18px;
	line-height:25px;
	color:#CC6600;
}

.b1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
	color:#333333;
	text-align:left;
}

.b2 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
	color:#333333;
}

.b3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:10px;
	color:#275a9a;
	text-decoration:underline;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

.smeTitle {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#275a9a;
	background-color:#f6f7f9;
	border-bottom-style:dashed;
	border-bottom-color:#ccc;
	border-bottom-width:thin;
}

.smeDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#333333;
}

.smeRequest {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.smePost {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
	color:#333333;
}

A:link { 
	color:#275a9a;
	text-decoration:none;
}
	
A:visited { 
	color:#275a9a;
	text-decoration:none;
}
	
A:hover { 
	color:#CCCCCC;
	text-decoration: none;
}
	
A:active { 
	color: #333333;
}
	
.class1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.class1 A:link { 
	color:#fff;
	text-decoration:none;
}
	
.class1 A:visited { 
	color:#fff;	
}
	
.class1 A:hover { 
	color:#275a9a;
	text-decoration: none;
}
	
.class1 A:active { 
	color:#fff;
}
	
.class2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#006;
}

.class2 A:link { 
	color:#006;
	text-decoration:none;
}
	
.class2 A:visited { 
	color:#006;
}
	
.class2 A:hover { 
	color:#333;
	text-decoration: none;
}
	
.class2 A:active { 
	color:#006;
}
	
.button {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:182b56;
	text-align:center;
}
	
.button A:link {
	color:#182b56;
	text-decoration:none;
}

.button A:visited {
	color:#182b56;
	text-decoration:none;
}

.button A:hover {
	color:#06F;
	text-decoration:none;
}

.button A:active {
	color:#182b56;
	text-decoration:none;
}

.foot {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#213f69;
}

.foot A:link {
	color:#213f69;
	text-decoration:none;
}

.foot A:visited {
	color:#213f69;
	text-decoration:none;
}

.foot A:hover {
	color:#666;
	text-decoration:none;
}

.foot A:active {
	color:#213f69;
	text-decoration:none;
}