*
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    background: url(../images/bg.gif) top left repeat-x #172736;
}

.border-bottom
{
    border-bottom: 1px solid #686969;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
a
{
    font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
    color: #030303;
    text-decoration: underline;
}
a:hover
{
    font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
    color: #030303;
    text-decoration: none;
}
#container
{
    width: 1000px;
    margin: 0 auto;
    font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    background: url(../images/bgwhite.gif) top left repeat-y;
}
/*Header*/
#header
{
    width: 1000px;
    height: 377px;
    float: left;
    display: block;
}
.toplink
{
    width: 800px;
    height: 25px;
    text-align: right;
    padding: 0 100px 0 100px;
    float: left;
    display: block;
    background: url(../images/toplinkbg.gif) top left repeat-x;
}
.logo
{
    width: 272px;
    height: 352px;
    float: left;
}
.headerarea
{
    width: 626px;
    height: 276px;
    padding: 52px 83px 24px 19px;
    float: left;
    background: url(../images/greek_04.jpg) top left no-repeat;
    display: block;
}
/*Content area*/
#content
{
    width: 930px;
    padding: 0px 35px 0 35px;
    float: left;
}
.breadcrumb
{
    color: #26727F;
    width: 670px;
    /*height: 20px;*/
    /*padding: 5px 0 5px 0;*/
    float: left;
    display: block;
}
/*Left area*/
.leftarea
{
    width: 240px;
    padding: 0 20px 0 0;
    float: left;
    display: block;
}
.leftheadingbg
{
    width: 210px;
    height: 29px;
    padding: 10px 15px 20px 15px;
    float: left;
    display: block;
    background: url(../images/greek_26.png) left top no-repeat;
    font: 22px/28px Georgia, "Times New Roman" , Times, serif;
    text-align: center;
    color: #FFFFFF;
}
.lefttxt
{
    width: 210px;
    padding: 0 15px 0 15px;
    float: left;
    display: block;
    text-align: left;
}
.teaser
{
    width: 240px;
    height: 90px;
    display: block;
    float: left;
}
/*Right area*/
.rightarea
{
    width: 550px;
    float: left;
    display: block;
}
.middleimg
{
    width: 480px;
    margin: 0 auto;
}
.middleimg img
{
    width: 209px;
    height: 255px;
    margin: 10px;
    border: 5px solid #7FA9C5;
    display: block;
    float: left;
}
/*Right area*/
.footer
{
    width: 930px;
    height: 90px;
    margin: 20px 20px 0 20px;
    padding: 15px;
    float: left;
    background: url(../images/greek_31.gif) top left;
    color: #FFFEFE;
    text-align: center;
}
.footer a
{
    color: #FFFEFE;
    text-decoration: underline;
    text-align: center;
}
.footer a:hover
{
    color: #FFFEFE;
    text-decoration: none;
    text-align: center;
}
.bread
{
    color: #26727F;
}
.bread a
{
    color: #26727F;
}
.bread a:hover
{
    color: #26727F;
    text-decoration: none;
}
.txtbox_small
{
    font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #26727F;
    border:solid 1px #26727F;
    height:15px;
    
}
.dropdownlist
{
    font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #26727F;
    border:solid 1px #26727F;
    height:20px;
    
}
ul
{
	list-style-type: none;
}
h1
{
	font-weight: normal;
	font-family:Times New Roman;
	color:#0b5e94;
}
h2
{
	font-size: 1.5em;
	margin: .83em 0;
}
h3
{
	font-size: 1.17em;
	margin: 1em 0;
}
h4
{
	font-size: 1.16em;
	margin: 1em 0;
}
H5
{
	font-size: .83em;
	line-height: 1.17em;
	margin: 1.67em 0;
}
H6
{
	font-size: .67em;
	margin: 2.33em 0;
}
UL
{
    padding-left:40px;
}

OL
{
    padding-left:40px;
}
.calendarHeader
{
    background:#2a7482;
    color:#ffffff;
    border:solid 1px #ffffff;
    font-weight:bold;
}
.calendarDays
{
    background:#c2e4eb;
    color:#1e525b;
    border:solid 1px #ffffff;
}
.calendarMonths
{
    background:url (../images/calhead.png) repeat-x;
}
.button
{
    background:#367f8c;
    color:#ffffff;
    font-size:11px;
    padding:3px 3px 3px 3px;
}