@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	margin-top: 40px;
}

p {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 13px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #484848;
}

.outer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 550px;
	background-image: url(images/nanoRight.gif);
	background-repeat: no-repeat;
	
}

.valign {
	vertical-align: top;
}

.leftside {
	width: 182px;
	vertical-align: top;
}

.box {
	margin-top: 21px;
	width: 700px;
	background-color: #f5f5f5;
	background-position: top left;
}

.boxTopLeft {
	background-image: url(images/box/topLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 15px;
	width: 15px;
}

.boxTopRight {
	background: url(images/box/topRight.gif) no-repeat top right;
	height: 15px;
	width: 15px;
}

.boxBottomLeft {
	background: url(images/box/bottomLeft.gif) no-repeat top left;
	height: 15px;
	width: 15px;
}

.boxBottomRight {
	background: url(images/box/bottomRight.gif) no-repeat top right;
	height: 15px;
	width: 15px;
}

.boxTop {
	background: url(images/box/top.gif) repeat-x top center;
	height: 15px;

}

.boxBottom {
	background: url(images/box/bottom.gif) repeat-x top center;
	height: 15px;

}


.boxLeft {
	width: 15px;
	background-image: url(images/box/left.gif);
}

.boxRight {
	width: 15px;
	background-image: url(images/box/right.gif);
}

.content {
	padding: 20px;
}

a:link {
	text-decoration: underline;
	color: #484848;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #484848;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #484848;
	font-weight:bold;

}
a:active {
	text-decoration: none;
	color: #484848;
	font-weight:bold;
}

.submissions {
	margin-top: 10px;
}