/* CSS Document */
body{
	background: url("images/bg_right.gif") repeat-y 100% 0;
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color:#444;
	background-color:white;
}

/* 
For links ... 
a{
text-decoration:underlined;
}
*/

td{
	color:#444;
	font-size: x-small;	
	}
h1{
	font-size: x-large;
	color:#66cc00;
	/*padding-top:10px;
	padding-bottom:10px;*/
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
h2{
	font-size: medium;
	font-family: arial, verdana, helvetica, sans-serif;
	color:#cc3300;
	padding-top:10px;
	padding-bottom:6px;
	border-bottom:1px solid silver;
	font-weight:bold;
	font-style:italic;
}
h3{
	font-size: small;
	font-family: arial, verdana, helvetica, sans-serif;
	color:black;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
	font-style:italic;
}
h4{}
h5{
	font-size:x-small;
	font-style:italic;
}
li{
	padding:2px;
}
#header{
	margin:0 0 0 0;
	background: url("images/logo.gif") no-repeat;
	padding:40px 0 10px 100px;
}

#leftbar{
	padding:0 300px 0 0;
	
}
#rightbar{
	float:right;
	width:280px;
		
}
#rightbarcontent{
	padding:100px 60px 0 0;
	font-size: xx-small;
}

#content{
	padding:0 10px 0 80px;
	/*border:1px solid lime;*/
	font-size: xx-small;
	border-top:1px solid gray;
}
html>#content{ 	
	font-size: x-small;	
}
#menu img{
	padding:2px;
}

/* classes */

.redtext{
	color:red;
}
.redbold {  font-weight: bold; color: red}
.redbolditalic {  font-style: italic; font-weight: bold; color: red}
.greentext {  color: green}
.greenbold {  font-weight: bold; color: green}
.greenbolditalic {  font-style: italic; font-weight: bold; color: green}
.greenitalic {  font-style: italic; color: green}
.reditalic {  font-style: italic; color: red}
.bluetext {  color: blue}
.bluebold {  font-weight: bold; color: blue}
.bluebolditalic {  font-style: italic; font-weight: bold; color: blue}
.blueitalic {  font-style: italic; color: blue}
.redflash {  color: #FF0000; text-decoration: blink}
.goldbold {  font-weight: bold; color: #FFFF00}
.purplebold {  font-weight: bold; color: #FF00FF}
