* { 
padding : 0;
margin : 0;
} 
body {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	background-color : #6600CD;
} 
.green {
	color : #FFFE04;
} 
#wrapper { 
width : 780px;
margin : 0 auto;
} 
#header {
	height : 100px;
	background-color : #5c3d8e;
} 
#navbar {
	background-color : #7111A7;
	padding-left : 150px;
} 
#navbar ul { 
height : 30px;
list-style-type : none;
} 
#navbar ul li { 
width : 85px;
height : 30px;
float : left;
} 
#navbar ul li a {
	width : 85px;
	height : 30px;
	display : block;
	color : #fff;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	background-color: #7111A7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
} 
#navbar ul li a:hover {
	color : #fff;
	text-decoration : none;
	background-color: #6600CD;
}  
#leftcolumn {
	display : inline;
	width : 200px;
	float : left;
	min-height : 300px;
	text-align: center;
} 
* html #leftcolumn {
	height : auto;
	color: #FFFFFF;
} 
#leftcolumn h3 {
	width : 192px;
	background-image : url(images/hbg1.jpg);
	padding-top : 12px;
	padding-bottom : 10px;
	padding-left : 10px;
	margin-left : 8px;
	background-repeat : no-repeat;
	font-family : Times, "Times New Roman", serif;
	font-size : 1.5em;
	font-weight : lighter;
	color : #F9FF00;
	margin-top: 10px;
	text-align: justify;
} 
#rightcolumn { 
margin : 0 0 0 0;
display : inline;
width : 567px;
float : left;
min-height : 300px;
} 
* html #rightcolumn {
	height : auto;
} 
#rightcolumn h1 { 
font-family : Times, "Times New Roman", serif;
font-weight : lighter;
font-size : 2.2em;
padding-top : 15px;
padding-left : 10px;
} 
.righttop p {
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 22px;
	color : #F9F000;
	font-size : 2em;
} 
.righttop a {
	color : #6600CD;
	text-decoration : none;
} 
.mainright p {
	color : #FFFFFF;
	padding-left : 5px;
	padding-right : 5px;
	text-align : justify;
} 
#widetext {
	margin-top : 10px;
	padding-top : 10px;
	display : inline;
	float : left;
	width : 780px;
	border-top-style: solid;
	border-top-color: #7111A7;
} 
#widetext h1 { 
font-family : Times, "Times New Roman", serif;
font-weight : lighter;
margin-left : 20px;
} 
#widetext p {
	font-size : 12px;
	color : #FFFFFF;
	padding-left : 10px;
	padding-right : 10px;
	text-align : justify;
	padding-bottom : 10px;
} 
#widetext a {
	color: #FF0000;
}
#widetext a:hover {
	color: #E1FFAF;
}

#footer {
	margin-top : 5px;
	background-color : #7111A7;
	display : inline;
	float : left;
	width : 780px;
	text-align : center;
	padding-top : 10px;
	padding-bottom : 10px;
} 
#footer p { 
color : #f7f7f7;
} 
#footer a { 
color : #f7f7f7;
} 

