/*----------------------------------------
--Global Settings and Classes
----------------------------------------*/
body {
	background: #EEEEEE;
	color: #444;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	margin: 0px;
}
a { color: #005784; text-decoration: none; }
a:hover { color: #28E; }

.success {
	background: #66FF66;
	border: 1px dashed #339900;
	text-align: center;
	width: auto;
	padding: 7px;
	margin: 4px 0px 4px 0px;
}
.error {
	background: #FFCCCC;
	border: 1px dashed #CC0099;
	text-align: center;
	width: auto;
	padding: 7px;
	margin: 4px 0px 4px 0px;
}
.title2
{
  	color:#579;
   	font-size: 12px;
   	font-weight: bold;
	border-bottom: 1px dotted #DFEEF7;
	margin: 4px 4px 4px 0px;
	cursor: default;
}
.title3
{
  	color:#579;
   	font-size: 17px;
   	font-weight: bold;
	border-bottom: 1px dotted #DFEEF7;
	margin: 4px 4px 4px 0px;
	cursor: default;
}
/*----------------------------------------
--Header
----------------------------------------*/
.header {
	height: 75px;
	background-image: url('images/logo.jpg');
}
/*----------------------------------------
--Navigation
----------------------------------------*/
.navpadding {
	padding-top: 15px;
}
.navholder {
	float: left;
	text-align:left;
	width: 200px;
	height: auto;
	margin-top:10px;
	margin-left:10px;
}
.navigation {
	text-align:left;
	width: 180px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	color:#666666;
	font-size: 0.9em;
	margin-bottom: 30px;
}
.navigation h2 {
	color:#579;
	font-size: 1.1em;
	line-height: 12px;
	text-align: center;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}
.navigation li {
	border-bottom: 1px solid #EAEADA;
	list-style: none;
}
.navigation li a {
	color: #005784;
	background: #f7f7f7;
	font-size: 1.1em;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 170px;
}
.navigation li a:hover {
	background: white;
	color: #28E;
}
/*----------------------------------------
--Main Content
----------------------------------------*/
.main {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;
	border-right: 1px solid #DFEEF7;
	border-bottom: 1px solid #DFEEF7;
	border-left: 1px solid #DFEEF7;
}
.content {
	float: right;
	margin: 10px;
	padding: 0px 15px;
	width: 518px;
	height: auto;
}
.insidebox {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 5px 6px 5px 6px;
    background-color:#f9f9f9;
    border:1px solid #DFEEF7;
    text-align: justify;
    height: auto;
	margin-bottom: 10px;
}
/*----------------------------------------
--Footer
----------------------------------------*/
.clearer {clear: both;}
.footer {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:10px;
    background: #fff;
    border-top: 1px solid #DFEEF7;
    text-align: right;
    height: auto;
	padding-right: 2px;
	cursor: default;
}