body
{
    font-family: Arial,sans-serif;
    background-color: #031663;
}

h1
{
    font-family: Arial;
    font-size: 12px;
}

h2
{
    font-family: Arial;
    font-size: 14px;
}

h3
{
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	text-indent: 10px;
	background-color: #5581C0;
	color: white;
	text-transform: uppercase;
	margin: 0;
	margin-top: 0px;
	font-size: 1em;
	width: 320px;
	text-align: left;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#TagSideBar
{
    width: 320px;
}

#Common
{
    width: 1000px;
    background-color: #fff;
}

#main
{
    width: 550px;
    background-color: #fff;
}

#top
{
    width: 1000px;
}

#leftmenu
{
    width: 350px;
}

input.searchBox
{
    width: 250px;
}

#main h2, #main p, #main table
{
    margin: 15px 5px 5px 5px;
}

#main p, #main table
{
    margin: 15px 5px 5px 5px;
    font-size: 12px;
}

div.post
{
    margin: 15px 5px 5px 5px;
}

div.post h5
{
    font-family: Arial;
    font-size: 18px;
    color: #031663;
}

div.post
{
    font-size: 12px;
}

div.post span
{
    font-size: 12px;
    margin: 0px 0px 0px 5px;
}

div.post a
{
    font-family: Arial;
    font-size: 12px;
    color: #031663;
    text-decoration: none;
}

div.post a:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #031663;
    text-decoration: underline;
}

div.CommonSinglePager
{
    margin: 15px 5px 5px 5px;
    font-size: 12px;
}

div.BlogLinksSideBar
{
    font-family: Arial;
    font-size: 12px;
}

#comments
{
    margin: 15px 5px 5px 5px;
}

#comments p
{
    font-size: 12px;
}

#commentform, #contactform
{
    margin: 15px 5px 5px 5px;
}

p.postfoot
{
    font-size: 10px;
}

p.postfoot a
{
    font-size: 10px;
}

p.postfoot a:hover
{
    font-size: 10px;
}

div.post h5 a
{
    font-family: Arial;
    font-size: 18px;
    color: #031663;
    text-decoration: none;
}

div.post h5 a:hover
{
    font-family: Arial;
    font-size: 18px;
    color: #031663;
    text-decoration: underline;
}

#main em
{
    font-size: 10px;
}

div.commentowner
{
    font-size: 12px;
}

#commentform dl, #contactform dl
{
    font-size: 12px;
}

blockquote {
    border-left:5px solid #DDDDDD;
    margin: 15px 30px 0pt 10px;
    padding-left:20px;
    color:#777777;
    font-style: normal;
}

code {
    font-family:'Courier New',Courier,Fixed;
    font-size:1.1em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

#pagebar {
	width: 1024px;
	height: 35px;
	border-bottom: 1px black solid;
	padding: 0;
	margin: 0;
}

#pagebar a {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: 14px;
	display: block;
	float: left;
	padding: 8px 15px 0px 15px;
	border-right: 1px #CECECE solid;
	text-align: center;
	height: 27px;
}

#pagebar a:hover {
	/*nothing pretty so we dont break paths to files */
	background-color: #CECECE;
	text-decoration: none; 
}

#pagebar li {
	list-style:none;
}

#pagebar li.page_item {
	display: inline;
}

.divWidget
{
	text-align: center;
	width: 320px;
}

.divWidgetContent, #WeblogLinks ul, #QuickLinks ul, #Subscriptions ul, #ArchiveSideBar ul
{
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	width: 310px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
}