body {
	margin: 10px;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

p, blockquote, ol, ul {
	line-height: 160%;
}

a {
	color: #055f9c;
}
.bold {
	font-weight: bold;
}

a:hover {
	color: #000;
}


/* Wrapper */

#wrapper {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6181BE;
	border-right-color: #6181BE;
	border-bottom-color: #6181BE;
	border-left-color: #6181BE;
}

/* Header */

#header {
	float: left;
	width: 1024px;
	height: 220px;
	background-color: #5E80BD;
	background-image: url(../images/ri-header3.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}


#header h1 {
	margin: 0;
	padding: 43px 0 0 0;
	text-align: center;
	letter-spacing: -1px;
	font-size: 2.5em;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
.addressbox {
	text-align: left;
	position: absolute;
	top: 114px;
	margin-left: 800px;
	line-height: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
}


/* navbar */

#navbar {
	height: 30px;
	text-align: center;
	width: 100%;
	background-color: #6181BE;
	background-image: url(../images/bk1.jpg);
	float: left;
	padding-top: 10px;
}

#navbar ul {
	float: right;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#navbar li {
	display: inline;
}

#navbar a {
	padding-left: 2em;
	text-decoration: underline;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#navbar a:hover {
	text-decoration: underline;
	color: #000;
}

/* Content */

#super {
	margin-top: 10px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftsidebar {
	float: left;
	width: 250px;
	margin-top: 10px;
	;
}
#categories {

}




/* Boxed */

.boxed {
	padding: 0;
	background-color: #EFF3F9;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.boxed p {
	text-align: justify;
	font-weight: bold;

}

.boxed .heading {
	margin-top: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/img3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #5E80BD;
}

.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
}


.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.boxed a {
	text-decoration: underline;
	padding-left: 20px;
	text-align: left;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #e4e9f1;
}
.boxed a:hover {
	color: #000;
}
#maincontent/* Posts */

 {
	width: auto;
	padding-right: 10px;
	margin-left: 255px;
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
.maincontent a {
	text-decoration: underline;
}

.maincontent a:hover {
	text-decoration: underline;
	color: #000;
}


.post {
	padding-top: 10px;
}

.post p {
	margin: 0;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.post .title {
	margin: 0;
	font-size: 2em;
}

.post .posted {
	margin-top: 0;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta {
	margin: 2em 0 3em 0;
	border-top: 1px dotted #939A3C;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta p {
	margin: 0;
}
#process {
}
#process li {
	background-color: #EFF3F9;
	padding: 5px;
}


.answer {
	background-color: #EFF3F9;
	padding: 5px;
	margin-left: 5px;
}


/* Search */

#search {
}

#search .content {
	padding-bottom: 12px;
}

#textfield1 {
	width: 156px;
	padding: 5px 5px;
	border: 1px solid #000000;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

#submit1 {
	display: none;
}
/* Footer */

#oldfooter {
	clear: both;
	border-top: 1px dotted #000000;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #5E80BD;
	background-image: url(../images/bk1.jpg);
	background-repeat: no-repeat;
}
#oldfooter a {
	color: #000000;
}
#oldfooter p {
	text-align: center;
}


form {
	margin: 0;
	padding: 0;
}


#login {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #EFF3F9;
}

.loginheading  {
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #5E80BD;
	background-image: url(../images/img4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 5px;
}



#login a {
	text-transform: uppercase;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
}
#login a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
#fill-in {
visibility:hidden;
display:none;
}

.alignLeft {

  text-align: left;

}



.alignRight {

  text-align: right;

}

#contactinfo {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E80BD;
	border-right-color: #5E80BD;
	border-bottom-color: #5E80BD;
	border-left-color: #5E80BD;
}
.alignCenter {
	text-align: center;
}
#footer {
	height: 60px;
	text-align: center;
	width: 100%;
	background-color: #6181BE;
	background-image: url(../images/bk1.jpg);
	float: left;
	padding-top: 10px;
	background-repeat: repeat;
	clear: both;
	border-top-color: #6181BE;
	border-right-color: #6181BE;
	border-bottom-color: #6181BE;
	border-left-color: #6181BE;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: hidden;
}
#footer ul {
	float: right;
	margin: 0;
	list-style: none;
	line-height: normal;
}
#footer li {
	display: inline;
}
#footer a {
	padding-left: 2em;
	text-decoration: underline;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}

