/* CSS RESETS */
html,body,div,h1,h2,h3,h4,h5,h6,p,pre,abbr,acronym,blockquote,img,dl,dt,dd,ol,ul,li,caption,tbody,tfoot,thead,tr,form,fieldset,embed,object,applet{margin:0;padding:0;border:0}body{direction:ltr;font-size:62.5%;font-family:arial,sans-serif;color:#000;background:#fff}a{color:#11c}a:active{color:#c11}a:visited{color:#551a8b}ol{margin:0 0 1em 2em}* html ol{margin:0 0 1em 2.3em}*+html ol{margin:0 0 1em 2.3em}p,pre{margin:0 0 1em}li{margin:0 0 .5em}dd{margin:0 0 1em 2em}blockquote{margin:0 2em 1em}h1{font-size:1.3em;margin:0 0 .7em}h2,h3{font-size:1.1em;margin:0 0 .9em}h4,h5,h6,table{font-size:1em;margin:0 0 1em}sup,sub{font-size:.7em}th,caption{text-align:left}input,select,textarea,option{font-family:inherit;font-size:inherit}

body {
	text-align: center;
}

#headerWrapper {
	background: #f3f3f3;
	border-bottom: 2px solid #ededed;
	text-align: left;
	min-width: 1080px;
}

#header {
	font-family: Verdana, Arial, sans-serif;
	margin: 0 auto;
    width: 760px;
	color: #605E5D;
}

#header .title {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding: 10px 0 0 0;
}

#header .subTitle {
	font-size: 16px;
}

#container {
	margin: 0 auto;
    width: 1080px;
    text-align: left;
	font-size: 1.3em;
	overflow: hidden;
}

#leftColumn {
	float: left;
	width: 160px;
	min-height: 1px;
}

#leftColumn .navigation {
	margin-top: 8px;
}

#leftColumn .navigation li {
	margin-left: 28px;
}

#leftColumn .navigation li a{
	display: block;
	width: 120px;
	height: 33px;
	line-height: 33px;
	text-indent: 8px;
	color: #fff;
	text-decoration: none;
	background: url(../images/blue_button.png) 0 -53px no-repeat;
}

#leftColumn .navigation li a:hover {
	background: url(../images/blue_button.png) 0 0 no-repeat;
	box-shadow: 1px 1px 3px rgba(66,66,66,0.3);
}

#leftColumn .navigation li a:active {
	background: url(../images/blue_button.png) 0 -106px no-repeat;
}

#middleColumn {
	float: left;
	width: 696px;
	min-height: 1px;
	padding: 20px 30px;
	border-left: 2px solid #ededed;
	border-right: 2px solid #ededed;
}

#middleColumn table {
	width: 696px;
}

#rightColumn {
	float: left;
	width: 160px;
	min-height: 1px;
}

/* General Settings */
.clear {
	clear: both;
}

h1 {
	font-size: 2em;
    margin: 0 0 10px;
	font-weight: normal;
	color: #FF7700;
}

h2 {
    font-size: 1.3em;
    margin: 20px 0 5px;
	font-weight: normal;
	color: #FF7700;
	border-bottom: 1px solid #FF7700;
	padding: 0;
	margin-top: 0;
}

h3 {
	font-weight: normal;
	color: #FF7700;
}

h5 {
	margin: 18px 0 0 28px;
	color: #605E5D;
	font-size: 0.9em
}

a {
	color: #558ed5;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #558ed5;
}

a:hover {
	color: #FF7700;
	text-decoration: underline;
}

ul {
	list-style: none;
}

ul.list {
	list-style-type: disc; 
	padding-left: 18px;
}
