body {
	color:#000000;
	font-size: 78%;
	font-family: "Coming Soon", "Droid Sans","droid-sans-1","droid-sans-2", "Lucida Grande", "Lucida Sans", sans-serif, Calibri, Tahoma, "Microsoft Sans Serif";
	background-color:#F1F1F1; 
}

/* Text Formatting */

a:link {color: #DC870E;border:none;text-decoration:none;}

a:visited{color: #DC870E;border:none;text-decoration:none;}

a:active{color: #DC870E;border:none;text-decoration:none;}

a:hover{color: #DC870E;border:none;text-decoration:none;}


a:link > img {border:none;text-decoration:none;}

a:visited > img {border:none;text-decoration:none;}

a:active > img {border:none;text-decoration:none;}

a:hover > img {border:none;text-decoration:none;}

h2{
	color:#0088CC;
	font-size: 18px;
	font-weight: normal;	
	padding-bottom: 10px;
}

h3{
	color:#0088CC;
	font-size: 15px;
	font-weight: normal;	
	padding-bottom: 10px;
}

div.description
{
    font-size: 12px;
}

/* Layout */

.noboder
{
	border: 0px;
}

#logo
{
	margin: 0 auto -12px auto; 
}

div.box{
	-moz-border-radius:8px;
        -webkit-border-radius:8px;
	border:1px solid #DEDFDA;
	background-color:#FFFFFF;
}

div.box_no_border{	
	-moz-border-radius:8px;
        -webkit-border-radius:8px;
	background-color:#FFFFFF;
}

div.text_wrapper{
	padding: 10px;
}

div.text_wrapper_narrow{
	padding: 5px;
}

div.text_wrapper > p {	
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.6em;
}

div.text_wrapper_narrow > p {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 0.8em;
}

div.spacer {  
     height: 0.4em;  
} 

div.spacer_blue   
{
    background-color: #0088CC;
    height: 0.7em;  
} 

div.spacer_green   
{
    background-color: #0088CC;
    height: 0.7em;  
} 

::selection {
	background: #F9EFB5; /* Safari */
	}
	
::-moz-selection {
	background: #F9EFB5; /* Firefox */
}

/* Twitter List */

.list_twitter
{
	text-align:left;
	list-style-type: square;
	line-height:18px;
	list-style-position: inside;
}

.list_twitter li
{
	margin-bottom: 5px;
}


/* Half List */

.list_half
{
	line-height:18px;
	list-style-position: inside;    
}

.list_half li
{
	margin-bottom: 5px;
    list-style: none inside none;
}


/* Icon List */

#icons ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#icons ul li { 
	display: inline; 
}

html>body #icons img{
	padding: 0px 10px;
	border-right: 1px solid #DEDFDA;
}

*html #icons ul li { 
	padding-left: 10px;
	padding-right: 6px;
	border-right: 1px solid #DEDFDA;
}

html>body .first { 
	border-left: 1px solid #DEDFDA;
}

*html .iefirst {
	border-left: 1px solid #DEDFDA;
}
