@characterset "UTF-8";
/* CSS Document */

.img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #decd6a;
}

#container {
	width: 955px;
}
#containerSecondary {
	width: 781px;
}
#nav {
	font-size: 11px;
	line-height: 13px;
	font-family:"Courier New", Courier, monospace;
	background-color: #d3222a;
	width: 200px;
	padding-top: 50px;
	padding-left: 7px;
	padding-right: 14px;
}
#mainContent {
	width: 649px;
	padding: 0px 30px;
}
#secondaryContent {
	width: 475px;
	padding: 0px 50px;
	background:#FFFFFF;
}

.disclaimer {
	font-size:16px;
	line-height: 22px;
}
.toc {
	font-size:14px;
	line-height: 20px;
}
a:link {
	color: #d3222a;
	text-decoration: none;
}
a:active {
	color: #d3222a;
	text-decoration: none;
}
a:hover {
	color: #d3222a;
	text-decoration: underline;
}
a:visited {
	color: #d3222a;
	text-decoration: none;
}
.caption {
	font-size: 10px;
	line-height: 14px;
}
.blogCaption {
	font-size: 12px;
	line-height: 14px;
}

/* NAV LINKS */

#container #nav a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#container #nav a:active {
	font-weight: bold;
	color: #333333;
}
#container #nav a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#container #nav a:visited {
	font-weight: bold;
	color: #333333;
}

#container #nav .link {
	background:#decd6a;
}

/* SECONDARY NAV LINKS */

#containerSecondary #nav a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#containerSecondary #nav a:active {
	font-weight: bold;
	color: #333333;
}
#containerSecondary #nav a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#containerSecondary #nav a:visited {
	font-weight: bold;
	color: #333333;
}

#containerSecondary #nav .link {
	background:#decd6a;
}

/* END NAV LINKS */

h1 {
	color: #867C68;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 10px;
}
h2 {
	color: #999999;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 10px;
}
h3 {
	color: #867C68;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
}
h4 {
	color: #999999;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
}
.blogTitle {
	color: #d3222a;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
}
.blogDate {
	color: #666666;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
}
.blogPara {
	border-bottom: 1px dotted #E09F17;
	padding: 5 5 5 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#header {
	color: #999999;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 2px;
}

a.alpha:link {
	color: #867C68;
	text-decoration: none;
}
a.alpha:visited {
	color: #867C68;
	text-decoration: none;
}
a.alpha:hover {
	color: #867C68;
	text-decoration: underline;
}

.border {
	border:5px solid #D3222A;
}
ul.alphalist {
	list-style-type: none;	
}
.search {
	padding-left: 8px;
}
.inputTextGoogle {
	border: 0px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	background-color: #decd6a;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	color:#363636;
	width:55px;
}
.titleSinatra {
	color: #867C68;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 10px;
	line-height: 27px;
}
.legendJrank {
	border: 0px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	background-color: #decd6a;
	color:#363636;
}
.urlTitle {
	color: #d3222a;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
}