﻿body 
{
	font-family:Arial, Verdana;
	background-color:#ffffff;
	background-image:url(images/mainbg.png);
	background-position:top;
	background-repeat:repeat-x;
	color:#3a3e45;
}

a:link, a:visited{color:#002f3f;}
a:hover, a:active{text-decoration:none; color:#00528b;}

h1, h2, h3, h4, h5
{
	font-weight:normal;		
}

h1{font-size:150%;}

.backLink
{
    background-image:url(images/back_arrow.png);
    background-position:left center;
    background-repeat:no-repeat;
    font-size:11px;
    color:White;
    text-decoration:none;
    padding:4px 5px 4px 15px;
}

ul
{
	line-height:1.5em;	
	list-style-image:url(images/bullit.png);
	font-size:1.3em;
}

.urlLink, .urlLink:visited{color:Green; text-decoration:none;}
.urlLink:hover{background-color:Green; color:White;}

.outerContentWrapper{width:80%; text-align:left; padding:0 0 5em 0; margin:0px;}
.logo{margin-top:40px; margin-bottom:10px; margin-left:10px;}


.imgCaption
{
	padding:10px; 
	display:block; 
	font-family:Times New Roman; 
	font-size:110%;	
	font-style:italic;
	margin-bottom:30px;
}

.textPageImage
{
	border:10px solid #eeeeee;	
}


.contentDiv
{
	padding:0;	
	font-size:90%;
	vertical-align:top;
	padding:0 2em 2em 2em;
}

.contentDiv h2
{
    font-size:1.8em;
    color:#08a900;
    margin-bottom:5px;
}

.contentDiv h1
{
    color:#5f707d;
    font-size:2.2em;
}

.contentDiv ul
{
    margin:0;
}

.contentDiv ul .caption
{
    display:block;
    font-size:.6em;
    line-height:normal;
    white-space:nowrap;
    margin-bottom:15px;
}

.projectsTable
{
	width:100%;	
	font-size:80%;
	margin-top:10px;	
	border-top:1px solid #999999;
}


.menuCell
{
	padding-top:20px;
	padding-right:20px;
	font-size:.5em;	
	width:100%;
	text-align:right;
	vertical-align:bottom;
}

.menuCell ul li a, .menuCell ul li .active
{
	white-space:nowrap;
	padding:3px 6px 3px 6px;	
	color:White;
}

.menuCell ul li .active 
{
	color:white;
	background-color:#333333;	
}

.menuCell ul li a:hover
{
	color:#00ff1e;	
	
}


.menuCell ul li, .menuCell ul li h3
{
	display:inline;		
}



.footerTable
{
	width:100%;	
	white-space:nowrap;
	font-size:75%;
	color:#8b8b8b;
	margin-top:50px;
}

.footerTable td
{
	vertical-align:top;	
}



/******************************************************************/
.r-star, 
.r-star-shape{
	position:relative;
	overflow:hidden;
	padding:10px 0;
}

.r-star, 
.r-star-shape .content{
	background:#ffffff;
}

.r-star .content, 
.r-star-shape .content{
	padding:10px 20px;
}

.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(images/r-star.png);
}

.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br {
	margin-left:100%;
}

.r-star .cn.bl, .r-star .cn.br,
.r-star-shape .cn.bl, .r-star-shape .cn.br {
	top:auto;
}



.r-star-shape .cn{
	background:url(images/r-star2.png);
}

.r-star-shape .cn.tl, .r-star-shape .cn.bl {
	width:100%;
} 

/******************************************************************/