body  {
	font: 100% Arial;
	font-size: 13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000;
        line-height: 19px;

}

/* universal page link color and style */
A:link {color: #3D616F; text-decoration: none; }
A:visited {color: #3D616F; text-decoration: none; }
A:hover {color: #3D616F; text-decoration: underline; }
A:active {color: #3D616F; text-decoration: none; }



#header {
	width: 800px;
}

#headerContainer {
	border: 2px solid #999;
	border-width: 3px 1px;
}

/* page tabs */

	#tabContainer {
	display: table-cell; 
	vertical-align: bottom;
	padding-left: 45px;	
	margin-top: 5px;
	border-right: 1px solid #aaa;
	float: left;
}
.tab {
	display: block;
	font-family: Helvetica Condensed, Helvetica;
	font-weight: normal;
	font-size: 11px;
	float: left;
	clear: none;
	border: 1px solid #adaeb2;
	background-color: #bcbdc1;
	text-align: center;
	color: #fff;
	height: 23px;
	width: 94px;
	padding-top: 15px;
	padding-right: 4px;
padding-bottom: 5px;
	margin-bottom: 7px;
	text-align: right;
	background-image: url(/uploaded/image/tab_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tab:link {
	color:#fff;
}
.tab:visited {
	color:#fff;
}
.tab:hover {
	text-decoration: none;
	color:#fff;
}
.tab  #tabDown {
	color: #fff;
}

.tab .tabText {
	display: block;
	padding: 0px 7px 15px 7px;
text-align: center;
line-height: 11px;
font-family: Trebuchet, Trebuchet MS;
}

.tab:hover .tabTop {
	height: 5px;
	background: #80151d;
}
.tab a:hover {
	color: #fff;
	text-decoration: none;
}
.tab:hover {
	background-color: #ccc;
}
#tabDown {
	cursor: default;
	background-color: #aaa;
}
#tabDown .tabTop {
	background: #80151d;
}



/* containers */

.sideBox{ 
	background: #d6d3c2;
	width:236px;
	padding: 5px;
	margin: 7px 0px;
	line-height: 15px;
	border-bottom: 7px solid #fafafa;
}

.sideBox h4 a {
	color: #3d616f;
}

.sideBox h5 a {
	color: #444;
}

#blogBox{
	width:193px; 
	background: #d6d3c2 url(/uploaded/image/blog.gif) top left no-repeat;
	padding-left: 53px;
	margin: 7px 0px;
	line-height: 15px;
	border-bottom: 7px solid #fafafa;
}

#blogBox h4 a {
	color: #3d616f;
}

#blogBox h5 a {
	color: #f7f9f7;
}

#container {
	margin: 0px auto;
	width: 800px;
	padding: 7px;
	background-color: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#contentContainer {
	background-color: #fff;
}


#mainContent {
	padding: 14px 20px;
	float: left;
	width: 507px;
}

#sidebar2 {
	width:246px; 
	height:auto; 
	float:right; 
	margin:7px; 
	margin-right: 0px;
}

#footer { 
	padding: 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #999;
	font-size: 11px;
	text-align: left;
}
#footer  a { 
	color: #999;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* tame list items */
ul {
	margin-top: 2px;
}
li {
	margin-bottom: 6px;
}

/* make sure the paragraph tag doesn't get ugly */
p {
	margin: 10px;
	padding: 6px 0 6px 0;
}


/* 2 classes for indented content */
.content {
	padding: 10px, 50px, 10px, 10px;
	padding-left: 15px;
}
.subContent {
	padding:5px;
}

/* header styles */
h1,h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px; 
	font-weight: normal;
}
h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	
}
p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
h1{
	color: #3c626f;
}
h2 {
	color: #3c626f;
}
h3,h4,h5 {
	color: #3c626f;
}
h6 {
	color: #3c626f;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }



/***********************************************************************/
/**************************** end editables ****************************/
/***********************************************************************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* some random fix */
i,em {
	margin: 0px;
	padding: 0px;
}

/* IE fixes */
/* \*/
* html #mainContent {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

/* lazd sa styles */
.inserted_blob { 
	background-color:#dadada;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 8px;
	width: 150px;

}  

/* form styles */
form {
  margin: 0px;
  padding: 0px;
}
.l_button {  
	font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #f1f1f1; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttondisabled {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;  font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #f1f1f1; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttonhighlight{  font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #ececec; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;  
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient_bl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttonpress{   font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#333333; background: #f3f3f3; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;  
	border-top : 1px #31557f solid;
	border-left : 1px #31557f solid;
	border-bottom : 1px #f8f9fb solid;
	border-right : 1px #f8f9fb solid;
	background-image: url(../images/gradient_ld.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.disabled {
	padding:0px;
	font-family:Verdana;
	color:#000000;
	filter:alpha(opacity=32);-moz-opacity:.32;opacity:.32;
}
.borderbox {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
.borderbox_dotted {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box { 
	font-family: Verdana; font-size: 12px;
	border-left: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background-image: url(../images/gradient3.gif);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	padding: 5px;
	margin: 5px;
}
.box_confirm {
	background-color: #FFFFFF; 
	border: 1px solid #aaaaaa; 
	font-size: 14px; 
	font-weight: bold
}
.option { 
	font-weight: bold;
	font-family: Verdana; font-size: 13px;
	padding: 2px;
	margin: 2px;
	line-height: 110%;
}
.sub_option { 
	font-weight: normal;
	font-family: Verdana; font-size: 12px;
	padding: 3px;
	margin: 3px;
	line-height: 110%;
}

.newsArchiveLink {
display: block; text-align: right; font-weight: bold;
}
