/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #ffffff;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	padding: 15px 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Palatino", "Times New Roman", "Minion Web", Times, serif;
	font-weight: normal;
	margin: 0;
}

/* extra headings for the submit page */
h4 {
    font-family: "Georgia", "Palatino", "Times New Roman", "Minion Web", Times, serif;
	font-weight: bold;
	color: #006600;
	font-size: 20px;
}

h5 {
    font-family: "Georgia", "Palatino", "Times New Roman", "Minion Web", Times, serif;
	font-weight: bold;
	color: #006600;
	font-size: 16px;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li.pink
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 20px;
}

li.green
{
	background: url(images/arrow2.gif) left 5px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 20px;
}

li.plain
{
	background: url(images/arrow3.gif) left 5px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 20px;
}

li.dot
{
	background: url(images/arrow4.gif) left 5px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 20px;
}



/* Links */
a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
	text-decoration: underline;
}
#container a:link, #container a:visited
{
	color: #3333ff;
	text-decoration: none;
}
#container a:hover, #container a:active
{
	color: #cc33cc;
}

#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 724px;
	height: 0;
	clear: both;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 724px;
	background: white;
	border-width: 2px;
	border-style: solid;
	border-color: #F8F3D3;
	margin: auto;
}
#wrapper
{
	width: 724px;
	background: white url(images/background-beige.jpg) repeat-y;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 724px;
	height: 1%;
	overflow: visible;
	float: right;
	padding: 4px 0 0 0;
	margin-left: -165px;
}
.content
{
	padding: 0;
	margin: 7px 20px 30px 185px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h1
{
	clear: both;
	font-size: 36px;
	padding: 0 0 3px 0;
	margin: 0;
}
.contenttitle h2
{
	clear: both;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}
.contentbody
{
	font-size:13px;
	padding: 0 0 16px 0;
}


/*-------------------------------------------------
  Comments and sidelist
-------------------------------------------------*/
.comment
{
	/* background: url(images/comment-quote.gif) no-repeat; */
	/* background-position: 6px 9px; */
	/* padding: 6px 42px; */
	padding: 6px 22px;
	border: 1px solid #7BA0CD;
	margin: 10px 0 0 0;
}
.commentby
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.rightlist
{
	padding: 6px 6px;
	border: 1px solid #CD8E85;
	margin: 0 0 0 10px;
	float: right;
	width: 265px;
}

.rightlistgreen
{
	padding: 6px 6px;
	border: 1px solid #006600;
	margin: 0 0 0 10px;
	float: right;
	width: 265px;
}

.arrow
{
	background: url(images/arrow.gif) center left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
}


/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 165px;
	padding: 2px 0 0 0;
}
.sidebar
{
	color: #000000;
	margin: 0 0 4px 6px;
}
.logospace
{
	padding: 60px 0 0 0;
}

.star
{
	background: url(images/star.gif) no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Menu lists */

.sidebar p
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Palatino", "Times New Roman", "Minion Web", Times, serif;
	padding: 4px 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 724px;
	background: #F8F3D3;
	text-align: center;
	padding: 10px 0 10px 0;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #F8F3D3;
	margin: 0 auto;
}

#copyrights
{
	color: #000000;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

/* Leftbox and Rightbox */
.leftbox, .rightbox {
	margin: 1px;
	padding: 3px;
	font-size: larger;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
