body {
	margin: 0;
	padding: 0;
	background: #EBEBEB url(images/bodytopbg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align:center;
}
#header {
	width: 970px;
	height: 175px;
	margin: 0 auto;
	background: #FFF url(images/bodybg_01.gif) no-repeat;
}
#header a {
    color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#header a:hover {
	color: #000000;
}

#header_inner {
	margin: 0 auto;
	padding-top: 28px;
	padding-left: 21px;
	padding-right: 14px;
}
.header_circle {
    padding-right: 10px;
	padding-top: 20px;
}

#menu {
	width: 970px;
	height: 26px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(images/bodybg_02.gif) no-repeat;
}
#menu_inner {
	width: 928px;
	height: 26px;
	margin: 0 auto;
	margin-left: 21px;
	margin-right: 21px;
	background-color: #2B2939;
	padding-top: 3px;
}
#menu_inner a {
    color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu_inner a:hover {
	color: #FFF;
}


#content {
	width: 970px;
	margin: 0 auto;
	background: #FFF url(images/bodybg_03.gif) repeat-y;
	text-align:left;
	padding-top: 10px;
	min-height: 300px;
}
#content p {
    margin: 0px;
	padding: 0px;
}

#content h1,h2,h3 {
    color: black;
}
#content h1 {
    font-size: 2.0em;
}
#content h2 {
    font-size: 1.6em;
	color: #6E003F;
}
#content h3 {
    cont-size: 1.2em;
	color: #388733;
}
#content_inner {
	margin-left: 21px;
	margin-right: 21px;
	
}
#content_inner p,h1,h2,h3 {
    margin-left: 20px;
	margin-right: 20px;
}
#content_inner p {
	padding-bottom: 6px;
}
#footer {
	width: 970px;
	height: 42px;
	margin: 0 auto;
	background: #FFF url(images/bodybg_04.gif) no-repeat;
}
#footer_inner {
	padding-top: 8px;
    font-size: 11px;
	padding-left: 21px;
	padding-right: 21px;
}
#footer_inner a {
	text-decoration: none;
	color: #333;
}
#footer_inner a:hover {
	text-decoration: underline;
	color: #333;
}
#footer_menu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	padding-top: 10px;
}
#footer_menu a {
    padding-right: 6px;
    padding-left: 6px;
	text-decoration: none;
	color: #666666;
}
#footer_menu a:hover {
	text-decoration: underline;
	color: #666666;
}

.left {
    float:left;
}

.right {
    float: right;
}

#contents_topleft {
    width: 351px;
	height 207px;
	float: left;
	background-color: #682145;
	background: #FFF url(images/home_topleft.jpg) no-repeat;
}
#contents_topright {
    width: 577px;
	height 207px;
	float: right;
	background-color: #AA7B93;
	background: #FFF url(images/home_topright.jpg) no-repeat;
}
#contents_bottomleft {
    width: 352px;
	height 207px;
	float: left;
}
#contents_bottomright {
    width: 577px;
	height 207px;
	float: right;
	background-color: #E4F1D5;
	background: #FFF url(images/home_botright.jpg) no-repeat;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }   

.img-caption {
	text-align: center;
	float: right;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
}

TH.list {
    border: 1px solid #999;
	background: #CCCCCC;
	color: black;
	padding: 4px;
} 
TD.list {
    border: 1px solid #CCC;
	padding: 4px;
} 
TABLE.list {
	border-collapse: collapse;
    border: 2px solid #000;
	margin-left: 10px;
}
input,select,textarea  {
    font-weight : normal; 
    font-size : 13px; 
    font-family : Trebuchet MS, Verdana,Tahoma,Arial, Helvetica; 
    color : #000000;
}
LI.pdf {
   list-style-image: url(images/icon_pdf.gif);
}
LI.doc {
   list-style-image: url(images/icon_doc.gif);
}
LI.rtf {
   list-style-image: url(images/icon_rtf.gif);
}
LI.htm {
   list-style-image: url(images/icon_htm.gif);
}
