/*
Website Master Page Style
Design on Sep-23-2006
Designed by Quick
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddeeff;
	color: #000000;
	font-size: 12px;
}

form {
	margin: 0px;
}

#wrapper {
	width: 788px;
	height: auto;
	min-height: 800px;
	border: 0px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding: 18px;
}

#masthead 
{
	width: 792px;
	height: 143px;
	background: url("images/EPICC_header.jpg") no-repeat;
	overflow: hidden;
}

#top_links 
{
    position:absolute;
    right: 46px;
    width: 400px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
    color: White;
}

#top_links a 
{
    color: White;
    text-decoration: none;
}

#top_links a:hover
{
    color: White;
    text-decoration: underline;
}

#container {
	position: relative;
	width: 792px;
}

#left_col {
	width: 155px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	height: 100%;
	background-color: #336699;
}

#leftmenu {
	position: relative;
	width: 155px;
	padding: 0px;
	top: 18px;
	display: block;
}

#leftlogin 
{
    margin-top: 80px;
    width: 145px;
    padding: 0 5px 0 5px;
    color: White;
    display: block;
}

#page_content {
	margin: 0 7px 0px 173px;
	height: auto;
	min-height: 500px;
	padding: 0px;
}

#top_nav {
	width: 602px;
	line-height: 14px;
	height: 14px;
	color: Gray;
	font-size: 10px;
	text-align: right;
	display: block;
}

#top_nav a
{
    color: Gray;
    text-decoration: none;
}

#top_nav a:hover
{
    color: Black;
    text-decoration: underline;
}

#page_title
{
    line-height: 32px;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    color: #003366;
    border-bottom: solid 1px #6699cc;
    display: block;
}

#page_details
{
    margin-top: 18px;
    width: 612px;
}

#right_col {
	width: 234px;
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;
}

#right_content
{
    margin-top: 228px;
    width: 100%;
}

#right_header
{
        background: url("images/EPICC_event_header.jpg") no-repeat;
        width: 224px;
        height: 37px;
        line-height: 37px;
        padding-left: 10px;
        vertical-align: middle;
        color: #FFFFFF; 
        font-weight: 900; 
        font-size: 13px;
}

#right_body
{
        background: url("images/EPICC_event_bk.jpg") repeat-y;
        padding:10px;
        width: 214px;
}

#right_footer
{
        background: url("images/EPICC_event_bottom.jpg") no-repeat;
        width: 234px;
        height: 8px;
}

#right_bottom
{
    position: absolute;
    background: url("images/EPICC_event_bk.jpg") repeat-y;
    bottom: 0;
    right: 7px;
    width: 234px;
    height: 10px;
}


#contactus_div
{
    width: 612px;
}

#copyright 
{
	width: 770px;
	height: 36px;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
	font-weight: 900;
	line-height: 36px;
	vertical-align: middle;
	background: url("images/EPICC_footer.jpg") no-repeat;
	color: White;
	display: block;
}

#copyright a
{
    text-decoration: underline;
    color: white;
}

#copyright a:hover
{
    text-decoration: underline;
    color: Orange;
}

hr
{
    height: 1px;
    color: #eee;
}

#marqueecontainer {
	position: relative;
	width: 100%; /*marquee width */
	height: 100px; /*marquee height */
	overflow: hidden;
}

fieldset
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #99ccff;
	overflow: auto;
}

legend {
	padding: 2px 5px;
	color: #000066;
	font-weight: bold;
}
