body {
margin : 0;
padding : 0;
font : normal 70% Verdana, "Trebuchet MS", Arial, sans-serif;
text-align : left;
line-height : 2em;
background : #ccccff url(images/BGD.jpg) no-repeat;
color : #333;
}
html {
font-size : 100%;
}
#container {
width : 930px;
margin : 0px auto;
padding : 0px;
}
					/*top banner*/
#banner_top {
width : 930px;
height : 230px;
padding : 0;
margin : 0 auto;
}
.header1 {
float : left;
width : 265px;
height : 235px;
padding : 0;
margin-bottom : 0;
background :  url(images/logo.jpg) no-repeat;
}
.header2 {
float : right;
width : 665px;
height : 235px;
text-align : center;
padding : 0;
margin-bottom : 0;
background : #ccccff;
background :  url(images/header2.jpg) no-repeat;
}

#extra {
clear : both;
width : 730px;
margin : 5px 0 10px 0;
padding : 0;
font-weight : bold;
}
					/*main content*/
#content {
padding : 0;
margin : 0px 230px 0px 230px;
background : #eeeeee;
}
					/*main content w no right side*/

#content1 {
padding : 0;
margin : 0px 0px 0px 230px;
background : #eeeeee;
}

					/*left content*/
#sidebar_left {
float : left;
width : 200px;
margin-top : 0;
padding : 5px;
}
					/*right content*/
#sidebar_right {
float : right;
width : 200px;
margin-top : 0;
padding : 5px;
}
					/*footer*/
#footer {
clear : both;
padding : 5px;
text-align : center; 
margin-top : 50px;
background : #e6edf7;
}
					/*bottom 1*/
#bottom1 {
float : left;
width : 200px;
margin : 10px 10px 10px 10px ;
padding : 5px;
text-align : center;
background : #ffffff;}
				/*bottom 2*/
#bottom2 {
float : left;
width : 200px;
margin : 10px 10px 10px 10px ;
padding : 5px;
text-align : center;
background : #ffffff;
}				/*bottom 3*/
#bottom3 {
float : left;
width : 200px;
margin : 10px 10px 10px 10px ;
padding : 5px;
text-align : center;
background : #ffffff;}				/*bottom 4*/
#bottom4 {
float : left;
width : 200px;
margin : 10px 10px 10px 10px ;
padding : 5px;
text-align : center;
background : #ffffff;}


					/*left list*/
#list {
margin-left : 5px;
padding-left : 5px;
}
#list li {
padding-bottom : 5px;
list-style-type : square;
color: #22518D;
}
					/*typography*/
p {
padding : 0.5em;
}
h2 {
padding-left: 20px;
margin : 0;
font : bold 150% verdana, tahoma, arial, sans-serif;
line-height : 2em;
letter-spacing: 2px;
color : #fff;
background: url(images/titlebg.gif) repeat-x;
}
blockquote {
padding : 0;
font : bold 130% "Trebuchet MS", arial, verdana, sans-serif;
text-align : center;
letter-spacing : 2px;
color : #FFFF00;
background : transparent;
}
					/*class*/
.info {
margin: 0px 220px 0px 220px;
padding : 10px;
font : bold 130% "Trebuchet MS", arial, verdana, sans-serif;
color : #990000;
background : #ffffcc;
}
.highlight {
margin: 20px 50px 20px 50px;
padding : 10px;
font : 100% "Trebuchet MS", arial, verdana, sans-serif;
color : #000000;
background : #ffcccc;
}
.imgbox {
margin : 0;
padding : 0 10px;
padding-bottom : 5px;
background : #e6edf7;
color : #333;
}
.imgleft {
float : left;
padding: 5px;
}
					/*links*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #2877d3;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #ffb001;
}

					/*search box/login */
fieldset {
margin-left: auto;
margin-right: auto; 
margin-bottom: 20px;
width: 200px;
}					
legend {
font-weight: bold;
color : #0D4081;
}
input {
margin: 0 10px 0 0;
background : #BBD7ED;
color: #666;
}
/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}