﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html,
body 
{
	margin:0;
	padding:0;
	height:100%;
	background-color:#FFFFFF;

}

.bodyfont {
  
   font-size:0.8em; 
   font-family:Arial, Helvetica, sans-serif;
   color:#666666;  
   background-color:#FFFFFF;
}
	
#body {
   
    /*font-family : Tahoma, Verdana, Arial, Georgia, sans-serif;*/
	background-color:#FFFFFF;
	margin:1px;
	font-size:0.8em;
	line-height : 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*line-height:160%;*/
    font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	masthead

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#masthead
 {
  /*background-color:#3300CC;*/
 background-color: #2b68d4;
  /*background:##2A48CE url('../../TWOImages/TWOBanner_7.png') no-repeat;*/
  height:120px;
  width:100%;
}

/*#masthead
 {
  height:120px;
  width:860px;
  margin-left:auto;
  margin-right :auto;
}*/

#masthead  .title{

    text-align: center;
	font-family: verdana;
	font-size: x-large;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top:30px;
    line-height:1.7em;
}

.name_column_middle {
	float:left;
	width:544px;
	height:70px;
	overflow:hidden;
	padding-top:20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#eee;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-2px;
	text-align: center;
	}
	
.ThePortfolioOf {
	position:relative;
	top:8px;
	font-size:14px;
	color:#CCC;
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
	}
/*
#masthead  a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#masthead a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#masthead a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}
*/

#logobox {
	position:absolute;
	left:5%;
	padding-top:5px;

}

#loginbox {

	text-align:center;
	/*border-left:1px dashed #CACACA;*/
	position:relative;
	top:0px;
	right:2%;
	color:White;
	font-size:small;
}

#logoutbox {

	text-align:center;
	/*border-left:1px dashed #CACACA;*/
	position:absolute;
	top:45px;
	 padding-left:30px;
	float:left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-main {
	margin-top:0px;
	/*width:100%;*/
	position:relative;
	font-weight:bold;
	color:#FFFFFF;
	/*background-color: #9FA41D;*/
	background-color:#CC0000;
	 height:20px;
	
	z-index:500;
}

	
#nav-main  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#nav-main  li {
	float: left;
	border-right-color:White;
	border-right-style:solid;
	border-right-width:2px;
}

/*
#nav-main  a {
	margin: 0 1px;
	display: block;
	text-align:center;
	text-decoration: none;
	color: #fff;
}
*/

#nav-main  .hover {
	
	background-color:White;
	height:30px;

}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*#footer {
  
     clear: both;
     margin:0px;
     background-color:#2A48CE;
     
}*/

#footer {
		clear: both;
		position:absolute;
		bottom:0;
		width:100%;
		height:30px;			
		background:#6cf;
	}

/*
#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
	z-index:1;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:link {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}
*/



