body {
	padding: 0px;
	margin: 50px 0 0 0;
	background: url(../images/background.gif);
	text-align: center;
	
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000000;
}

img {
	display: block
}

.imgInline {
	display: inline;
}

.container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

.insideContainer {
	padding-top: 15px;
	padding-bottom: 15px;
}

.insideBlock {
	background: #FFFFFF;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
	min-height: 400px;
	/*padding: 10px;*/
}


.insideLeftMenu {
	width: 170px;
	float: left;
	padding: 0 5px 0 12px;
}

.insideContentChange {
	float: left;
}
.insideSubContentChange {
	padding-top: 15px;
}

.topBlock {
	text-align: center;
	
}


#logoContainer {
	float: left;
	text-align: center;
	width: 180px;
	padding: 0 10px 0 0;
	position: relative;
	
}


#menuContainer {
	float: left;

}

.insideContent {
	clear: both;
}

.clear {
	clear: left;
}



/* Format */
img {
	border: 0px;
}

.insideBox {
	background: #dee6ee;
	margin-bottom: 10px;
	padding: 8px;
	width: 540px;
}

.insideBoxTitle, .insideBoxGreyTitle, .insideBoxBlueTitle {
	margin: 0 0 10px 5px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 16px;
	float: left;
}


.insideBoxTitle {
	background: #b00000;
}

.insideBoxGreyTitle {
	background: #999999;
}

.insideBoxBlueTitle {
	background: #003366;
}

.insideBoxTitle, .insideBoxGreyTitle, .insideBoxBlueTitle, a:link.insideBoxTitleLink, a:visited.insideBoxTitleLink, a:active.insideBoxTitleLink, a:hover.insideBoxTitleLink {
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
}
.insideBoxTitleRight {
	float: right;
}

.insideBoxTitleContainer {
	width: 80%;
}
.clearBoth {
	clear:both;
}

.noRoundIt {
	padding: 6px;
	border-bottom: 2px solid #2b4864;
	/*background: #dfdfdf;*/
	background: #dee6ee;
}

.galleryImageList {
	padding: 6px;
	border-top: 2px solid #666666;
	background: #dee6ee;
}

.roundIt, .roundItBorder {
	padding: 5px;
	background: #dee6ee;
	width: 100%;
}

div.borderImagesOuter { float: left; background: #666666; width: 150px; margin: 2px; }
div.borderImages { background: #FFF; width: 150px; }



/* Hyperlinks */
A:link, A:active, A:visited {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #003366;
    text-decoration: none;
}

A:hover {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #cc3333;
    text-decoration: none;
}

.title {
	color: #336699;
	font-size:13px;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px;
}




/* BOTTOM */
.bottom,a:link.bottom, a:visited.bottom, a:active.bottom {
	padding: 5px;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

a:hover.bottom {
	text-decoration: underline;
}


/* ### JQUERY ### */

/* Tables sort */
.tableHeader {
	background: #dee6ee;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	margin: 1px;
	text-align: center;
}
#tableSort {
	text-align: center;
	width: 540px;
}
.even {
	background: #FFFFFF;
}
.odd {
	background: #dee6ee;
}


/* Styles */
.jqLeftBorder {
	border-bottom: 2px solid #2b4864;
}