/**************** BODY *********************/

* { 
	margin: 			0; 
	padding:			0; 
} 

body{
	background:			#fff;
	font-family:		arial,verdana,sans-serif;
	color:			#333;
	margin-top:			5px;
	line-height:		20px;
	text-align:			center;
}

#container {
	width: 			970px;
	margin-left: 		auto;
	margin-right: 		auto;
}

a img {
	border:			0pt none;
}

/**************** HEADER *********************/ 

#header { 
	width: 			970px;
	height: 			160px; 
} 

#header h1 {
	text-indent:		-5000px;
}

#header h3{
	text-indent:		-5000px;
}

#header .logo {
	float: 			left;
}

/**************** LEFT *********************/ 

#left {
	float: 			left;
	margin:			0px;
	width: 			580px;
	text-align:			left;
}

#left h1 {
	margin:			0 0 10px 0;
	line-height:		1.3em;
	font-size: 			180%; 
	font-weight:		normal !important;
	color: 			#0564C5;
	text-align: 		Left;
	border-bottom:		1px solid #DDDDDD;
} 

#left h2 {
	padding-bottom:		.5em;
	line-height:		25px;
	font-size: 			140%;
	color: 			#2364B4;
	font-weight:		normal;
	text-align: 		Left;
}

#left h3 {
	padding-bottom:		1em;
	font-size: 			100%;
	color: 			#000000;
	text-align: 		Left;
}

#left p { 
 	padding-bottom: 		18px; 
	font-size:			90%;
}

#left a{
	color: 			#0000FF;
	text-decoration:		underline;
}

#left a:hover{
	color:			#FF0000;
	text-decoration:		underline;
}

.list {
	list-style-type:		square;
	margin:			0pt 0px 15px 20px;
	margin-left:		30px;
	margin-bottom:		20px;
	list-style-position:	outside;
	list-style-type:		square;
	font-size:			90%;
}

.list li {
	list-style-type:		square;
	margin:			0pt 0pt 5px;
	padding:			0px;
}

/**************** RIGHT *********************/

#right {
	float: 			right;
	width: 			370px;
	margin: 			0 0 0 15px;
	padding: 			0px;
}

.right-title {
	margin:			0 0 10px 0;
	line-height:		1.3em;
	font-size: 			120%; 
	font-weight:		normal !important;
	color: 			#333;
	text-align: 		left;
} 


.form { 
	font-size: 			75%;
	padding:			5px;
	color: 			#000000;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	background-color: 	#fdfdfd;
	border:			solid 3px #ccc;
	border-radius:		10px;
	color: 			#484848;
	width:			350px;
}

.form-row {
	vertical-align: 		middle;
	padding:			5px;
	text-align:			left;
	width:			340px;
}

.box {

    background-color:		#FFFFFF;
    border:				1px solid #ccc;
    border-radius:		5px;
    color:				#333;
    display:			block;
    font-size:			130%;
    font-weight:			bold;
    margin:				0 0 8px;
    padding:			10px;
    width:				250px;
}

/**************** IMAGES *********************/

.grey {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  }

.img-shadow {
  float:right;
  background: url(../images/layout/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/layout/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }


/**************** BOTTOM LINKS *********************/

#footer {
	float: 			left;
	border-top:			1px solid #CCCCCC;
	color:			#666666;
	padding:			10px 0px 0px 0px;	
	margin:			0px;	
	text-align:			left;
	width: 			970px;
}

#footer p { 
	font-size:			10px;
}

#footer .blmenu {
	list-style-type:		none;
	overflow:			hidden;
}

#footer .blmenu li {
	display:			inline;
	padding-left:		2px;	
	font-size:			11px;
}

#footer .blmenu li a {
	background-color:		inherit;
	color:			#999999;
	text-decoration:		none;
}

#footer .blmenu li a:hover {
	color:			#3289E8;
	text-decoration:		underline;
}