﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    background: #333;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
#logo
{
	font-size: 28pt;
	color: #FFF;
    margin: auto;
	padding-top: 15px;
	width: 950px;
}
#imagesList
{
    position: relative;
    width: 910px;
    height: 75px;
    margin-left: 20px;
    margin-bottom: 30px;
    padding: 0;
    top: 25px;
}
#imagesList ul
{
    list-style: none;
}
#imagesList li
{
    float: left;
    margin: 0;
    padding: 0 35px 0 0;
}
#imagesList li.last
{
    padding: 0;
    margin: 0;
}
#imagesList img
{
    width: 150px;
    height: 113px;
    border: 2px solid black;
}
#topBar, #bottomBar
{
    background: url( 'styles/yellowBar.jpg' ) no-repeat;
    margin: auto;
    width: 950px;
    height: 40px;
}
#topBar
{
    margin-top: 10px;
}
#bottomBar
{
    margin-bottom: 30px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #333;
    font-weight: bold;
}
#bottomBar p
{
    padding-left: 30px;
	font-size: 10pt;
}
#bottomBar a
{
	color: #333;
}
#page
{
    width: 950px;
    background-color: #FFF;
    margin: auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
#menuBar
{
    position: relative;
    top: 50px;
    background: url( 'styles/mnuNormal.jpg' ) repeat-x;
    width: 910px;
    height: 30px;
    margin: auto;
}
#menuBar ul
{
	list-style: none;
}
#menuBar li
{
	float: left;
}
#menuBar a
{
	display: block;
	position: relative;
	top: 5px;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	height: 30px;
}
#menuBar li:hover
{
	background: url( 'styles/mnuHover.jpg' ) repeat-x;
	height: 30px;
}
#menuBar a:hover
{
	color: #333;
}
#menuBar li.selected
{
	background: url( 'styles/mnuSelected.jpg' ) repeat-x;
	height: 30px;
}
#menuBar li.selected a
{
	color: #333;
}
#sideMenu
{
    position: relative;
    top: 90px;
    margin-left: 20px;
    width: 148px;
    float: left;
}
.img
{
	border: none;
}
#sideMenuTop
{
    background: url( 'styles/sideMenuTop.jpg' );
    height: 10px;
}
#sideMenuMiddle
{
    background: url( 'styles/sideMenuBG.jpg' ) repeat-y;
}
#sideMenuMiddle li
{
    list-style-image: none;
    list-style-type: none;
	line-height: 30px;
}
#sideMenuMiddle li.selected
{
    background: url( 'styles/sideMenuSelected.jpg' );
	height: 30px;
}
#sideMenuMiddle li:hover
{
    background: url( 'styles/sideMenuHover.jpg' );
	height: 30px;
}
#sideMenuMiddle a
{
	display: block;
	height: 30px;
    padding-left: 20px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
#sideMenuMiddle a:hover
{
	color: #333;
}
#sideMenuMiddle a.selected
{
	color: #333;
}
#sideMenuBottom
{
    background: url( 'styles/sideMenuBottom.jpg' );
    height: 10px;
    margin-bottom: 20px;
}
#content
{
    margin: 80px 0 0 190px;
    padding-bottom: 20px;
    width: 740px;
    min-height: 370px;
}
#content h1
{
    text-transform: uppercase;
    font-size: 20px;
}
#content h2
{
	font-size: 18px;
}
#content h1, h2, p
{
    padding-top: 12px;
}
#content p
{
	font-style:italic;
}
#content li
{
	margin-left: 20px;
}
#content a
{
	color: #000;
	font-weight: bold;
}
#content a:hover
{
	text-decoration: none;
}