/* CSS Document */


/*=====================*/
/*=======GLOBAL========*/
/*=====================*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	background-color: #FFF;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
img {
	border: 0;
	}


/*========================*/
/*========HEADERS=========*/
/*========================*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
/*========================*/
/*=======STRUCTURE========*/
/*========================*/

#container {
	width:748px;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	}
#nav {
	width:712px;
	height:29px;
	background-color:#CCCCCC;
	position:absolute;
	top:163px;
	left:0px;
	}
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 225px;
	border-bottom:#000000 1px solid;
	}
#left {
	position: absolute;
	top: 221px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #d9d9f8;
	width: 194px;
	/*border:#0033CC 1px solid;*/
	}
#middle {
	padding: 10px;
	background: #FFF;
	margin: 0px 60px 0px 50px;
	color: #333333;
	/*border-left:#999999 1px solid;*/
	}
#right {
	position: absolute;
	top: 274px;
	right: 169px;
	margin: 0px;
	padding: 10px;
	background: #FFF;
	width: 150px; 
	border:#0033CC 1px solid;
	}
#footer {
	font-size:11px;
	background-color:#000033;
	color:#FFF;
	text-align:center;
	height:50px;
	padding-top:12px;
	}
