body{
	font-size:11px;
	font-family:tahoma;
	color:#e2ebed;
}

div.container{
	width:944px;
	margin:auto;
}

	div.headerContainer{
		width:944px;
		background:url('../img/gradient.png') repeat-y;
		overflow:hidden;
		height:87px;
	}
		h1.headerLogo{
			background:url('../img/header.png') left top no-repeat;
			width:770px;
			height:87px;
			margin:0px auto 0px auto;
			text-indent:-9999px;
			overflow:hidden;

		}
			h1.headerLogo a{
				width:770px;
				height:87px;
				display:block;
			}
		
	div.contentContainer{
		margin:10px 0px 10px 0px;
		width:944px;
		background:url('../img/gradient.png') repeat-y;
		overflow:hidden;
	}
		div.content{
			background:#000000 url('../img/contentBackground.jpg') no-repeat;
			width:770px;
			padding:20px 0px 20px 0px;
			margin:auto;
			overflow:hidden;
		}
			ul.navigation{
				float:left;
				width:190px;
				margin:0px 12px 0px 40px;
				display:inline;
				overflow:hidden;
			}
				ul.navigation li{
					padding:8px 15px 8px 15px;
					display:block;
				}
					ul.navigation li a{
						font-variant:small-caps;
						color:#ffffff;
						font-size:17px;
						font-weight:bold;
						font-family:arial;
					}	
						ul.navigation li a:hover{
							color:#00c0e3;
						}	
					ul.navigation li.blue a{
						color:#00c0e3;
					}
						
			div.text{
				float:left;
				width:276px;
				border:0px solid #ff0000;
				line-height:16px;
				padding:8px 15px 8px 15px;
			}
				div.text h1{
					font-variant:small-caps;
					color:#00c0e3;
					font-size:17px;
					font-weight:bold;
					font-family:arial;
					padding:0px 0px 4px 0px;
				}
				div.text h2{
					font-variant:small-caps;
					color:#00c0e3;
					font-size:14px;
					font-weight:bold;
					font-family:arial;
					padding:0px 0px 4px 0px;
				}
				div.text p{
					padding:0px 0px 12px 0px;
				}
				div.text a{
					color:#00c0e3;
				}
					div.text a:hover{
						color:#ffffff;
					}
				div.text ul.list{
					margin:0px 0px 12px 22px;
					list-style-type:square;
					color:#00c0e3;
				}
					div.text ul.list li{
						color:#e2ebed;
					}
					div.text ul.list li.empty{
						height:12px;
						list-style-type:none;
					}
						div.text ul.list li a{
							color:#e2ebed;
						}
							div.text ul.list li a:hover{
								color:#00c0e3;
							}
				div.text ol.list{
					margin:0px 0px 12px 22px;
					list-style-type:decimal;
					color:#00c0e3;
				}
					div.text ol.list li{
						color:#e2ebed;
					}
					div.text ol.list li.empty{
						height:12px;
					}
						div.text ol.list li a{
							color:#e2ebed;
						}
							div.text ol.list li a:hover{
								color:#00c0e3;
							}
						
				div.text table{
					border-collapse:collapse;
					margin:0px 0px 12px 0px;
					padding:0px;
				}
					div.text table th{
						font-weight:normal;
						color:#ffffff;
						text-align:left;
						border-bottom:1px solid #828282;
						border-collapse:collapse;
						margin:0px;
						padding:3px 6px 3px 6px;
					}
					div.text table td{
						padding:3px 6px 3px 6px;
						vertical-align:top;
					}

				form{
					margin:0px 0px 12px 0px;
				}
					input.inputText{
						background:#ffffff;
						border:0px;
						padding:3px 3px 4px 6px;
						margin:2px 0px 0px 0px;
						color:#000000;
						font-family:tahoma;
						font-size:11px;
						width:160px;
						height:14px;
						display:block;
					}
					textarea.inputTextarea{
						background:#ffffff;
						border:0px;
						padding:5px 3px 4px 6px;
						margin:2px 0px 0px 0px;
						color:#000000;
						font-family:tahoma;
						font-size:11px;
						width:250px;
						height:100px;
						border:0px;
					}
					input.inputButton{
						background:url('../img/button.png') repeat-x;
						border:0px;
						color:#ffffff;
						padding:0px 20px 2px 20px;
						margin:2px 0px 0px 0px;
						height:23px;
						font-family:tahoma;
						font-size:11px;
						text-align:left;
						float:left;
					}
					span.inputButtonRight{
						float:left;
						margin:5px 0px 0px 5px;
					}
						span.inputButtonRight a{
							color:#ffffff;
						}
							span.inputButtonRight a:hover{
								color:#00c0e3;
							}
			
			div.sidebar{
				float:left;
				width:214px;
			}
				div.foto{
					behavior:url('js/iepngfix.htc');
					background:url('../img/blank.png') no-repeat;
					width:200px;
					padding:7px;
					margin:0px 0px 7px 0px;
					overflow:hidden;
				}
					div.foto img{
						width:200px;
						margin:auto;
					}

	div.footerContainer{
		width:944px;
		background:url('../img/gradient.png') repeat-y;
		overflow:hidden;
		height:31px;
	}
		div.footer{
			background:url('../img/footer.png') no-repeat;
			width:755px;
			height:24px;
			margin:auto;
			text-align:right;
			padding:7px 15px 0px 0px;
		}
			div.footer a{
				color:#ffffff;
			}
