/* General */
body
{
	margin: auto;
	padding: 0;
	background-color: #001127;
	background-image: url("../images/bckg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	overflow: auto;
}


#wrapper
{
	margin: 0;
	padding: 0;
	width: 960px;
}


p
{
	margin: 0 0 15px 0; 
	padding: 0;
	font: normal 12px Arial, san-serif;
	line-height: 14px;
	text-align: left;
	color: #fff;
}

a,
a:active,
a:visited
{
	font-weight: bold;
	font-family: Arial, san-serif;
	color: #a2d2ff;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #ff0024;
	text-decoration: none;
}

h1
{
	margin: 0; 
	padding: 0;
	font: bold 22px Arial, san-serif;
	color: #fff;
	text-align: left;
}

h2
{
	margin: 0; 
	padding: 0;
	font: bold 18px Arial, san-serif;
	color: #fff;
	text-align: left;
}

h3
{
	margin: 0; 
	padding: 0;
	font: bold 14px Arial, san-serif;
	color: #fff;
	text-align: left;
}
/*- General */



/* Navigation */
.categoryContainer
{
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	height: 31px;
	line-height: 27px;
	text-align: right;
}

.category ul li
{
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	list-style: none;
	line-height: 27px;
}

.categoryContainer .category,
.categoryContainer .category:active,
.categoryContainer .category:visited
{
	font: bold 11px Arial, san-serif;
	line-height: 27px;
	color: #fff;
	text-decoration: none;	
}

.categoryContainer .category:hover,
.categoryContainer .categorySelected:hover
{
	font: bold 11px Arial, san-serif;
	color: #ff0024;
	text-decoration: none;	
}

.categoryContainer .categorySelected,
.categoryContainer .categorySelected:active,
.categoryContainer .categorySelected:visited
{
	font: bold 11px Arial, san-serif;
	color: #a2d2ff;
	text-decoration: none;	
}
/*- Navigation */



.banner
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 250px;
	background-image: url("../images/bannerBckg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}



/* Sidebar */
#sidebar
{
	margin: 5px 0 0 15px;
	padding: 0;
	width: 190px;
	min-height: 50px;
	#height: 50px;
	float: left;
	text-align: left;
	background-image: url("../images/sidebarBckg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0d86bb;
	border-bottom: 2px outset #0d86bb;
}

#sidebar table tr td .page
{
	margin: 0 5px 0 15px;
}

#sidebar table tr td a,
#sidebar table tr td a:active,
#sidebar table tr td a:visited
{
	color: #fff;
	font: bold 14px Arial, san-serif;
	line-height: 26px;
}

#sidebar table tr td a:hover
{
	color: #ff0024;
}
/* - Sidebar */


.content
{
	margin: 5px 15px 15px 0;
	padding: 0;
	width: 670px;
    min-height: 250px;
	#height: 250px;
	font: normal 12px Arial, san-serif;
	line-height: 14px;
	text-align: left;
	color: #fff;
	float: right;
}

/* Footer */
.footer
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background-image: url("../images/footerBckg.png");
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
}

.footer p
{
	font: normal 10px Arial, san-serif;
	color: #fff;
	line-height: 33px;
	text-align: center;
}

.leftFooter 
{
	margin-left: 25px;
	float: left;
	height: 33px;
}

.rightFooter 
{
	margin-right: 25px;
	float: right;
	height: 33px;
}
/*- Footer */



/* fckEditor styles */
#fckEditorArea,
.fckEditorArea
{
	width: 670px;
	padding: 6px;
	background-color: #001127 !important;
	background-image: none;
}

.content .project
{
	margin: 15px 25px 0 0;
	padding: 0;
	width: 300px;
	float: left;
	text-align: left;
}

.content .project p
{
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
	width: 210px;
	height: 95px;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: inherit;
	border-bottom: 2px solid #0d86bb;
}

.content .project img
{
	text-align: center;
	border: 2px solid #0d86bb;
}

#fckEditorArea .content,
.fckEditorArea .content
{
	margin: 0;
	padding: 0 35px;
	width: 752px;
    height: 250px;
	font: normal 12px Arial, san-serif;
	line-height: 14px;
	text-align: left;
	color: #fff;
}


#fckEditorArea a,
#fckEditorArea a:active,
#fckEditorArea a:visited,
.fckEditorArea a,
.fckEditorArea a:active,
.fckEditorArea a:visited
{
	font-weight: bold;
	font-family: Arial, san-serif;
	color: #a2d2ff;
	text-decoration: none;
}

#fckEditorArea a:hover,
.fckEditorArea a:hover
{
	font-weight: bold;
	color: #ff0024;
	text-decoration: none;
}
/*- fckEditor styles */

