/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#DCDCDC;
	font:medium Helvetica, Arial, sans-serif;
	line-height:200%;
}

#Wrapper
{
	width:778px;
	margin:10px auto;
}

#Header
{
	width:100%;
	display:block;
	padding-left:5px;
}

#TopNav
{
	width:100%;
	float:left;
	clear:both;
	margin:10px 0;
}

#TopNav ul
{
	width:100%;
	height:40px;
	float:left;
	list-style:none;
	background:url(graphics/topnav.png) no-repeat top left;
}

#TopNav li
{
	float:left;
	margin-top:5px;
	border-left:1px solid #FFFFFF;
}

#TopNav li:first-child
{
	border:0;
}

#TopNav li a
{
	float:left;
	display:block;
	width:110px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font:small-caps bold medium Helvetica;

}

#TopNav li a:hover
{
	color:#00FF00;
	text-decoration:underline;
}

#TopNav li a abbr,#Footer a abbr
{
	border-bottom:0;
}

#Container
{
	width:100%;
	float:left;
	background:url(graphics/innercontent.png) top left repeat-y;
}

#InnerContainer
{
	width:100%;
	float:left;
	background:url(graphics/container.png) top left no-repeat;
}

#Content
{
	float:left;
	width:545px;
	padding:15px;
	padding-top:10px;
	padding-right:5px;
}

table
{
	width:100%;
}

table
{
	position:relative;
	top:-4;
	left:-4;
	width:100%;
	border:1px solid #999999;
	background:#FFFFFF;
	margin-bottom:1em;
}

table th, table td
{
	margin:0;
	text-align:center;
	border-bottom:1px solid #DDDDDD;
}

table th
{
	padding:5px 13px;
}

th
{
	background:#EEEEEE;
}

table td button
{
	padding:5px 13px;
}

form fieldset
{
	margin:5px;
	float:left;
	width:500px;
	padding:5px;
}

form ol,ul
{
	list-style:none;
	width:100%;
}

legend
{
	font:bold 115% Helvetica, Arial, sans-serif;
}

fieldset
{
	border:0;
	
}

fieldset li
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:5px;
	padding-bottom:2px;
}

form ol ul label
{
	float:none;
	width:auto;
	display:inline;
	text-align:left;
	margin-left:20px;
}

form ol ul li
{
	margin-left:150px;
}

label
{
	float:left;
	width:170px;
	display:block;
	text-align:right;
	margin-right:20px;
}

input,select,textarea
{
	font-size:105%;
	font-family:Helvetica, Arial, sans-serif;
}

.error
{
	color:#FF0000;
	display:block;
	border:2px solid #CCCCCC;
	background:#DCDCDC;
	text-align:center;
}

.message
{
	color:#00CC00;
	display:block;
	border:2px solid #CCCCCC;
	background:#DCDCDC;
	text-align:center;
}

#RightBar
{
	width:190px;
	float:right;
	padding:15px;
	padding-top:10px;
	padding-left:5px;
}

#RightBar .box
{
	background:url(graphics/box-bottom.png) bottom left no-repeat;
	width:197px;
	padding:5px;
	margin-bottom:10px;
}

#RightBar .box b
{
	display:block;
	background:url(graphics/box-top.png) top left no-repeat;
	margin-top:-5px;
	margin-left:-5px;
	color:#FFFFFF;
	font-variant:small-caps;
}

#RightBar .box b span
{
	display:block;
	width:190px;
	padding-left:5px;
	margin:0 1px;
	background:url(graphics/box-white.png) bottom left repeat-x;
}

.addthis_toolbox .vertical
{
    width: 95px;
	float:left;
}

.addthis_toolbox .vertical a
{
    width: 100%;
    padding: 2px 0 2px 25px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 5px;
    top: 10px;
}

#Footer
{
	width:100%;
	float:left;
	background:url(graphics/footer.png) bottom left no-repeat;	
	text-align:center;
	padding-bottom:20px;
}

#Footer a
{
	text-decoration:none;
}