
body {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	background: #a1c8ff url(/Images/body_Background.png) repeat-x scroll top left;
}

.Page {
	margin: 0px auto;
	width: 960px;
	padding: 0px 10px;
	background: transparent url(/Images/Page_Background.png) no-repeat scroll top left;
}
	
	.Header {
		background: transparent url(/Images/Header_Background.png) repeat-x scroll top left;
	}
	
		.HeaderContent {
			margin: 0px auto;
			width: 920px;
			height: 40px;
			padding: 20px;
		}

			.Navigation {
				display: inline-block;
				list-style: none;
				margin: 0px 0px 13px 20px;
				padding: 0px;
				vertical-align: bottom;
			}

				.Navigation li {
	
					display: inline-block;
					margin: 0px;
					padding: 0px 0px;
				}

				.Navigation a {
					vertical-align: bottom;
					text-decoration: none;
					font-family: Arial;
					font-size: 16px;
					font-weight: bold;
					color: #fff;
					margin-right: 5px;
					padding: 3px 6px;
					-moz-border-radius: 7px;
				}

				.Navigation a:link, .Navigation a:visited {
					color: #fff;
					text-decoration: none;
				}

				.Navigation a:hover {
					color: #004;
					background-color: #fff;
					text-decoration: none;
				}
			/* } .Navigation */
		/* } .HeaderContent */
	/* } .Header */

	.Container {
		background-color: #fff;
	}

		.Content {
			padding: 25px 30px;
			margin-top: 0px;
			margin-right: 230px;
			font-family: Candara, Georgia, Times New Roman;
			/*	font-family: Constantia, Garamond, Times New Roman; */
			font-size: 16px;
			background-color: #fff;
		}

		.Sidebar {
			float: right;
			width: 200px;
			padding: 15px;
			text-align: justify;
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-size: 11px;
			background: #f0f0ff;
		}
	/* } .Container */

	.Footer {
		clear: both;
		color: #FFF;
		font-family: Verdana;
		font-size: 11px;
		background: #404040 url(/Images/Footer_Background.png) repeat-x scroll top left;
	}

		.FooterContent {
			padding: 15px;
		}
	/* } .Footer */

/* } .Page */

.UserBox
{
	float: right;
	margin: 20px 15px;
	
	color: #E9E9E9;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.UserBox a:link, .UserBox a:visited
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.UserBox a:hover, .UserBox a:active
{
	text-decoration: underline;
}

.Clear
{
	clear: both;
}

p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.4em;
}

h1 
{
	margin: 0px 0px 0.2em 0px;
	font-size: 1.5em;
	font-weight: bold;
}

h2 
{
	margin: 1em 0px 0.2em 0em;
	font-size: 1.25em;
	font-weight: bold;
}

h3 
{
	margin: 1em 0px 0.2em 0px;
	font-size: 1.125em;
	font-weight: bold;
	font-style: italic;
}

h4 
{
	margin: 1em 0px 0.2em 0px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

form 
{
	margin: 0px;
	padding: 0px;
}

.OpenIDTextbox {
	background-image: url(Images/openid-icon-small.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
	background-attachment: scroll;
	padding-left: 18px;
	width: 240px;
}

.TagCloud
{
	font-size: 16px;
	line-height: 1.5em;
}
