body {
	font-family:Arial;
	font-size:10pt;
}

form {
	margin:0px;
	padding:0px;
}

a {
	color:#0066CC;
}

hr {
	height: 1px;
	border: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	padding:0px;
	margin:10px 0 10px 0;
}

#register {
	width:974px;
	height:26px;
}

#register ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#register ul li {
	float:right;
	padding:0 10px 0 10px;
	border-right:1px dotted #CCCCCC;
}

#register ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#336699;
}

#menu {
	width:974px;
	height:26px;
	border:0px solid #CCCCCC;
	margin:10px 0 0 0;
	padding:0px;
	background-color:#FFFFFF;
}

#menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#menu ul li {
	float:left;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	padding:5px 20px 5px 20px;
}

#menu ul li:hover {
	background-color:#E1EEF6;
}

#menu ul li.active {
	background-color:#E1EEF6;
}

#menu ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#336699;
}

#submenu {
	background-color:#E1EEF6;
	width:974px;
	height:27px;
	margin:0px;
}

#mainSection {
	width:974px;
	padding:20px;
}

#leftSection {
	float:left;
	width:584px;
	border-right:1px dotted #CCCCCC;
	padding:0 20px 0 20px;
}

#rightSection {
	float:right;
	width:310px;
	padding:0 20px 0 10px;
}

#featured {
	border:1px solid #CCCCCC;
}

#innerDiv {
	border:1px solid #FFFFFF;
	background-color:#ECF3F6;
	text-align:left;
	padding:8px;
}

#widget {
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	text-align:left;
	margin-bottom:18px;
}

#widgetTitle {
	border:1px solid #FFFFFF;
	background-color:#53ACD6;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px;
	text-align:left;
	text-transform:uppercase;
}

#widgetContent {
	padding:8px;
}

#footer {
	width:974px;
	padding:20px 0 20px 0;
	clear:both;
}

#footerInnerDiv {
	width:100%;
	height:50px;
	background-color:#E1EEF6;
	padding:13px 0 0 0;
}

#footerInnerDiv ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:278px;
}

#footerInnerDiv ul li {
	float:left;
	padding:0 10px 0 10px;
	border-right:1px solid #336699;
}

#footerInnerDiv ul li a {
	text-decoration:none;
	color:#336699;
	font-size:10pt;
}

#footerInnerDiv ul li a:hover {
	text-decoration:underline;
}

#copy {
	color:#999999;
	clear:both;
	padding:5px 0 5px 0;
}




/*////////// blog specific //////////*/

.commentlist li, #commentform input, #commentform textarea {
	font: 10pt Arial;
}

.commentlist li ul li {
	font-size: 10pt;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.blogNav {
	list-style-type:none;
}

.blogNav ul {
	list-style-type:none;
	margin-left:10px;
	padding-left:10px;
}

.blogNav h2 {
	margin:20px 0 2px 0;
	font-size:14pt;
	color:#555555;
}


