body {
	margin: 0;
	padding: 0;
	background: #C3C3C3;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#main_wrap {
  background: #CCCCCC url(img01.jpg) repeat-x;
  color: #000000;
}

h1, h2 {
	font-weight: normal;
	color: #FFFFFF;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

#flash {
	float:left;
		
}
#flashcontent p{
	margin-left: 15px;
	font-size: 12px;
	color: #666666;
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border-style: double;
	border-color: #CCCCCC;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}


/* Header */

#header {
	height: 105px;
	margin: 0 auto;
	text-transform: uppercase;
}

#globe{
	float: left;
	background: url(globe.gif) no-repeat center;
	height: 78px;
	width: 78px;
	padding-top: 10px;
	padding-left: 5px;
}


#logo {
	float: left;
	padding: 24px 0 0 20px;
	
	
}

#logo1 {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	font-weight: bold;
}

#logo h1 {
        font-size: 24px;
}

#logo p {
	padding-left: 3px;
	line-height: normal;
	font-size: 10px;
	color: #FFCC00;
}

#logo2{
	float: right;
	padding-right: 10px;
	color: #FFFFFF;
	height: 60px;
	}
	
#logo2 select{
	height: 23px;
	width: 150px;
	text-transform: none;
	text-align: center;
	color: #999999;
	font-size: 13px;
}

#logo2 img{
	padding-top: 5px;
}

#logo2 input{
	background-color: #617AAC;
	color: #FFFFFF;

}
#menu {
	float: right;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	padding: 65px 20px 0px 0px;
}

#menu li {
	display: inline;
	
	
	
}

#menu a {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	

}

#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0099;
	background-color: #FFFFCC;
}



/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 770px;
}



#content input{
	width: 220px;

}

#content textarea{
	width: 220px;

}

#content .button{
	background-color: #3B5998;
	color: #FFFFFF;
	width: 105px;

}


.post {
}

.meta {
	margin: 0;
	padding: 4px 0 4px 20px;
	border-top: 1px solid #F3F3F3;
}

.meta a {
	text-decoration: none;
}

.meta a:hover {
	text-decoration: underline;
}

.meta .more {
	padding-left: 12px;
	background: url(img09.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 15px;
	background: url(img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
}

#side2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 12px;
	margin-right: 12px;
	color:#666666;
	padding-top: 6px;
}

#sidebar ul {

	*margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: #FFFFFF url(img16.gif) no-repeat left bottom;
}

#sidebar li li {
	padding: 3px 0px 0px 27px;
	border-bottom: 1px solid #F3F3F3;
	font-weight: bold;
	background: #FFFFFF url(arrow.gif) no-repeat left;
	
}

#sidebar li li:hover{
	background: #FFFFFF url(menu_arrow.gif) no-repeat left;
	
}

#sidebar a{
	color: #3366FF;
	text-decoration: none;

}

#sidebar a:hover{
	color: #0000FF;
	text-decoration: line-through;
	color: #FF9900;
	

}

#sidebar h2 {
	height: 22px;
	margin: 0;
	padding: 4px 0 0 20px;
	background: url(img15.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar p {
text-align: left;
margin-left: 15px;
margin-right: 15px;
font-size: 14px;
font: Verdana, Arial, Helvetica, sans-serif;  

}

/* Green Box */

.greenbox {
	background: #FFFFFF url(bar.jpg) no-repeat;
}

.greenbox .title {
	height: 10px;
	
}

.greenbox .title h1, .greenbox .title h2 {
	height: 14px;
	margin: 0;
	padding: 7px 0 0 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.greenbox .entry {
	padding: 25px 20px 0 20px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.btm { background: url(img06.gif) repeat-x left bottom; }

.greenbox .img {
	border: 3px solid #009900;
} 

/*.btm .l { background: url(img07.gif) no-repeat left bottom; }
.btm .r { background: url(img08.gif) no-repeat right bottom; }*/

/* Two Columns */


.two-columns {
	clear: both;
	background: url(img11.gif) repeat-y;
	border-top: 10px solid #CCCCCC;
}

.two-columns .title {
}

.two-columns .title h2 {
	height: 40px;
	margin: 0;
	padding: 7px 0 0 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.two-columns .blue, .two-columns .red {
	background: url(img13.gif) no-repeat;
}


.two-columns .columnA, .two-columns .columnB {
	width: 379px;
}

.two-columns .columnA {
	float: left;
}

.two-columns .columnB {
	float: right;
}

.two-columns .btm {
	clear: both;
	background: url(img12.gif) no-repeat left bottom;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
        font-size: small;
	background: #FFFFFF url(img02.jpg) repeat-x;
	text-align: center;
	
}

#footer a{
	text-decoration:none;
	color: #006600;			
}

	#footer a:hover{
		color: #0066FF;
		}

#footer2 a{
	text-decoration: none;
	color: #ffffff;
}
 #footer2 a:hover{
 	color:#ffffff;
}

/*head.html*/
#jump {
	text-align: left;
}	