@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFF;
}
p, li, td, input, textarea{
	font-family:Arial, Helvetica, sans-serif;
}
p, td, textarea{
	font-size:10pt;
	line-height:14pt;
	color:#333;
}
li{
	font-size:10pt;
	line-height:17pt;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21pt;
	margin-top:0;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	font-weight:normal;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-weight:normal;
}
.setCenter{
	text-align:center;
}
.setRight{
	text-align:right;
}
.setLeft{
	text-align:left;
}
.smallCaps{
	text-transform:uppercase;
	font-size:75%;
}
img{
	border:0;
}

/* LAYOUT STYLES ------------------------*/
#container{
	position:relative;
	margin:10px auto;
	width:1024px;
	height:auto;
}
#header{
	width:1024px;
	height:260px;
	background:url(images/header.jpg) top left no-repeat;
}
#title{
	position:absolute;
	top:30px;
	left:20px;
	width:382px;
}
#title h1{
	font-size:27pt;
	color:#FFF;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:36pt;
	text-align:center;
	margin-top:18pt;
}
#title .subtitle{
	color:#DDD;
	font-size:15pt;
	font-style:italic;
	letter-spacing:normal;
}
#actions{
	position:absolute;
	top:180px;
	left:20px;
	width:382px;
}
#actions p{
	text-align:center;
}
#login {
	position:absolute;
	top:0px;
	left:920px;
	width:100px;
}
#login a:link, #login a:visited{
	color:#FFF;
	text-decoration:none;
}
#login a:hover, #login a:active{
	color:#FC0;
	text-decoration:none;
}
#content{
	width:984px;
	padding:20px;
	background:#FFF;
}
#main{
	width:720px;
	float:left;
}
#sidebar{
	width:180px;
	float:right;
}
#footer{
	width:1024px;
	height:68px;
	background:url(images/footer.jpg) bottom left no-repeat;
}
#footer p{
	padding-top:22px;
	margin:0 48px 0;
	color:#000;
}

/* Helper Styles */
.clearFloat{
	clear:both;
}

/* contextual styles */
.alert{
	color:#F60;
	font-weight: bold;
}
