#page {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

#page .submit {
	border: solid 1px #c8c8c8;
	height: 33px;
	font-weight: bold;
	color: #003e7e;
	background-color: white;
	background-image: url(../../images/blogButton.png);
}

#page a {
	text-decoration: none;
	color: #003e7e;
	font-weight: bold;
}

#page h1, h2, h3, h4, h5, h6 {
	padding: 0px ;
	margin: 0px;
	font-weight: normal;
	font-family: Helvetica;
}

#page h4 {
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
}

#pageContent h1 {
	color: #003e7e;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#pageContent h2 {
	color: #515151;
	font-weight: bold;
	font-size: 15px;
	padding-top: 4px;
}

#page a:hover {
	text-decoration: underline;
}
	

#pageContent {
	border-left: solid 1px #f3f3f3;
	
	border-top: solid 1px #f3f3f3;
	padding: 20px 10px 10px 10px;
}

#pageContent #theContent {
	line-height:1.5;
}

#pageContent .footer {
	font-size: 12px;
	padding-bottom: 15px;padding-top: 15px;
	border-bottom: dotted 1px #c5c5c5;
}

#pageRight {
	width: 344px;
	background-image: url(../../images/blogRightContentBG.jpg);
	border-right: solid 1px #dedede;
}


#pageRight .content {
	border-bottom: none;
	border-left: none;
	height: 100%;
}

#pageRight .content .contentBox {
	background-image: url(../../images/blogRightBoxBG.png);
	border: solid 1px #dedede;
	border-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #ececec;
	margin: 20px 18px 0px 20px;
}

#pageRight .content .contentBoxBehind {
	background-image:url(../../images/blogRightContentBoxBG.jpg);
	
}

#pageRight .content .contentBox h2 {
	color: #860016;
	font-size: 18px;
	padding: 10px 10px 15px 10px;
	border-bottom: dotted 1px #c5c5c5;
}

#pageRight .content .contentBox h1 {
	color: #003e7e;
	font-size: 18px;
	padding: 8px;
	font-weight: bold;
}

#pageRight .content .contentBox .contentText {
	padding: 0px 8px 30px 8px;
	line-height:1.5;
}

#pageRight .content .contentBoxBottom {
	background-image: url(../../images/blogRightContentBoxBottom.jpg);
	height: 18px;
}


.clear { clear: both; }

.profileImage {
	border: solid 5px #cfcfcf;
}
