@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* HTML Tags */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;
	background:url(../img/BKGR.png) repeat-x #FFF;
	line-height:17px;
}
hr {
	margin: 10px 30px;
	border:none;
	border-bottom:#5dc1fd 1px solid;
}
a {
	color:#0079c2;
}
a:hover {
	color:#003D5F;
}

/* Custom */
#wrapper {
	border:#AAA 1px solid;
	width:700px;
	margin:auto;
	overflow:hidden;
	background:#FFF;
}
#header {
	overflow:hidden;
}
#headerLogo {
	padding:20px 0px 10px 20px;
	float:left;
	font-size:18px;
}
#headerLogo img{
	padding-bottom:13px;
}
#headerTag {
	background:url(../img/headerTagBKGR.png) no-repeat left top;
	padding:10px 0px 0px 40px;
	float:right;
	font-size:11px;
}
#headerTag a{
	border-right:#000 1px solid;
	padding-right:15px;
	margin-right:15px;
	text-decoration:none;
	color:#000;
}
#headerTag a.last{
	border-right:none;
	margin-right:0px;
}
#headerTag h1{
	text-align:right;
	padding:20px 10px 0px 0px;
	font-size:16px;
}
#subHeader {
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	background-color:#E7E7E7;
	overflow:hidden;
}
#subHeader #lft {
	height:20px;
	width:166px;
	background:url(../img/sideNavHeader.png);
	border-right:1px solid #AAA;
	float:left;
	margin-right:15px;
}
#subheader h1{
	font-size:11px;
	color:#777;
}
#sideNav {
	float:left;
	width:166px;
	font-size:11px;
	border-bottom:#AAA 1px solid;
}
#sideNav div{
	background:#E7E7E7;
	border-bottom:#AAA 1px solid;
	padding: 4px 0px 4px 35px;
}
#sideNav div:hover {
	background:#FFF;
}
#sideNav a{
	text-decoration:none;
	color:#333;
}
#sideNav a:hover{
	text-decoration:none;
	color:#000;
}
#sideNav td:hover {
	background:#FFF;
}
#sideNav .selected {
	background:#AAA;
	color:#fff;
	padding: 4px 0px 4px 25px;
}
#sideNav .selected:hover {
	background:#FFF;
	color:#000;
}
#mainContent {
	float:left;
	border-left:1px solid #AAA;
	padding-bottom:20px;
	width:533px;
}
#mainContent h1 {
	color:#0079c2;
	font-size:21px;
	margin:10px 30px;
}
#mainContent p{
	font-size:13px;
	margin: 10px 30px;
	line-height:18px;
}
.imgBtn {
	border:#000 1px solid;
}
.imgBtn:hover {
	border:#0079c2 1px solid;
}
.appBtn {
	padding:3px 0px;
	margin:5px 0px;
	border:#AAA 1px solid;
	font-size:12px;
	width:135px;
	text-align:center;
	cursor:pointer;
}
.appBtn a{
	text-decoration:none;
}
.appBtn:hover {
	background-color:#DDD;
}