/* ************************ Defaults ************************ */

body{ 
	font:0.90em Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	color:#222222;
	background:url('images/bg.jpg') #F3F3F3  top center no-repeat;
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img, ul {
	border: none;
	margin: 0px;
	padding:25px 25px 25px 25px;
}

h1,h2,h3{
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

h1,h2,h3{
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
h1{
	font-size:1.50em;
	text-transform:none;
	color:#2C2D7D;
}
h2{
	font-size:1.35em;
	color:#2C2D7D;
}
h3{
	font-size:1.25em;
	color:#2C2D7D;
}
a{
	color:#BB1515;
	text-decoration:none;
}
a:hover{
	color:#282B72;
	text-decoration:underline;
}

ul{
	list-style:circle;
	list-indent: 95px;
	line-height:1.75em;
	
	padding: 10px 25px 10px 25px;
}

/* ************************ structural ************************ */

#page{
	margin:0 auto; 
	padding:0px;
	text-align: justify;
	width:984px;
}
.clear{
	clear:both;
}

/* ************************ header ************************ */

#header{
	height:292px;
}
#logo{
	padding:14px 0px 0px 133px;
}
#topnav{
	margin-top:-13px;
	padding:0px 0px 0px 193px;
}
#topnav ul li{
	float:left;
}
.topnav1{
	padding:0px 124px 0px 0px;
}
.topnav2{
	padding:0px 101px 0px 0px;
}
#toolTip{
	border:1px solid #294183;
	background-color:#F9F9F9;
	width:130px;
	position:absolute;
	visibility: hidden;
	overflow: hidden;
	font-size: 11px;
	font-weight: normal;
	color:#222222;
}
#toolTip p {
   margin:0px;
   padding:4px 2px;   
}

/* ************************ left panel ************************ */

#leftpanel{
	width:244px;
	float:left;
}
#lefttext{
	padding:5px 0px 0px 15px;
}
.menu a {
	border:none;
	font-weight:normal;
}
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu{
	width:200px;
	font-size:1.75em;
}
.menu li{
	display:block;
	margin:0;
	padding:4px 0px 4px  0px;
}
.menu a{
	display:block;
	color:#294183;
	text-decoration:none;
}
.menu a:hover, .menu a:focus, .menu a:active{
	color:#C80E0E;
	text-decoration:none;
}
.menu ul{
	padding:5px 0px 5px 0px;
}
.menu ul li {
	font-size:18px;
	padding:3px 0px 3px 15px;
}
.hidden {display:none;}

/* ************************ right panel ************************ */

#rightpanel{
	width:740px;
	float:left;
	padding:5px 0px 0px 0px;
}
#rightpanel p{
	padding:5px 0px 5px 0px;
	line-height:1.75em;
}
.righttext{
	padding:15px 15px 15px 15px;
	width:722px;
	min-height:700px;
	color:#333333;
	background:url('images/bg2.png') top left;
}
*html .righttext{
	height:700px;
}
#rightpanel .pagetext h1{
	font-size:1.90em;
	font-weight:normal;
	padding:10px 0px 10px 0px;
	color:#303030;
}
#rightpanel .pagetext h2{
	font-size:1.25em;
	padding:10px 0px 10px 0px;
}
#rightpanel .pagetext h3{
	font-size:1.00em;
	padding:10px 0px 10px 0px;
}
#rightpanel .pagetext p{
	padding:6px 0px 6px 0px;
	line-height:1.70em;
}
#rightpanel .pagetext .phead{
	font-size:2.10em;
	font-weight:normal;
	padding:3px 0px 15px 0px;
	color:#B41A1C;
}


/* ************************ blog post ************************ */

#rightpanel .post{
	padding:0px;
	margin:0px 0px 10px 0px;
}
#rightpanel .post img{
	padding:0px;
	margin:5px 0px 5px 0px;
	display:block;
}

/* ************************ blog title ************************ */

#rightpanel .pagetext .storytitle{
	font-weight:normal;
	color:#102254;
	font-size:1.60em;
}
.storytitle a{
	color:#102254;
	text-decoration:none;
}
.storytitle a:hover{
	color:#C80E0E;
	text-decoration:underline;
}

/* ************************ blog meta ************************ */

