/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container {
	width: 100%;
	padding: 10 0 0 0px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #505050;
	font-weight: normal; 
}

/*.container_title {
	 font-size: 18px;
	 padding: 0 0 20 0px;
}

#dnn_ContentPane .container
{
	background-color: transparent;
}

#dnn_ContentPane .container_title
{
	background-color: transparent;
}*/

#dnn_RightPane .Normal {
	margin: 0 10 0 10px;
	width: 220px;
}

.blogTitle {
	padding: 0 0 10 0px;
}
.blogTitle a, .blogTitle a:link, .blogTitle a:active, .blogTitle a:visited, .blogTitle a:hover {
	font-family: Arial, Verdana, Helvetica;
	color: #800000;
	font-size: 12px;
	font-weight: bold;
}

#dnn_ContentPane .head, #dnn_RightPane .head, #dnn_LeftPane .head {
	font-family: Georgia, Times, serif;
	color: #2A2A2A;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#dnn_RightPane .head {
	padding: 0 10 0 10px;
}

.instantPoll {
	padding: 0 10 10 10px;
}

.CommandButton { 
	padding: 0 0 0 10px;
}

.SubHead {
	color: #555555;
	font-weight: bold;
}

#dnn_ContentPane a, #dnn_RightPane a, #dnn_LeftPane a {
	color: #092564;
	font-weight: normal;
}

#dnn_ContentPane a:hover, #dnn_RightPane a:hover, #dnn_LeftPane a:hover {
	text-decoration: underline;
	color: #004B85;
}

/*** Basic Container Styles ***/

p, .blogDesc, ul li, #dnn_ContentPane .Normal, #dnn_RightPane .Normal, #dnn_LeftPane .Normal {
 	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #505050;
	font-weight: normal; 
	padding: 0px; 
	margin: 0 0 10 0px;
	text-align: justify;
}
.blogDesc, .blogTitle {
	margin: 0 0 0 10px;
}
 
.container h1 {
 	font-family: Georgia, Times, serif;
	font-size: 16px; 
	color: #851515; 
	font-weight: bold; 
	padding: 0px; 
	margin: 0 0 15 0px;
}
 
.container h2 {
 	font-family: Georgia, Times, serif;
	font-size: 14px; 
	color: #851515; 
	font-weight: bold; 
	padding: 0px; 
	margin: 0 0 10 0px;
}
 
.container h3 {
 	font-family: Georgia, Times, serif;
	color: #851515; 
	font-weight: bold;
	font-size: 13px;
}
 
.container h4 {
 	font-family: Georgia, Times, serif;
	color: #851515; 
	font-weight: bold;
	font-size: 12px;
}
  
.container h5 {
 	font-family: Georgia, Times, serif;
	color: #851515; 
	font-weight: bold;
	font-size: 11px;
}
  
.container h6 {
 	font-family: Georgia, Times, serif;
	color: #851515; 
	font-weight: bold;
	font-size: 10px;
}
 
pre {
	font-family: Arial, Verdana, Helvetica;
	color: #8A5E5E;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	white-space: normal;
}
 
.container address {
 	font-family: Arial, Verdana, Helvetica;
	color: #000000;
	font-weight: normal;
	font-size: 12px;	
	font-style: italic;
}

.container strong {
	color: #666666;
}

.container img {

}