body {
	background-image: url(images/home_bg_red.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: 48px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.yw {background-image: url(../../../../images/home_bg_yw.jpg);}
.red {background-image: url(../../../../images/home_bg_red.jpg);}
.blue {background-image: url(../../../../images/home_bg_blue.jpg);}
.org  {background-image: url(../../../../images/home_bg_org.jpg);}
p a:link,p a:visited,p a:active {
	font-weight: bold;
	font-variant: small-caps;
	color: #336699;
	text-decoration: none;
}

p a:hover {
font-weight: bold;
	font-variant: small-caps;
	color: #666699;
	text-decoration: underline;

}

.quote {
	font-style: italic;
	color: #333333;
}
#header {

}
#header h1 {
font-size:30px;
margin:0;
padding:0;
}

#mainbox {
	width: 90%;
	border: 1px dashed #FFFFFF;
}

.maintxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #070707;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 0.9em;
}

h2 {
		text-decoration: none;
	word-spacing: normal;

	line-height: 1.3em;
	font-family: verdana, helvetica, arial, sans-serif; 
	color:#660000; 
	font-size:16px;
	letter-spacing: .05em;
	
}
p { text-indent: 40px; }

.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;

}

.menu {
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	line-height: 1.3em;
	font-family: verdana, helvetica, arial, sans-serif; 
	color:#DADADA; 
	font-size:24px;
	letter-spacing: -.05em;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 12px;
	padding-left: 12px;
}

.menu2 {
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size:24px;
	letter-spacing: -.05em;
	color:#DADADA; 
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	line-height: 1.3em;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #A0A0A4;
	padding-right: 12px;
	padding-left: 12px;
}
.menu a:link, .menu2 a:link, .menu a:visited, .menu2 a:visited{

	color:#818181; 
	text-decoration: none;
	text-align: left;
	
}

.menu a:hover, .menu2 a:hover{

	color: #FFFFFF;
	text-decoration: underline;

}


ul {
	border: 0px dashed #CCCCCC;
}
li {display: inline;
}

.bulleted {
	font-family: "Trebuchet MS";
	color: #2A5F00;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 0em;
	font-size: 2.1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
}


.trans_box {
  width: 820px;
  border:solid 0px #555;

  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/mainblk.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box[class] {
  background-image:url(images/mainblk.png);
}

.trans_box2 {
  width: 820px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/mainnav.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/mainnav.png);
}

.trans_box3 {
padding: 18px 25px 20px 25px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/mainwhite2.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
  background-image:url(images/mainwhite2.png);
}

.minwidth { min-width: 700px;}
   #contentbox {
	
	border: 1px solid white;
	text-align:left;
	min-width: 750px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: 0;     
      }

   #main {
       padding:0;
      }
   #main-content {
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	right: auto;
    
      }
   hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }


#contentleft {
	width:80%;
	text-align: left;	
     max-width: 400px;
}


#contentright {
float:right;
}

#content h2 {
font-size:18px;
}
#left {
float:left;
text-align:center;
}

#right {
width:390px;
text-align:left;
}

/* rounded corners */
/*http://battletech.hopto.org/html_tutorials/rounded_css_borders/*/

.rounded { /* fix IE 6 layout */ position:relative; /* IE haslayout */ height:1%; /* obey floats */ overflow:auto; } 
.top, .bottom, .top b, .bottom b { display:block; font:normal 1px/1px sans-serif; position:relative; border-style:solid; border-width:0; } .rounded .top, .rounded .bottom { margin:0 5px; height:4px; } 
.rounded .top, .rounded .top b { padding-top:1px; }
.rounded .bottom, .rounded .bottom b { padding-bottom:1px; } 
.rounded .top b, .rounded .bottom b { margin:0 -2px; height:3px; } 
.rounded .top b b, .rounded .bottom b b { margin:0 -1px; height:2px; } 
.rounded .top b b b, .rounded .bottom b b b { height:1px; } 
.example .top, .example .top b, .example .bottom, .example .bottom b, .example .content { color:#000; background-color:#fff; } 
.example .content{ font:normal 12px/14px arial,helvetica,sans-serif; padding:3px 8px; }

/*end rounded corners*/

#footer {
clear:both;
background-color:#333333;
border-top:5px #488129 solid;
margin:0;
padding: 15px 0;
width:100%;
height:100%;
display:table;
text-align:center;
}
#footer_row {
width:780px;
text-align:left;
margin:10px auto;
}
#footer_col_left {
width:190px;
border-top:10px #666666 solid;
border-bottom:5px #666666 solid;
border-left:1px #666666 solid;
border-right:1px #666666 solid;
float:left;
}
#footer_col_left ul{
list-style-type: none;
font-size: 18px;
padding: 8px;	
margin:0;
}
#footer_col_left ul li a{
color:#FFFFFF;
}
#footer_col_right {
width:500px;
float:right;
text-align:right;
}
#footer_col_right h3 {
text-transform: uppercase;
text-decoration:underline;	
font-size:18px;
margin:0;
}
