/**MAIN */

body
{
	background: #D6E0EC URL('blue_gradient.gif') repeat-x fixed; 
	text-align:center;
}

a img
{
	border:0;
}

.pageStyle
{
	text-align:left; 
	margin-left:auto; 
	margin-right: auto; 
	width:820px; 
	background:#ffffff;
	border: 1px solid #555656;
	/**border-top: 1px solid black; 
	border-left: 1px solid black; 
	border-right: 3px solid black; 
	border-bottom: 3px solid black;*/
	font-family: helvetica;
	font-size: 13px;
}

.content
{
	border-top:30px solid #ffffff; 
	border-right:60px solid #ffffff; 
	border-bottom:60px solid #ffffff; 
	border-left:60px solid #ffffff;
}

.mainArea
{ width: 700px; }

.validate
{
	float: left;
}
.updated
{
	margin: 0px 0px 10px 0px;
	text-align:right; 
	padding-bottom: 0px;
}

.titleArea
{
	text-align:center;
}

.title
{
	font-family: Arial; 
	font-weight: bold;
	font-size:22px;
}
.startTable
{
	margin-top:15px; 
	padding:10px;
	background: #ffffcc; 
	border: 1px solid #cccccc;
}
.startDesc
{
	margin: 5px 0px 0px 10px;
}

.subTitle, .subTitleDev
{
	font-family: Arial;
	font-weight:bold; 
	font-size:16px; 
	color: #162C48;
}
.subTitleDev
{
	height: 20px;
	background: URL('construction.png') no-repeat;
	background-position: left top;
	position: relative;
	left: -35px;
	padding: 5px 0px 5px 35px;
}

.section
{
	padding: 5px 15px 15px 15px;
}

.entry
{
	margin: 20px 0px 0px 0px;
	height: 270px;
	/**border-top: 1px dotted black;*/
}

.externalLink 
{
	margin: 0px 0px 10px 0px;
}
.differDate
{
	color: red;
}
.pageImage
{
	float:left;
	height:206px;
	width:200px;
	border:1px solid #cccccc;
}
.description
{
	margin: 0px 0px 0px 210px;
}
.descTitle
{
	font-weight:bold;
	margin: 10px 0px 4px 0px;
}
ul
{
	list-style-type:circle; 
	padding: 0px; 
	margin: 0px 0 0 25px;
}
li{}

a:link, a:visited
{
	text-decoration: underline;
	color: blue;
}
a:hover
{
	text-decoration:none;
}

.footer
{
	padding: 10px 0px 10px 0px;
	text-align: center;
}



/*  TABS   */

.tabs
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
}
.tabsFull
{
	border-bottom: 1px solid black;
}

.activeTab, .inactiveTab
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 144px;
	height: 30px;
	line-height: 30px;
}
.activeTab
{
	background: URL('curved_tab.png') no-repeat;
	color: #000000;
	cursor: default;
	border-bottom: 1px solid #fff;
}
.inactiveTab
{
	background: URL('curved_tab.png') no-repeat;
	cursor: pointer;
	color: #999999;
}
