body{
	width:760px;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}

/***** Header *****/
#header{
	border-bottom:1px solid #000;
	height:50px;
}
#header #siteLogo{float:left;}
#header #menu{text-align:right;}
#header div.menuBar{
	background-image: url(../images/round_edge_dkblue.gif);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #069;
	height:23px;
	width:470px;
	padding-top:1px;
	color:#FFF;float:right;
}
#header span.menuItem{
	font-size:11px;
	margin:0 5px;
}
#header span.menuItem a{
	color:#FFF;
	font-weight:bold;
}
#header span.menuItem a:hover{
	color:#0E0;
	font-weight:bold;
}
#header div.subMenuBar{
	background-image: url(../images/round_edge_ltgray.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #CCC;
	height:23px;
	width:530px;
	padding-top:1px;
	font-weight:bold;
	font-size:14px;
	color:#222;clear:right;float:right;
}

/***** Form *****/
input{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
input.button{
	padding:3px;
	font-size:12px;
	font-weight:bold;
}
input.textField{background-color:#DDF;font-weight:bold;letter-spacing:1px;}
select{background-color:#DDF;}

input.link{width:350px;}

label{font-weight:bold;}
.formBody{margin-left:30px;}
.formBody br{clear:both;}
.formLabel{width:80px;float:left;}
.formField{float:left;}
textarea.msgText{
	background-color:#DDF;
	font-weight:bold;
	letter-spacing:1px;
	width:350px;
	height:200px;
}

/***** Page Body *****/
.pageBody h1{
	background-image: url(../images/logoSm.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
.pageBody h2{
	font-size:13px;
	font-weight:bold;
}

.col1 ul{padding-left:15px;}
.col1 li{padding-bottom:5px;}

.col1{
	float:left;
	width:550px;
}
.col2{
	float:right;
	width:200px;	
}

h1.sectionTitle{
	background-image: url(/images/logoSm.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.social{text-align:center;}

/***** Articles *****/
.modArticle a{text-decoration:none;}
.modArticle a:hover{text-decoration:underline;}

.article{margin-left:30px;}

.articleShort{
	margin-left:30px;
	border-bottom:1px solid #666;
}
h2 a{
	color:#000;
	text-decoration:none;
}
h2 a:hover{
	color:#009;
	text-decoration:underline;
}

/***** Link page *****/
.linkDesc{margin-left:30px;}
.linkDesc h2{
	margin-bottom:0px;
}