@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	background: gray url(img/background_page.gif) repeat;
}

/******** Content variations ********/
#outerwrapper {
	width: 960px;
	margin: auto;
	line-height: 1.4em;
	color: black;
	background-color: white;
}
#head {
	background-color: transparent;
}
#contentwrapper { /* S-C-S Layout */
	width: 960px;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	float: left;
	background-color: white;
}
#content {
	margin: 0px 15px 0px 0px;
	float: right;
	width: 700px;
	background-color: white;
}
#content1col {
	margin-left: 15px;
	float: left;
	width: 900px;
	background-color: white;
}
#leftsidebar { /* S-C-S Layout */
	padding: 0px;
	margin-left: 15px;
	width: 200px;
	float: left;
}
#highlightbox {
	background-color: #ffffcc;
	padding: 8px;
}
#contentmid { /* S-C-S Layout */
	float: right;
	margin-right: 10px;
	width: 510px;
}
#contentleft { /* C-S-S Layout */
	margin-left: 5px;
	float: inherit;
	width: 510px;
}
#contentright { /* S-S-C Layout */
	margin-right: 5px;
	float: right;
	width: 510px;
}
#content2col { /* 2Col Layout */
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
	width: 700px;
	background: white url(img/Coverbg.jpg) no-repeat;
}
#content3col { /* 3Col Layout */
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 5px;
	float: left;
	background-color: white;
}
.left { /* S-S-C Layout */
	float: left;
	margin-left: -5px;
}
.right { /* C-S-S Layout */
	float: right;
}
#midsidebar { /* C-S-S Layout */
	margin-left: 10px;
	width: 200px;
	float: left;
}
#rightsidebar {
	float: right;
	margin-right: 5px;
	width: 200px;
}

/***** General Styles *****/
a {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	margin-bottom: 10px;
}
code, pre {
	font-size: 1.3em;
	color: #00C;
}
blockquote:before, blockquote:after {
	content: "\"";
	font-size: 1.6em;
	font-family: serif;
}
blockquote {
	padding: 8px;
	background-color: #ebebeb;
	line-height: 1.6em;
	font-style: italic;
}
blockquote p {
	display: inline;
}
table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
th {
	background-color: #333;
	height: 25px;
	padding: 0 10px;
	color: #ffffff;
	text-align: left;
}
td {
	padding: 5px;
}
tr.odd {
	background-color: #efefef;
}
tr.even {
	background-color: #cfcfcf;
}
form {
	background-color: #333;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #111;
}
label {
	color: #06F;
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
	border: 1px solid #eee;
}
textarea {
	width: 400px;
	padding: 2px;
	border: 1px solid #eee;
	height: 100px;
	display: block;
}
input.button {
	margin: 0;
	padding: 2px 3px;
	border: 1px solid #f2f2f2;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
}
h2.entrytitle {
	background: transparent url(img/minibabelTr.gif) left center no-repeat;
	padding-left:30px;
	height: 30px;
	line-height: 2.2em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.5em;
	display: block;
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 5px;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
h5 {
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
h6 {
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
ul, ol {
	list-style-position: outside;
}
li {
	margin-left: 20px;
}
img.float-right {
	margin: 5px 0px 5px 15px;
	float: right;
}
img.float-left {
	margin: 5px 10px 5px 0px;
	float: left;
}
strong {
	font-size: 11pt;
	font-weight: bold;
	line-height: 20px;
}

/***** Identity ******/
#identity {
	background: transparent url(img/SA.gif) no-repeat 5px 5px;
	margin: 5px 0 0 20px;
	height: 85px;
	width: 610px;
	border: 0px;
	float: left;
}
#identity h1 {
	font-size: 3.2em;
	padding: 15px 0 0 150px;
}
#identity h1 a, #identity h1 a:hover {
	color: #fff;
	text-decoration: none;
}
#identity p.head2 {
	color: #a8d200;
	font-size: 1.9em;
	padding-left: 150px;
	font-weight: normal;
	line-height: 1.7;
}

/****** Banner ******/
#banner {
	height: 120px;
	width: 960px;
	cursor: hand;
	background: #555 url(img/banSA6.jpg) no-repeat;
}

/****** Navigation ******/
#navigation {
	width: 960px;
	background: #999 url(img/nav2.png) top center repeat-x;
	height: 23px;
}
#navbar_link {
	height: 23px;
	width: 100%;
	float: left;
}
#navigation #navbar_link ul {
	float: left;
	height:23px;
	width: 100%;
	list-style-type: none;
}
#navigation #navbar_link ul li {
	display: inline;
}
#navigation #navbar_link ul li a {
	padding: 3px 15px;
	color: #CCC;
	text-decoration: none;
	line-height: 1.5em;
	float: left;
	text-decoration: none;
	font-size: 0.95em;
	font-weight: bold;
}
#navigation #navbar_link ul li a.currentpage {
	color: #0099FF;
}
#navigation #navbar_link a:hover, #navigation #navbar_link ul li a.currentpage:hover {
	text-decoration: none;
	color: #ffffff;
	background: #999 url(img/nav2.png) center -26px repeat-x;
}

/****** Blog EntryFooter ******/
.entryfooter {clear: left;
	position: relative;
	margin: 10px 0 40px 0;
	padding: 3px;
	border-top: 1px solid #f3f4f4;
	border-bottom: 1px solid #f3f4f4;
	font-size: 0.95em;
	background-color: #fafafa;
}
.postedby, .date, .comments, .trackbacks {
	padding-left: 17px;
	padding-right: 5px;
	height: 25px;
}
.postedby {
	padding-left: 14px;
	background: url(img/author.gif) no-repeat top left;
}
.date {
	padding-left: 15px;
	background: url(img/post.gif) no-repeat top left;
}
.comments {
	background: url(img/comments.gif) no-repeat top left;
}
.trackbacks {
	padding-left: 20px;
	background: url(img/trackbacks.gif) no-repeat top left;
}
.entryfooter a, .entrytitle a {
	text-decoration: none;
}

/****** Sidebar Items ******/
.sponsors { /* C-S-S and S-C-C Layouts*/
	text-align: center;
	float: right;
	background-color: #333;
	margin: 0 5px 15px 0;
	padding: 10px 0;
	width : 415px;
	border-top: #0099FF 5px solid;
	overflow: hidden;
}
.sponsors img.withmargin { /* C-S-S and S-C-C Layouts*/
	margin-right: 8px;
	overflow: hidden;
}
.SidebarItem {
	margin: 0px 0px 15px 0px;
}
.SidebarItem h2 {
	background: transparent url(img/sidebartop.png) no-repeat;
	color: #fff;
	height: 25px;
	padding: 5px 0 0 8px;
}
.SidebarBody {
	background-color: #ebebeb;
	color: black;
	padding: 5px;
	border: 1px solid #525252;
}
.SidebarBody a {
	color: #660000;
	text-decoration: none;
}
.SidebarBody a:hover {
	text-decoration: underline;
	color: #cc0000;
}
.SidebarItem ul, #SidebarItem ol {
	list-style: none;
}
.SidebarItem li {
	line-height: 1.2;
}

/******** Footer ********/
#footer {
	float: left;
	background: transparent url(img/footer3.png) top center repeat-x;
	width: 960px;
	height: 50px;
	color: #ffffff;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
}
#footer p {
	font-weight: bold;
	border-top: 1px solid #aaa;
	padding: 5px;
}
#footer a {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
}
#BoxLine {
	color: black;
	padding: 5px;
	border: 1px solid #525252;
	text-align: center;
}
#BoxNoLine {
	color: black;
	padding: 5px;
	text-align: center;
}
