﻿.thinBarDiv
{
	top : 0px;
	left : 0px;
	position : relative;
	height : 1px;
	width : 900px;
	background-color : #545454;
	margin-top : 2px;
	margin-bottom : 2px;
}

#mainDiv
{
	top : 175px;
	left : 10px;
	position : absolute;
}

#contentDiv
{
	top : 3px;
	left : 8px;
	position : relative;
	width : 549px;
	height : 267px;
	float : left;
	overflow : hidden;
	display : inline;
	font-family : Verdana;
	background-color : #e1e7f0;
}

#contentDiv #welcomeDiv,
#sideBarDiv #eventDiv
{
	float : left;
	width : 31px;
}

#contentDiv .textDiv
{
	float : left;
	width : 488px;
	border : solid 10px #e1e7f0;
}

#contentDiv #welcomeDiv,
#contentDiv .textDiv
{
	height : 103px;
	background-color : #e1e7f0;
}

#contentDiv hr
{
	width : 549px;
	height : 5px;
	color : #e1e7f0;
	background-color : #e1e7f0;
	border : solid 0 #FFFFFF;
}

p
{
	margin : 0;
	font-size : 60%;
	line-height : 2em;
	
}
p + p
{
	margin-top : 1em;
}

#contentDiv #headPara
{
	border-right : solid 10px #e1e7f0;
	border-left : solid 10px #e1e7f0;
	border-top : solid 5px #e1e7f0;
	border-bottom : solid 5px #e1e7f0;
	background-color : #e1e7f0;
}

#contentDiv .companyName,
#sideBarDiv .title
{
	font-size : 150%;
	font-weight : bold;
	color : #385c9a;
}

#contentDiv .largeFont
{
	font-size : 85%;
	font-weight : bold;
	color : #545454;
}

#contentDiv .endButton,
#contentDiv .button
{
	border-top : solid 5px #FFFFFF;
	border-bottom : solid 0px #FFFFFF;
	border-right : solid 0px #FFFFFF;
	border-left : solid 0px #FFFFFF;
}

#contentDiv .button
{
	border-right : solid 5px #FFFFFF;
}

#sideBarDiv
{
	top : 3px;
	left : 15px;
	position : relative;
	width : 298px;
	height : 267px;
	font-family : Verdana;
	background-color : #e4e4e4;
	float : left;
	display : inline;	
}

#sideBarDiv .textDiv
{
	float : left;
	width : 237px;
	border : solid 10px #e4e4e4;
}

#sideBarDiv #eventDiv
{
	position : relative;
	top : 3px;
}

#sideBarDiv #eventDiv,
#sideBarDiv .textDiv
{
	height : 103px;
	background-color : #e4e4e4;
}

#sideBarDiv #bottomStripes
{
	top : 117px;
	left : 0px;
	position : relative;
}

#mainMenuDiv
{
	top : 3px;
	left : 0px;
	position : relative;
	font-size : 70%;
	font-family : Verdana;
	font-weight : bold;
	color : #b2d1d1;
}

#subMenuDiv
{
	position : relative;
	font-size : 55%;
	font-family : Verdana;
	font-weight : bold;
	color : #b2d1d1;
}

#buttonMenuDiv
{
	position : relative;
	top : 111px;
	left : 0px;
}

#footerMenuDiv
{
	top : 0px;
	left : 0px;
	position : absolute;
	font-size : 65%;
	font-family : Verdana;
	font-weight : bold;
	color : #b2d1d1;
}

#buttonMenuDiv div,
#mainMenuDiv div,
#footerMenuDiv div
{
	float : left;
}

#mainMenuDiv div,
#footerMenuDiv div
{
	border-right : solid 3px #FFFFFF;
}

#mainMenuDiv a,
#footerMenuDiv a
{
	display : block;
}

#mainMenuDiv a:link,
#mainMenuDiv a:visited,
#mainMenuDiv a:hover,
#mainMenuDiv a:active,
#footerMenuDiv a:link,
#footerMenuDiv a:visited,
#footerMenuDiv a:hover,
#footerMenuDiv a:active
{
	
	color : #303030;
	text-decoration : none;
}

#mainMenuDiv #homeLink
{
	color : #000000;
	font-weight : bolder;
}

#topBarDiv
{
	top : 0px;
	left : 0px;
	position : relative;
	height : 10px;
	width : 900px;
	background-color : #545454;
}

#bottomBarDiv
{
	top : 10px;
	position : relative;
	height : 10px;
	width : 900px;
	background-color : #545454;
	float : left;
}

#logoDiv 
{
	width : 900px;
	height : 175px;
	margin : 0 0 0 0;
	position : absolute;
	left : 10px;
	top : 0px;
}

#sideStripesDiv
{
	background-image : url(../media/pics/stripes.png);
	background-repeat : repeat-y;
	width : 38px;
	height : 267px;
	top : 3px;
	left : 0px;
	position : relative;
	float : left;
	display : inline;
}

#footerDiv
{
	width : 900px;
	height : 20px;
	position : relative;
	top : 15px;
	float : left;
}


