/****************************************************LAYOUT******************************/
* {
	font-family: Tahoma, Arial, Verdana;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}
#Container {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -375px;
	top: 0px;
	padding: 0px;
        border-left: 4px solid #123456;
        border-bottom: 4px solid #123456;
        border-right: 4px solid #123456;
	background-color: #FFF;
}
#Header, #Footer {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
        width: 100%;
}
#Header {
	top: 0px;
	height: 125px;
	background-image: url(../media/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
        z-index: 1;
}	
#Content {
	position: relative;
	width: 100%;
	left: 0px;
	top: 125px;
	margin: 0px;
	padding: 0px;
	padding: 0px 0px 200px 0px;
	overflow: auto;
	display: block;
        z-index: 2;
}
p#Footer {
        position: absolute;
	bottom: -1px;
	height: 24px;
        padding: 4px 0px 2px 0px;
        text-align: center;
        display: block;
        border-top: 2px solid #333;
        background-color: #CCC;
        font-size: 14px;
        font-wight: bolder;
        color: #333; 
}
#Footer img {
        border: 1px solid #555;
}
#CMS {
        position: relative;
        left: 150px;
}
/****************************************************TEXTLINKS***************************/
#Content a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid;
}
#CMS a {
        text-decoration: none;
}
a:link {
	color: #123456;
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
}
a:active {
	color: #123456;
}
/****************************************************TEXT********************************/
p, li, td {
	color: #555;
	font-size: 11px;
	text-align: left;
}
td {
        padding-left: 24px;
}
th {
	color: #333;
	font-size: 11px;
	padding: 4px 0px 4px 16px;
	font-weight: bold;
}
h1, h2 {
	margin: 0px;
}
h1 {

	color: #123456;
	font-size: 13px;
	padding: 8px 0px 8px 12px;
	font-weight: bolder;
        margin-top: 8px;
}
h2 {
	color: #000;
	font-size: 12px; 
	padding: 6px 0px 6px 48px;
	font-weight: bold;
	background-image: url(../media/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: 32px 8px;
}


ul {
	margin: 4px 4px 4px 8px;
}
#Content li {
	list-style-type: none;
	padding: 6px 0px 4px 32px;
	background-image: url(../media/arrow_grey.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#Content p {
	padding-left: 12px;
	padding-right: 48px;
}
/****************************************************MENU********************************/
#Menu {
	position: absolute;
	top: 101px;
	left: 0px;
	margin: 0px;
}
#Menu li.Menu {
	float: left;
	list-style-type: none;
	width: 100px;
        text-align: right;
        border-right: 1px solid #123456;
}	
a.Button:link,  a.Button:visited,  a.Button:hover,  a.Button:active {
	text-decoration: none;
        background-repeat: no-repeat;
	background-position: 16px 7px;
        display: block;
	padding: 4px 8px 6px 0px;
}
a.Button:link,  a.Button:visited {
	font-weight: bold;
	color: #555;
	background-color: #F0F0F0;
	background-image: url(../media/arrow_menu.gif);
}
a.Button:hover,  a.Button:active, a#Active {
	font-weight: bolder;
	color: #123456;
	background-color: #FFF;
	background-image: url(../media/arrow_menu_hover.gif);
}
a#Active {
        border-top: 1px solid #FFF:
	padding: 4px 10px 8px 0px;
        position: relative;
        top: 2px; 
}
/****************************************************IMAGES******************************/
a img {
        border: 0px;
}
#CMS a img {
        border: 1px solid #555;
}
/****************************************************CLASSES******************************/
.Blue {
        color: #123456;
}
.Bold {
        font-weight: bold;
}
input.Input {
        border: 0px; 
        border-bottom: 1px solid #222;}
input.Button {	
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	text-align: center;
	padding: 1px 6px 1px 12px;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #123456;		
}