.meta{
	text-align:left;
	padding:0px;
	color:#535763;
	font-size:0.90em;
}
.meta p a{
	display:block;
	float:right;
	background: url('images/blogcomment.gif') no-repeat top right;
	padding:0px 20px 0px 0px;
	font-size:1.10em;
}
.meta a{
	color:#102254;
	text-decoration:none;
}
#rightpanel .pagetext .meta p{
	padding:0px;
}
.meta p, .meta p a{
	font-weight:bold;
	color:#C80E0E;
	color:#102254;
}
.meta a:hover{
	color:#C80E0E;
	text-decoration:underline;
}

/* ************************ blog content ************************ */

.storycontent{
	padding:10px 0px 30px 0px;
	border-bottom:dashed 1px #CBCBCB;
	clear:both;
}
#rightpanel .post .storycontent .readpost{
	text-align:right;
	background: url('images/readpost.gif') no-repeat center right;
	padding:0px 16px 0px 0px;
	font-weight:bold;
}
#rightpanel .post .storycontent .readpost a{
	color:#102254;
	text-decoration:none;	
}
#rightpanel .post .storycontent .readpost a:hover{
	color:#C80E0E;	
	text-decoration:underline;
}
#rightpanel .post .searchentry{
	padding:10px 0px 30px 0px;
}

/* ************************ blog bottom navigation ************************ */

.navigation{
	text-align:left;
}
.navigation a{
	color:#C80E0E;
	text-decoration:none;
	font-weight:bold;
	font-size:1.15em;
}
.navigation a:hover{
	color:#102254;
	text-decoration:underline;
}

/* ************************ blog comments ************************ */

#rightpanel .pagetext .blogcomments h2{
	font-size:1.15em;
	font-weight:bold;
	padding:15px 0px 15px 0px;
}
#rightpanel .blogcomments  a{
	color:#C80E0E;
	text-decoration:none;
}
#rightpanel .blogcomments  a:hover{
	color:#102254;
	text-decoration:underline;
}

/* ************************ blog comments heading ************************ */

.comments{
	padding:8px 0px 25px 0px;
}
#rightpanel .blogcomments .comments  a{
	color:#102254;
	text-decoration:none;
}
#rightpanel .blogcomments .comments a:hover{
	color:#102254;
	text-decoration:underline;
}
.comments ul{
	float:right;
}
.comments ul li{
	float:left;
	padding:5px 8px 5px 8px;
	border-right:solid 1px #535763;
}
.comments ul .rss{
	background: url('images/subscribe.gif') no-repeat top left;
	padding:5px 5px 5px 25px;
}

/* ************************ blog comments listing ************************ */

.commentlist{
	padding:0px 0px 0px 0px;
}
.commentlist1{
	padding:10px 0px 10px 0px;
}
.commentlist2{
	float:left;
}
.commentlist3{
	float:right;
}
.commentlist3 div{
	background:#DCDCDC;
	padding:5px 15px 5px 15px;
	color:#111111;
	line-height:1.50em;
	width:580px;
}
.author{
	padding:0px 0px 10px 0px;
	font-weight:bold;
	color:#102254;
}
#rightpanel .blogcomments .author a{
	padding:0px 0px 10px 0px;
	font-weight:bold;
	color:#102254;
}
.author span{
	font-size:0.90em;
	font-weight:normal;
	color:#222222;
}

/* ************************ blog comments form ************************ */

#commentform{
	margin:10px 0px 0px 0px;
	padding:10px;
	background:#AFAFAF;
	font-weight:bold;
	color:#222222;
	width:320px;
	float:left;
}
#rightpanel #commentform p{
	padding:4px 0px 4px 0px;
}
.blogcomments .inputtext, .blogcomments textarea{
	color:#222222;
	padding:5px;
	width:95%; 
	border:solid 1px #AFAFAF;
	font:12px Arial, Helvetica, sans-serif;
}
.blogcomments textarea{ 
	height:200px; 
}
#submit{
	border:0px;
}
#commentform #submit{
	margin:10px 0px 0px 0px;
	background:#142862;
	color:#fff;
	padding:3px;
	font:13px Arial, Helvetica, sans-serif;	
}
#rightpanel #ginfo{
	float:right;
	width:160px;
	padding:15px 0px 0px 0px;
}
#rightpanel #ginfo h2{
	font-size:1.00em;
	padding:0px 0px 10px 0px;
	color:#102254;
}
#rightpanel #ginfo p{
	line-height:1.50em;
}

/* ************************ footer ************************ */

#footer{
	text-align:center;
	color:#294183;
	font-size:15px;
	font-weight:normal;
	padding:35px 0px 35px 0px;
}