A:link		{color:#9da6aa}
A:visited	{color:#6c797f}
A:active	{color:#ced3d5}
A:hover		{color:#ced3d5}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: bold;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #E9EEF6;
	color: #667B99;
}

div.content_wrapper
{
	width: 64%;
	margin-left: 18%;
	margin-right:18%;
}

div.content
{
	font-family: lucida sans unicode, arial;
	font-size: 10pt;
}
div.banner_wrapper
{
	padding-left:40px;
}
div.banner
{
	background: #BCD5E6;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	width:93%;
	text-align:center;
	font-family: lucida sans unicode;
	font-size: 0.8em;
}
div.loading
{
	float:right;
}
div.menu
{
	background: #CCD5E6;
	height: 50px;
	width: 430px;
	margin: auto;
	text-align:center;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

ul.menu
{
	list-style-type: none;
}

li.menuopt
{
	float: left;
	width:105px;
}

li.menuopt a
{
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	font-family: Lucida Sans Unicode;
	font-size: 16px;
	color: #667B99;
}

li.menuopt a:hover
{
	color: #FFF;
}
img.mc1,img.mc2,img.mc3,img.mc4
{
	display:none;
}
div.mcbox,.cbox,.loginbox
{
	height:auto;
	padding:20px;
	border-radius:20px;
}
div.mcbox
{
	background: #F9F9F9;
	color:#02243C;
	min-height:200px;
}
div.loginbox
{
	background:#F9F9F9;
	color:#02243C;
	padding:50px;
}
div.loginareawrapper
{
	min-height:65px;
}
div.profilepicbox
{
	background: #F6F6F6;
	min-height:180px;
	min-width:180px;
	max-height:180px;
	max-width:180px;
	border: 1px #000000 solid;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.portfolio_thumb_holder
{
	width:100%;
	padding-left:18%;
}

div.portfolio_thumb
{
	border: 1px solid #000000;
	width:80px;
	height:80px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

div.portfolioclinger
{
	height:auto;
	width:auto;
	text-align:center;
	vertical-align:middle;
	background: #F9F9F9;
	color:#02243C;
	padding:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-right:20px;
	float:right;
}
div.lowermenu
{
	display: block;
	text-decoration: none;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
div.usernamewrapper
{
	float:left;
	text-align:center;
	padding-left:100px;
}
div.passwordwrapper
{
	float:right;
	text-align:center;
	padding-right:100px;
}
textarea#username
{
	height: 30px;
	width:	140px;
	border: 4px solid #F3F3F3;
	border-radius:10px;
	resize:none;
	outline:none;
	padding:10px;
}
textarea#password
{
	height: 30px;
	width: 140px;
	border: 4px solid #F3F3F3;
	border-radius:10px;
	resize:none;
	padding:10px;
	outline:none;
}

div.packagename
{
	background: #667B99;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	text-align:center;
	padding:5px;
	color:#CCD5E6;
	font-weight:bold;
}

div.packagecontents
{
	background: #EEE;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:10px;
}

div.list
{
	float:right;
	z-index:99;
}
