*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body
{
	background: #fff;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 0px;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x; 
}

#container
{
	padding: 0px;
	width: 720px;
	margin: auto;
	background: #fff;
	background-image: url(pics/content_background.jpg);
	background-repeat: repeat-y; 
}

#title
{
	width: 100%;
	text-align: center;
}

#footer
{
	padding: 5px 15px 5px 5px;
	height: 30px;
	text-align: center;
	width: 720px;
	background: #697A87;
	color: #fff;
	font: 11px/20px verdana;
}

#footer a
{
	color: #fff;
}

#links
{
	padding: 5px 15px 5px 5px;
	height: 30px;
	text-align: right;
	width: 720px;
	background: #2C4050;
	color: #fff;
	font: 11px/20px verdana;
}

#links a
{
	color: #fff;
	text-decoration: none;
}

#left
{
	padding: 0px 0px 0px 15px;
	font: 10px/20px verdana;
	float: left;
	font-weight: bold;
	width: 150px;
	text-align: left;
}

.right
{
	font: 13px/20px verdana;
	color: #222;
	float: left;
	width: 545px;
}

.right a
{
	color: #287CD2;
	text-decoration: none;
}

.rightbox
{
	text-align: left;
	padding: 15px 35px 15px 35px;
	min-height:500px;
	_height: 500px;
}

.header
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C4050;
}








#navcontainer { width: 150px; }

#navcontainer ul
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
	font: 10px/20px verdana;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding: 3px 16px;
	margin: 9px 0px;
	color: #2C4050;
	background-color: #E4EAF0;
	border: 1px solid #88A1B9;

}

#navcontainer a:link, #navlist a:visited
{
	color: #2C4050;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #BECFE0;
}










fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 10px;
	border: 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #2C4050;
	font: 10px/20px verdana;
	font-weight: bold;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px 0px 4px 4px;
	font: 10px verdana;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}
