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

body{
	margin:0;
	padding:0;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	background-image:url(images/pg_bgnd.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

h1{
	font-size:18px;
	font-weight:bold;
}

#container{
	width:1024px;
	margin:0;
	float:left;
	clear:both;
}

#logo{
	text-align:left;
	width:300px;
	margin-left:780px;
	float:left;
	clear:both;
	height: 75px;
}

#header{
	width:1024px;
	float:left;
	clear:both;
}

#nav{
	width:1024px;
	float:left;
	clear:both;
}

#content{
	width:984px;
	min-height:400px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	float:left;
	clear:both;
}
.leftClm{
	width:180px;
	min-height:200px;
	padding-right:5px;
	border-right:solid #CCC 1px;
	float:left;
}

.rightClm{
	width:662px;
	margin-left:60px;
	float:left;
}

#footer{
	width:100%;
	height:100px;
	text-align:left;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	background-color:#CCC;
	float:left;
	clear:both;
}

#footer a:link{color:#000; text-decoration:underline;}
#footer a:hover{color:#F00; text-decoration:none; font-weight:bold;}
#footer a:visited{color:#000; text-decoration:underline;}

/*form css*/

.c1{
	width:100px;
	padding:10px;
	text-align:right;
	float:left;
}

.c2{
	width:500px;
	vertical-align:top;
	float:left;
	padding:10px;
}

.bkColor{background-color:#CCC;}
